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 data asset name guard #85

Merged
merged 2 commits into from
Jan 10, 2023
Merged

Add data asset name guard #85

merged 2 commits into from
Jan 10, 2023

Conversation

denimalpaca
Copy link
Contributor

No description provided.

An extraneous ValueError was in build_runtime_datasources and caused
incorrect operator failure when a runtime datasource is built but
a connection or dataframe is not passed in. The if/elif/else block
would hit the else, which was a ValueError, and it made the below
if statement on checkpoint_kwargs unreachable. It has been removed
as the ValueError in the first if block is sufficient to halt
operator execution in the case of incorrect usage.
…n_id or dataframe. This prevents issues with building a custom data asset at runtime.
@denimalpaca denimalpaca merged commit 0fcdcd3 into main Jan 10, 2023
@denimalpaca denimalpaca deleted the add_data_asset_name_guard branch January 10, 2023 14:58
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.

None yet

1 participant