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 temp_schema optional for wait_for_completion #41

Closed
ahsimb opened this issue Jul 11, 2024 · 0 comments · Fixed by #65
Closed

Make temp_schema optional for wait_for_completion #41

ahsimb opened this issue Jul 11, 2024 · 0 comments · Fixed by #65
Assignees
Labels
feature Product feature

Comments

@ahsimb
Copy link
Collaborator

ahsimb commented Jul 11, 2024

At the moment when a deployer wants to wait for completion, it always tries to create a temporary schema. This is not possible if the user has no permission for that. In such a case the wait_for_completion option has to be disabled. It would be useful to disable the temporary schema but still do the wait_for_completion using the current schema. Maybe delete the dummy UDF when finished.

@ahsimb ahsimb added the feature Product feature label Jul 11, 2024
ahsimb added a commit that referenced this issue Sep 23, 2024
ahsimb added a commit that referenced this issue Sep 24, 2024
…#65)

* Add documentation build folder to .gitignore

* #41 Use current schema when waiting for completion.

* #41 Fixed the deployer_factory fixture

* Apply suggestions from code review

Co-authored-by: Christoph Kuhnke <github@kuhnke.net>

---------

Co-authored-by: Christoph Kuhnke <github@kuhnke.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Product feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant