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

[MAINTENANCE] Remove simple sqlalchemy datasource #9900

Merged
merged 3 commits into from
May 9, 2024

Conversation

tyler-hoffman
Copy link
Contributor

@tyler-hoffman tyler-hoffman commented May 8, 2024

This was another datasource type that subclassed BaseDatasource. Also removes some tests around non-fluent data connectors that used this class.

  • Description of PR changes above includes a link to an existing GitHub issue
  • PR title is prefixed with one of: [BUGFIX], [FEATURE], [DOCS], [MAINTENANCE], [CONTRIB]
  • Code is linted - run invoke lint (uses ruff format + ruff check)
  • Appropriate tests and docs have been updated

For more information about contributing, see Contribute.

After you submit your PR, keep the page open and monitor the statuses of the various checks made by our continuous integration process at the bottom of the page. Please fix any issues that come up and reach out on Slack if you need help. Thanks for contributing!

Copy link

netlify bot commented May 8, 2024

Deploy Preview for niobium-lead-7998 canceled.

Name Link
🔨 Latest commit df5258f
🔍 Latest deploy log https://app.netlify.com/sites/niobium-lead-7998/deploys/663c1517a462d7000985a893

@tyler-hoffman tyler-hoffman changed the title M/v1 25/remove simple sqlalchemy datasource [MAINTENANCE] Remove simple sqlalchemy datasource May 8, 2024
Copy link

codecov bot commented May 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.27%. Comparing base (83c29d6) to head (df5258f).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #9900      +/-   ##
===========================================
- Coverage    77.38%   77.27%   -0.12%     
===========================================
  Files          493      492       -1     
  Lines        42037    41999      -38     
===========================================
- Hits         32532    32455      -77     
- Misses        9505     9544      +39     
Flag Coverage Δ
3.10 63.72% <ø> (-0.21%) ⬇️
3.10 athena or clickhouse or openpyxl or pyarrow or project or sqlite or aws_creds ?
3.10 aws_deps ?
3.10 big ?
3.10 databricks ?
3.10 filesystem ?
3.10 mssql ?
3.10 mysql ?
3.10 postgresql ?
3.10 trino ?
3.11 63.72% <ø> (-0.21%) ⬇️
3.11 athena or clickhouse or openpyxl or pyarrow or project or sqlite or aws_creds 53.63% <ø> (-0.13%) ⬇️
3.11 aws_deps 44.76% <ø> (+<0.01%) ⬆️
3.11 big 54.22% <ø> (+0.01%) ⬆️
3.11 databricks 45.90% <ø> (+0.01%) ⬆️
3.11 filesystem 59.17% <ø> (+0.02%) ⬆️
3.11 mssql 48.74% <ø> (+0.01%) ⬆️
3.11 mysql 48.80% <ø> (+0.01%) ⬆️
3.11 postgresql 52.67% <ø> (+0.01%) ⬆️
3.11 snowflake 46.53% <ø> (+0.01%) ⬆️
3.11 spark 56.30% <ø> (+0.01%) ⬆️
3.11 trino 50.73% <ø> (+0.01%) ⬆️
3.8 63.74% <ø> (-0.21%) ⬇️
3.8 athena or clickhouse or openpyxl or pyarrow or project or sqlite or aws_creds 53.64% <ø> (-0.13%) ⬇️
3.8 aws_deps 44.78% <ø> (+<0.01%) ⬆️
3.8 big 54.23% <ø> (+0.01%) ⬆️
3.8 databricks 45.92% <ø> (+0.01%) ⬆️
3.8 filesystem 59.18% <ø> (+0.02%) ⬆️
3.8 mssql 48.72% <ø> (+0.01%) ⬆️
3.8 mysql 48.78% <ø> (+0.01%) ⬆️
3.8 postgresql 52.65% <ø> (+0.01%) ⬆️
3.8 snowflake 46.55% <ø> (+0.01%) ⬆️
3.8 spark 56.26% <ø> (+0.01%) ⬆️
3.8 trino 50.71% <ø> (+0.01%) ⬆️
3.9 63.73% <ø> (-0.21%) ⬇️
3.9 athena or clickhouse or openpyxl or pyarrow or project or sqlite or aws_creds ?
3.9 aws_deps ?
3.9 big ?
3.9 filesystem ?
3.9 mssql ?
3.9 mysql ?
3.9 postgresql ?
cloud 0.00% <ø> (ø)
docs-basic 47.37% <ø> (+0.01%) ⬆️
docs-creds-needed 48.42% <ø> (+0.01%) ⬆️
docs-spark 47.09% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tyler-hoffman tyler-hoffman added this pull request to the merge queue May 9, 2024
Merged via the queue into develop with commit 77fc8e9 May 9, 2024
69 checks passed
@tyler-hoffman tyler-hoffman deleted the m/v1-25/remove-SimpleSqlalchemyDatasource branch May 9, 2024 13: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.

None yet

2 participants