File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
terraform/account-wide-infrastructure/modules/glue Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ resource "aws_glue_crawler" "log_crawler" {
4747 path = " s3://${ aws_s3_bucket . target-data-bucket . id } /producer_upsertDocumentReference/"
4848 }
4949 s3_target {
50- path = " s3://${ aws_s3_bucket . target-data-bucket . id } /ssp /"
50+ path = " s3://${ aws_s3_bucket . target-data-bucket . id } /spine_sspDocumentRetrieval /"
5151 }
5252 schema_change_policy {
5353 delete_behavior = " LOG"
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ def load(self, data):
116116 for name , dataframe in data .items ():
117117 name = name .replace ("--" , "_" )
118118 if name == "s2c" :
119- name = "ssp "
119+ name = "spine_sspDocumentRetrieval "
120120 try :
121121 if dataframe .rdd .isEmpty ():
122122 self .logger .info (f"{ name } dataframe has no rows. Skipping." )
You can’t perform that action at this time.
0 commit comments