Created
November 4, 2022 09:36
-
-
Save barograf/013bcd94b5c005d92b057e6093e2346f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# various imports | |
args = getResolvedOptions( | |
sys.argv, ["JOB_NAME", "REGION", "CRAWLER", "CATALOG", "DEST", "DEST_TABLE_PREFIX"] | |
) | |
sc = SparkContext() | |
glueContext = GlueContext(sc) | |
job = Job(glueContext) | |
job.init(args["JOB_NAME"], args) | |
# operations | |
job.commit() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment