Skip to content

Commit

Permalink
[SNOW-60] Hotfix: Programmatically feed stage name (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymedina authored Dec 20, 2024
1 parent 4e0530a commit 470aa77
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ ALTER TASK userprofilesnapshot_task MODIFY AS
$1:industry as industry,
$1:tos_agreements as tos_agreements
from
@synapse_prod_warehouse_s3_stage/userprofilesnapshots --noqa: TMP
@{{stage_storage_integration}}_stage/userprofilesnapshots --noqa: TMP
)
pattern = '.*userprofilesnapshots/snapshot_date=.*/.*';

Original file line number Diff line number Diff line change
@@ -33,6 +33,6 @@ FROM (
$1:industry as industry,
$1:tos_agreements as tos_agreements
from
@synapse_prod_warehouse_s3_stage/userprofilesnapshots --noqa: TMP
@{{stage_storage_integration}}_stage/userprofilesnapshots --noqa: TMP
)
pattern = '.*userprofilesnapshots/snapshot_date=.*/.*';

0 comments on commit 470aa77

Please sign in to comment.