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

Sql_alchemy_helper Engine fix #3116

Merged
merged 3 commits into from Mar 3, 2022
Merged

Sql_alchemy_helper Engine fix #3116

merged 3 commits into from Mar 3, 2022

Conversation

ayush-shah
Copy link
Member

Describe your changes :

Added connect_args and options for the creation of engine

Type of change :

  • Bug fix
  • Improvement

Frontend Preview (Screenshots) :

For frontend related change, please link screenshots of your changes preview! Optional for backend related changes.

Checklist:

  • I have read the CONTRIBUTING document.
  • I have performed a self-review of my own.
  • I have tagged my reviewers below.
  • I have commented on my code, particularly in hard-to-understand areas.
  • My changes generate no new warnings.
  • I have added tests that prove my fix is effective or that my feature works.
  • All new and existing tests passed.

Reviewers

@harshach @pmbrull

@ayush-shah ayush-shah added bug Something isn't working Ingestion labels Mar 3, 2022
@ayush-shah ayush-shah self-assigned this Mar 3, 2022
@ayush-shah
Copy link
Member Author

Added a fix for isinstance error under database_common.py
Fix for connect_args missing in database_common.py
Fix for connect_args and options missing in sql_alchemy_helper.py

@sonarcloud
Copy link

sonarcloud bot commented Mar 3, 2022

[open-metadata-ingestion] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@ayush-shah ayush-shah merged commit 84fd717 into main Mar 3, 2022
@ayush-shah ayush-shah deleted the sql_alchemy_helper-fix branch March 3, 2022 18:09
ayush-shah added a commit that referenced this pull request Mar 4, 2022
* Added connect_args and options for creation of engine

* Added connect_args to profiler engine

* Error fixed on database_common profiler - isinstance error type or tuple of types
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Ingestion
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants