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

fix(GE): fix dependencies for GE DataHubValidationAction, logic for s… #4347

Merged
merged 3 commits into from
Mar 8, 2022

Conversation

mayurinehate
Copy link
Collaborator

…qlalchemy url for snowflake

Checklist

  • The PR conforms to DataHub's Contributing Guideline (particularly Commit Message Format)
  • Links to related issues (if applicable)
  • Tests for the changes have been added/updated (if applicable)
  • Docs related to the changes have been added/updated (if applicable)

@github-actions
Copy link

github-actions bot commented Mar 8, 2022

Unit Test Results (metadata ingestion)

       5 files  ±0         5 suites  ±0   44m 28s ⏱️ - 1m 29s
   353 tests ±0     353 ✔️ ±0    0 💤 ±0  0 ±0 
1 609 runs  ±0  1 571 ✔️ ±0  38 💤 ±0  0 ±0 

Results for commit 6e75da4. ± Comparison against base commit beb51eb.

♻️ This comment has been updated with latest results.

schema_name = "{}.{}".format(url_instance.database, schema_name)
schema_name = "{}.{}".format(
url_instance.database.lower()
if data_platform == "snowflake"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Thanks. We might want to drop a pointer to the code link in a comment here. Will append this into the PR

Adding comment about lowercasing for snowflake.
@github-actions
Copy link

github-actions bot commented Mar 8, 2022

Unit Test Results (build & test)

  11 files   -   65    11 suites   - 65   4m 37s ⏱️ - 11m 38s
158 tests  - 471  151 ✔️  - 419  7 💤  - 52  0 ±0 

Results for commit 6e75da4. ± Comparison against base commit beb51eb.

@shirshanka shirshanka merged commit e19b120 into datahub-project:master Mar 8, 2022
@mayurinehate mayurinehate deleted the ge_snowflake_fix branch April 6, 2022 08:35
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.

3 participants