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
when transfer data from rdb to gcs, some column should be droped for security issue
Use case/motivation
When retrieving data from each table, mainly query to get all columns as shown below.
select*from table
we can use specify the columns to import for each table, but in this case, we have to know the schema of all tables.
By adding exclude_column args to the operator as shown below, data from various tables can be sent to gcs with the same query.
Description
when transfer data from rdb to gcs, some column should be droped for security issue
Use case/motivation
When retrieving data from each table, mainly query to get all columns as shown below.
we can use specify the columns to import for each table, but in this case, we have to know the schema of all tables.
By adding exclude_column args to the operator as shown below, data from various tables can be sent to gcs with the same query.
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: