-
Notifications
You must be signed in to change notification settings - Fork 305
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
Run ignore query #2322
Run ignore query #2322
Conversation
Signed-off-by: Yee Hing Tong <[email protected]>
Signed-off-by: Yee Hing Tong <[email protected]>
Signed-off-by: Yee Hing Tong <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2322 +/- ##
==========================================
- Coverage 83.79% 81.88% -1.91%
==========================================
Files 338 270 -68
Lines 25407 22457 -2950
Branches 3734 3542 -192
==========================================
- Hits 21291 18390 -2901
+ Misses 3485 3440 -45
+ Partials 631 627 -4 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Yee Hing Tong <[email protected]>
Signed-off-by: Yee Hing Tong <[email protected]>
@@ -274,7 +293,7 @@ def modify_literal_uris(lit: Literal): | |||
SimpleType.STRING: click.STRING, | |||
SimpleType.BOOLEAN: click.BOOL, | |||
SimpleType.DURATION: DurationParamType(), | |||
SimpleType.DATETIME: click.DateTime(), | |||
SimpleType.DATETIME: DateTimeType(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch.
When a query is detected, don't do anything, and just say that it'll be resolved. If running locally though, it must be specified. Signed-off-by: Yee Hing Tong <[email protected]>
When a query is detected, don't do anything, and just say that it'll be resolved. If running locally though, it must be specified. Signed-off-by: Yee Hing Tong <[email protected]> Signed-off-by: Jan Fiedler <[email protected]>
Why are the changes needed?
When a query is detected, don't do anything, and just say that it'll be resolved. If running locally though, it must be specified.
What changes were proposed in this pull request?
Make it so that pyflyte just doesn't pass along queries.
How was this patch tested?
Tested locally, tested against union, and tested with local data
Setup process
Screenshots
Working
Help screen
Local error
Check all the applicable boxes
Related PRs
Docs link