Skip to content

Commit

Permalink
lowercase schema for duckdb
Browse files Browse the repository at this point in the history
  • Loading branch information
cnolanminich committed Jul 8, 2024
1 parent 1140b98 commit fe2b8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooli-demo-assets/hooli_demo_assets/resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def create_sling_resource(env: str):
type="duckdb",
instance=f"{DUCKDB_PATH}",
database="example",
schema="RAW_DATA",
schema="raw_data",
))
elif env == 'BRANCH':
connections.append(SlingConnectionResource(
Expand Down

0 comments on commit fe2b8d6

Please sign in to comment.