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] Integration test around pandas ABS partitioning #9837

Merged
merged 8 commits into from
May 3, 2024

Conversation

tyler-hoffman
Copy link
Contributor

  • 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 Apr 29, 2024

Deploy Preview for niobium-lead-7998 ready!

Name Link
🔨 Latest commit 92356b0
🔍 Latest deploy log https://app.netlify.com/sites/niobium-lead-7998/deploys/6633f932eb67fd0008a73bad
😎 Deploy Preview https://deploy-preview-9837.docs.greatexpectations.io
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Apr 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.61%. Comparing base (114580b) to head (92356b0).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #9837   +/-   ##
========================================
  Coverage    78.61%   78.61%           
========================================
  Files          484      484           
  Lines        42536    42536           
========================================
  Hits         33439    33439           
  Misses        9097     9097           
Flag Coverage Δ
3.10 64.50% <ø> (ø)
3.11 64.50% <ø> (ø)
3.11 athena or clickhouse or openpyxl or pyarrow or project or sqlite or aws_creds 53.90% <ø> (ø)
3.11 aws_deps 44.86% <ø> (ø)
3.11 big 55.98% <ø> (ø)
3.11 databricks 46.01% <ø> (ø)
3.11 filesystem 61.20% <ø> (ø)
3.11 mssql 48.88% <ø> (ø)
3.11 mysql 48.93% <ø> (ø)
3.11 postgresql 52.79% <ø> (ø)
3.11 snowflake 46.64% <ø> (ø)
3.11 spark 56.92% <ø> (ø)
3.11 trino 50.79% <ø> (ø)
3.8 64.52% <ø> (ø)
3.8 athena or clickhouse or openpyxl or pyarrow or project or sqlite or aws_creds 53.90% <ø> (ø)
3.8 aws_deps 44.87% <ø> (ø)
3.8 big 55.99% <ø> (ø)
3.8 databricks 46.02% <ø> (ø)
3.8 filesystem 61.22% <ø> (ø)
3.8 mssql 48.86% <ø> (ø)
3.8 mysql 48.92% <ø> (ø)
3.8 postgresql 52.78% <ø> (ø)
3.8 snowflake 46.65% <ø> (ø)
3.8 spark 56.89% <ø> (ø)
3.8 trino 50.77% <ø> (ø)
3.9 64.52% <ø> (ø)
cloud 0.00% <ø> (ø)
docs-basic 49.00% <ø> (ø)
docs-creds-needed 50.13% <ø> (+0.04%) ⬆️
docs-spark 48.22% <ø> (ø)

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.


CREDENTIAL = os.getenv("AZURE_CREDENTIAL", "")
ACCOUNT_URL = "superconductivetesting.blob.core.windows.net"
CONTAINER = "superconductive-public"
Copy link
Member

Choose a reason for hiding this comment

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

We're okay with this not being an env var right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, nothing sensitive about this afaik. Plus it was copied over from another test (that I've since deleted)

)

batch_definition = asset.add_batch_definition_path(
"abs batch definition",
Copy link
Member

Choose a reason for hiding this comment

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

Nit - could we use a kwarg here?

)

batch_definition = asset.add_batch_definition_monthly(
"abs batch definition",
Copy link
Member

Choose a reason for hiding this comment

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

Nit - could we use a kwarg here?

@tyler-hoffman tyler-hoffman added this pull request to the merge queue May 3, 2024
Merged via the queue into develop with commit 361a0a9 May 3, 2024
69 checks passed
@tyler-hoffman tyler-hoffman deleted the m/v1-291/abs-integration-tests branch May 3, 2024 14:00
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