Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add schema parameter and data_asset_name parsing #75

Merged
merged 4 commits into from Dec 8, 2022

Conversation

denimalpaca
Copy link
Contributor

@denimalpaca denimalpaca commented Dec 7, 2022

A new schema parameter will overwrite the supplied connection's schema, if it exists. If a data_asset_name is provided in the form 'schema.table', the schema will be parsed out into self.schema and data_asset_name will be updated to only be the table. This will also override the supplied schema in the connection.

Closes: #74

A new schema parameter will overwrite the supplied connection's
schema, if it exists. If a data_asset_name is provided in the form
'schema.table', the schema will be parsed out into self.schema and
data_asset_name will be updated to only be the table. This will also
override the supplied schema in the connection.
@denimalpaca
Copy link
Contributor Author

@talagluck @TJaniF

@denimalpaca denimalpaca merged commit 21bdf99 into main Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: Way to pass in schema name to overwrite the schema pulled from the conn_id
2 participants