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
In data.all, while importing a dataset, a database can be specified which can then be imported.
While running the dataset stack, a custom resource ( which uses a lambda created at the time of environment stack creation ) runs a lambda , which does the work of creating a database if it doesn't exist in the aws account.
When a dataset is imported and a database is specified which doesn't exists, then this lambda creates this database. In case if a database is not specified then data.all creates a database while importing the dataset.
As a user, I don't want data.all to create any database, or delete any imported database
How to Reproduce
*P.S. Please do not attach files as it's considered a security risk. Add code snippets directly in the message body as much as possible.*
Import a dataset with an S3 and KMS but specify incorrect database
Expected behavior
Data.all should not create the database and leave it as it is
Your project
No response
Screenshots
No response
OS
MacOS
Python version
3.9
AWS data.all version
2.6
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
In data.all, while importing a dataset, a database can be specified which can then be imported.
While running the dataset stack, a custom resource ( which uses a lambda created at the time of environment stack creation ) runs a lambda , which does the work of creating a database if it doesn't exist in the aws account.
When a dataset is imported and a database is specified which doesn't exists, then this lambda creates this database. In case if a database is not specified then data.all creates a database while importing the dataset.
As a user, I don't want data.all to create any database, or delete any imported database
How to Reproduce
Import a dataset with an S3 and KMS but specify incorrect database
Expected behavior
Data.all should not create the database and leave it as it is
Your project
No response
Screenshots
No response
OS
MacOS
Python version
3.9
AWS data.all version
2.6
Additional context
No response
The text was updated successfully, but these errors were encountered: