Skip to content

Commit

Permalink
Merge pull request #40 from marcomarasca/develop
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
marcomarasca authored Sep 28, 2023
2 parents 35d1915 + d783592 commit c4f5b1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ TBLPROPERTIES (
'write.compression'='GZIP'
);

INSERT INTO backfill.transformed_userprofile
INSERT INTO backfill.transformed_verifications
SELECT 'prod' as stack,
-- Gets rid of the zero padding
cast(cast(instance as integer) as varchar) as instance,
Expand Down

0 comments on commit c4f5b1f

Please sign in to comment.