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

Jhilgart/update readme and save functionality #22

Merged
merged 3 commits into from
May 1, 2024

Conversation

sfc-gh-jhilgart
Copy link
Collaborator

Update save based on passed path or local dir.

@@ -311,7 +311,7 @@ def test_invalid_yaml_missing_quote(
with pytest.raises(ValueError) as exc_info:
validate(temp_invalid_yaml_unmatched_quote_file, account_name)

expected_error_fragment = "Unable to execute query with your logical table against physical tables on Snowflake. Query = SELECT ALIAS, ZIP_CODE FROM AUTOSQL_DATASET_BIRD_V2.ADDRESS.ALIAS LIMIT 100. Error = Invalid column name 'ZIP_CODE\"'. Mismatched quotes detected."
expected_error_fragment = 'Unable to execute query with your logical table against physical tables on Snowflake. Error = Invalid column name \'ZIP_CODE"\'. Mismatched quotes detected.'
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed the query from the error message so remove here

@sfc-gh-jhilgart sfc-gh-jhilgart merged commit 8eba113 into main May 1, 2024
3 checks passed
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.

2 participants