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 public decorator from anything BatchRequest related #9871

Merged

Conversation

tyler-hoffman
Copy link
Contributor

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

This still gets used internally a bunch, so just removing it from the public api.
fwiw invoke print-public-api | grep -i request now comes up empty. This doesn't deal with references in docs.

  • 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 2, 2024

Deploy Preview for niobium-lead-7998 canceled.

Name Link
🔨 Latest commit 0e7bd24
🔍 Latest deploy log https://app.netlify.com/sites/niobium-lead-7998/deploys/6633ad40114f1300085cd64d

Copy link

codecov bot commented May 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.18%. Comparing base (e08b025) to head (0e7bd24).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #9871      +/-   ##
===========================================
- Coverage    81.18%   81.18%   -0.01%     
===========================================
  Files          500      500              
  Lines        44481    44470      -11     
===========================================
- Hits         36112    36101      -11     
  Misses        8369     8369              
Flag Coverage Δ
3.10 65.89% <ø> (-0.01%) ⬇️
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 snowflake ?
3.10 spark ?
3.10 trino ?
3.11 65.89% <ø> (-0.01%) ⬇️
3.11 athena or clickhouse or openpyxl or pyarrow or project or sqlite or aws_creds 53.03% <ø> (-0.02%) ⬇️
3.11 aws_deps 44.39% <ø> (-0.02%) ⬇️
3.11 big 59.39% <ø> (-0.02%) ⬇️
3.11 databricks 45.48% <ø> (-0.02%) ⬇️
3.11 filesystem 62.24% <ø> (-0.01%) ⬇️
3.11 mssql 48.24% <ø> (-0.02%) ⬇️
3.11 mysql 48.29% <ø> (-0.02%) ⬇️
3.11 postgresql 51.97% <ø> (-0.02%) ⬇️
3.11 snowflake 46.08% <ø> (-0.02%) ⬇️
3.11 spark 58.21% <ø> (-0.02%) ⬇️
3.11 trino 51.28% <ø> (-0.02%) ⬇️
3.8 65.90% <ø> (-0.01%) ⬇️
3.8 athena or clickhouse or openpyxl or pyarrow or project or sqlite or aws_creds 53.04% <ø> (-0.02%) ⬇️
3.8 aws_deps 44.41% <ø> (-0.02%) ⬇️
3.8 big 59.40% <ø> (-0.02%) ⬇️
3.8 databricks 45.49% <ø> (-0.02%) ⬇️
3.8 filesystem 62.25% <ø> (-0.01%) ⬇️
3.8 mssql 48.22% <ø> (-0.02%) ⬇️
3.8 mysql 48.28% <ø> (-0.02%) ⬇️
3.8 postgresql 51.96% <ø> (-0.02%) ⬇️
3.8 snowflake 46.10% <ø> (-0.02%) ⬇️
3.8 spark ?
3.8 trino 51.27% <ø> (-0.02%) ⬇️
3.9 65.90% <ø> (-0.01%) ⬇️
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 databricks ?
3.9 filesystem ?
3.9 mssql ?
3.9 mysql ?
3.9 postgresql ?
3.9 snowflake ?
3.9 spark ?
3.9 trino ?
cloud 0.00% <ø> (ø)
docs-basic 51.57% <ø> (-0.02%) ⬇️
docs-creds-needed 52.60% <ø> (-0.02%) ⬇️
docs-spark 50.82% <ø> (-0.02%) ⬇️

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 2, 2024
Merged via the queue into develop with commit bf6d453 May 2, 2024
69 checks passed
@tyler-hoffman tyler-hoffman deleted the m/v1-29/remove-batch-request-from-public-api branch May 2, 2024 17:06
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