Skip to content

Commit 3411870

Browse files
committed
NRL-1288 import pathing
1 parent cc64d6d commit 3411870

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

terraform/account-wide-infrastructure/modules/glue/src/schemas/consumer_schemas.py renamed to terraform/account-wide-infrastructure/modules/glue/src/consumer_schemas.py

File renamed without changes.

terraform/account-wide-infrastructure/modules/glue/src/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import sys
22

33
from awsglue.utils import getResolvedOptions
4+
from consumer_schemas import consumerSchemaList
45
from pipeline import LogPipeline
6+
from producer_schemas import producerSchemaList
57
from pyspark.context import SparkContext
6-
from schemas.consumer_schemas import consumerSchemaList
7-
from schemas.producer_schemas import producerSchemaList
88
from transformations import dtype_conversion, flatten_df
99

1010
# Get arguments from AWS Glue job

terraform/account-wide-infrastructure/modules/glue/src/schemas/producer_schemas.py renamed to terraform/account-wide-infrastructure/modules/glue/src/producer_schemas.py

File renamed without changes.

0 commit comments

Comments
 (0)