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

Make the operator names consistent #634

Merged
merged 1 commit into from
Aug 12, 2022
Merged

Make the operator names consistent #634

merged 1 commit into from
Aug 12, 2022

Conversation

kaxil
Copy link
Collaborator

@kaxil kaxil commented Aug 12, 2022

LoadFile and ExportFile didn't have operator suffix. While it is not needed, I thought it would be good to make them consistent.

`LoadFile` and `ExportFile` didn't have operator suffix. While it is not needed, I thought it would be good to make them consistent.

This is a breaking change, thoughts?
@codecov
Copy link

codecov bot commented Aug 12, 2022

Codecov Report

Merging #634 (2e01c62) into main (2b9a3dd) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #634   +/-   ##
=======================================
  Coverage   93.29%   93.29%           
=======================================
  Files          41       41           
  Lines        1670     1670           
  Branches      210      210           
=======================================
  Hits         1558     1558           
  Misses         89       89           
  Partials       23       23           
Impacted Files Coverage Δ
src/astro/sql/operators/cleanup.py 97.67% <100.00%> (ø)
src/astro/sql/operators/export_file.py 93.75% <100.00%> (ø)
src/astro/sql/operators/load_file.py 97.10% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Member

@feluelle feluelle left a comment

Choose a reason for hiding this comment

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

Definitely! 💯

@kaxil kaxil merged commit 5e9c9d3 into main Aug 12, 2022
@kaxil kaxil deleted the rename-op-load-export branch August 12, 2022 09:46
kaxil added a commit that referenced this pull request Aug 18, 2022
`LoadFile` and `ExportFile` didn't have operator suffix. While it is not needed, I thought it would be good to make them consistent.
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

3 participants