Skip to content

Commit

Permalink
Beta/feature/1.0.0 (#52)
Browse files Browse the repository at this point in the history
* add: job for api server log

* fix: awscli installation error

* fix

* remove: comma

* fix: ci

* fix

* test

* test

* test

* test

* test

* fix: wild card of branch name

* fix

* fix: table name

* fix: query

* fix: add non-existent columns to the dataframe

* fix: add import lit

* fix

* fix

* add: e-api-log-job (#42)

* add: jobs for production (#44)

* CI修正 (#47)

* add: jobs for production

* fix: setting workspace

* fix: table name for evserver (#51)
  • Loading branch information
sskasai authored Oct 28, 2024
1 parent 6c19739 commit 95d0d0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion glue-job/baroque/production/e/evserver/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def apply(inputFrame, glueContext):
job.init(args['JOB_NAME'], args)

dyf = glueContext.create_dynamic_frame.from_catalog(
database="touchgift-datalake",
database="touchgift-datalake-evserver",
table_name="application",
)

Expand Down
2 changes: 1 addition & 1 deletion glue-job/baroque/staging/e/evserver/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def apply(inputFrame, glueContext):
job.init(args['JOB_NAME'], args)

dyf = glueContext.create_dynamic_frame.from_catalog(
database="touchgift-datalake",
database="touchgift-datalake-evserver",
table_name="application",
)

Expand Down

0 comments on commit 95d0d0c

Please sign in to comment.