Skip to content

Commit

Permalink
refactor: dl extract gz
Browse files Browse the repository at this point in the history
  • Loading branch information
cbini committed Jul 9, 2024
1 parent 341e831 commit 8a581d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
18 changes: 1 addition & 17 deletions src/teamster/code_locations/kipptaf/datagun/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,23 +75,7 @@
}
},
},
file_config={"stem": "deanslist_student_misc", "suffix": "json"},
destination_config={"name": "deanslist"},
)

deanslist_continuous_extract_gzip = build_bigquery_query_sftp_asset(
code_location=CODE_LOCATION,
timezone=LOCAL_TIMEZONE,
query_config={
"type": "schema",
"value": {
"table": {
"name": "rpt_deanslist__student_misc",
"schema": "kipptaf_extracts",
}
},
},
file_config={"stem": "test_deanslist_student_misc", "suffix": "json.gz"},
file_config={"stem": "deanslist_student_misc", "suffix": "json.gz"},
destination_config={"name": "deanslist"},
)

Expand Down

This file was deleted.

0 comments on commit 8a581d1

Please sign in to comment.