You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
…#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>
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 thewait_for_completion
using the current schema. Maybe delete the dummy UDF when finished.The text was updated successfully, but these errors were encountered: