-
Notifications
You must be signed in to change notification settings - Fork 934
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
Update table with Kedro DataCatalog or accesss credentials programmatically #545
Comments
Please see this Stackoverflow thread. Since |
yes, I end up overwriting ProjectContext to make credentials part of parameters, since the crendentials is not accesible outside of data catalog, not sure if this is the ideal way. |
Thanks for getting back to us. Credentials should definitely not be exposed in the parameters as it's sensitive information. The |
@lorenabalan I think it should work for this case, but it may not be an efficient way if I am only updating a small amount of data in a table. |
Yup exactly. Depending on the use case it may not be the optimal workflow. I believe Kedro is not very well suited for a sql-only or sql-heavy workflow. I'll leave this thread here for more inspiration: https://www.thetopsites.net/article/58169947.shtml |
Closing as answered. |
What are you trying to do?
I want to update a certain table with Kedro, which require
Trials:
Failed: Kedro DataCatalog API seems does not let you just delete, it expects rows return.
The text was updated successfully, but these errors were encountered: