On January 27, 2021, Google is changing the required permissions for attaching IAM roles to service accounts. If you are using IAM roles for your Google service accounts, please see Changes to User Management.
When set to true
, the names of new columns are prepended with the name of the source column. Example:
Source Column | Output Column |
---|---|
mySourceColumn | mySourceColumn_column1 |
Nested key references are appended to the column name:
Source Column | Key Value | Output Column |
---|---|---|
mySourceColumn | keys: '[Key1][Key2]' | mySourceColumn_Key1_Key2 |
This page has no comments.