-
Notifications
You must be signed in to change notification settings - Fork 5
Refine http status codes #237
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
Conversation
|
Going to add datafusion dependency as usual package, without hash commit. |
|
Will keep datafusion version checked out by hash commit as it won't compile otherwise; two different versions of crate |
DanCodedThis
left a comment
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.
LGTM!
|
These unit tests don't actually pass. They don't even compile @YaroslavLitvinov |
|
Works for me Otput: |
@slyons Please share error, as I see no issues, this test works for me on "main" branch after merge too. |
Combined docker image (init) Set variable, set entity within session (#232) * Set variable, set entity * Fix comments Rename multipart field to camelCase (#238) * Rename multipart field to camelCase * small improvement Refine http status codes (#237) * fix dbt retry * fmt * more retries fixed Try to get catalog name from session with fallback to default (#239) less redundancy in manifest (#242) Fixing CORS to allow Cookies from UI (#235) * Fixing CORS to allow Cookies from UI * Formatting fix * Clippy fixes * Adding flag to enable CORS * Adjusting CORS arg name Add CONTIBUTING.md draft (#240) * Add CONTIBUTING.md draft * Updating CONTRIBUTING and CODE_OF_CONDUCT * Renaming --------- Co-authored-by: Scott Lyons <scottalyons@gmail.com> Renaming icehut -> icebucket (#244) * Rename IceHut -> IceBucket * Formatting fix Adding workflow to generator a list of contributors (#246) Updating README structure with new name (#245) * Initial README restructuring * Update README.md (#234) * Updating README with new name * Adding LICENSE file * Fixing LICENSE --------- Co-authored-by: DanCodedThis <94703934+DanCodedThis@users.noreply.github.com> Changing contributor script (#248) * Adding workflow to generator a list of contributors * Changing contributor script Make SP endpoint optional (#250) Tmp tyr to build Dockerfile update Add file system storage profile Add file system storage profile
* Combined docker image (init) Combined docker image (init) Set variable, set entity within session (#232) * Set variable, set entity * Fix comments Rename multipart field to camelCase (#238) * Rename multipart field to camelCase * small improvement Refine http status codes (#237) * fix dbt retry * fmt * more retries fixed Try to get catalog name from session with fallback to default (#239) less redundancy in manifest (#242) Fixing CORS to allow Cookies from UI (#235) * Fixing CORS to allow Cookies from UI * Formatting fix * Clippy fixes * Adding flag to enable CORS * Adjusting CORS arg name Add CONTIBUTING.md draft (#240) * Add CONTIBUTING.md draft * Updating CONTRIBUTING and CODE_OF_CONDUCT * Renaming --------- Co-authored-by: Scott Lyons <scottalyons@gmail.com> Renaming icehut -> icebucket (#244) * Rename IceHut -> IceBucket * Formatting fix Adding workflow to generator a list of contributors (#246) Updating README structure with new name (#245) * Initial README restructuring * Update README.md (#234) * Updating README with new name * Adding LICENSE file * Fixing LICENSE --------- Co-authored-by: DanCodedThis <94703934+DanCodedThis@users.noreply.github.com> Changing contributor script (#248) * Adding workflow to generator a list of contributors * Changing contributor script Make SP endpoint optional (#250) Tmp tyr to build Dockerfile update Add file system storage profile Add file system storage profile * Merge
* Combined docker image (init) Combined docker image (init) Set variable, set entity within session (#232) * Set variable, set entity * Fix comments Rename multipart field to camelCase (#238) * Rename multipart field to camelCase * small improvement Refine http status codes (#237) * fix dbt retry * fmt * more retries fixed Try to get catalog name from session with fallback to default (#239) less redundancy in manifest (#242) Fixing CORS to allow Cookies from UI (#235) * Fixing CORS to allow Cookies from UI * Formatting fix * Clippy fixes * Adding flag to enable CORS * Adjusting CORS arg name Add CONTIBUTING.md draft (#240) * Add CONTIBUTING.md draft * Updating CONTRIBUTING and CODE_OF_CONDUCT * Renaming --------- Co-authored-by: Scott Lyons <scottalyons@gmail.com> Renaming icehut -> icebucket (#244) * Rename IceHut -> IceBucket * Formatting fix Adding workflow to generator a list of contributors (#246) Updating README structure with new name (#245) * Initial README restructuring * Update README.md (#234) * Updating README with new name * Adding LICENSE file * Fixing LICENSE --------- Co-authored-by: DanCodedThis <94703934+DanCodedThis@users.noreply.github.com> Changing contributor script (#248) * Adding workflow to generator a list of contributors * Changing contributor script Make SP endpoint optional (#250) Tmp tyr to build Dockerfile update Add file system storage profile Add file system storage profile * Merge * Add more catalog tests * Add more catalog tests * Add more catalog tests
* Combined docker image (init) Combined docker image (init) Set variable, set entity within session (#232) * Set variable, set entity * Fix comments Rename multipart field to camelCase (#238) * Rename multipart field to camelCase * small improvement Refine http status codes (#237) * fix dbt retry * fmt * more retries fixed Try to get catalog name from session with fallback to default (#239) less redundancy in manifest (#242) Fixing CORS to allow Cookies from UI (#235) * Fixing CORS to allow Cookies from UI * Formatting fix * Clippy fixes * Adding flag to enable CORS * Adjusting CORS arg name Add CONTIBUTING.md draft (#240) * Add CONTIBUTING.md draft * Updating CONTRIBUTING and CODE_OF_CONDUCT * Renaming --------- Co-authored-by: Scott Lyons <scottalyons@gmail.com> Renaming icehut -> icebucket (#244) * Rename IceHut -> IceBucket * Formatting fix Adding workflow to generator a list of contributors (#246) Updating README structure with new name (#245) * Initial README restructuring * Update README.md (#234) * Updating README with new name * Adding LICENSE file * Fixing LICENSE --------- Co-authored-by: DanCodedThis <94703934+DanCodedThis@users.noreply.github.com> Changing contributor script (#248) * Adding workflow to generator a list of contributors * Changing contributor script Make SP endpoint optional (#250) Tmp tyr to build Dockerfile update Add file system storage profile Add file system storage profile * Merge * Add more catalog tests * Add more catalog tests * Add more catalog tests * CP tests batch * Fix invlalid region error
Related to issue #221
fixes retry on missing warehouse, SQL parse errors, Invalid argument, ... but if we are going to continue returning Internal Server Error there could be queries that stuck with Snowflake endpoint.
datafusion, runtime libs were added to be used with tests mostly.