In cases where Atlan does not profile the source, you may want to add your own profiles. You can do this by either adding the profile when creating the column (programmatically) or by updating the attributes on an existing column:
Use the updater() method to update an existing column asset (for more details, see Updating an asset).
Provide the full, case-sensitive qualifiedName of the column.
Provide the case-sensitive name of the column.
Some profile information is common, regardless of the data type of the column. All are optional, so fill in only the pieces you want or for which you have the information.
Some profile information is specific to numeric columns. All are optional, so fill in only the pieces you want or for which you have the information.
Some profile information is specific to string columns. All are optional, so fill in only the pieces you want or for which you have the information.
Use the build() method to construct the column object to be updated in Atlan.
Then call the save() method against this built-up object to actually apply the update to Atlan.
Use the updater() method to update an existing column asset (for more details, see Updating an asset).
Provide the full, case-sensitive qualified_name of the column.
Provide the case-sensitive name of the column.
Some profile information is common, regardless of the data type of the column. All are optional, so fill in only the pieces you want or for which you have the information.
Some profile information is specific to numeric columns. All are optional, so fill in only the pieces you want or for which you have the information.
Some profile information is specific to string columns. All are optional, so fill in only the pieces you want or for which you have the information.
Then call the save() method with this built-up object to actually apply the update to Atlan.
Use the updater() method to update an existing column asset (for more details, see Updating an asset).
Provide the full, case-sensitive qualifiedName of the column.
Provide the case-sensitive name of the column.
Some profile information is common, regardless of the data type of the column. All are optional, so fill in only the pieces you want or for which you have the information.
Some profile information is specific to numeric columns. All are optional, so fill in only the pieces you want or for which you have the information.
Some profile information is specific to string columns. All are optional, so fill in only the pieces you want or for which you have the information.
Use the build() method to construct the column object to be updated in Atlan.
Then call the save() method against this built-up object to actually apply the update to Atlan.
The typeName must always be Column for profiling information.
You must provide the exact name of the column (case-sensitive).
You must provide the exact qualifiedName of the column (case-sensitive).
Some profile information is common, regardless of the data type of the column. All are optional, so fill in only the pieces you want or for which you have the information.
Some profile information is specific to numeric columns. All are optional, so fill in only the pieces you want or for which you have the information.
Some profile information is specific to string columns. All are optional, so fill in only the pieces you want or for which you have the information.