Created on 05-24-2019 02:18 PM - edited 08-17-2019 03:22 PM
Update
I update my custom Atlas Types as follows:
"superTypes": [ "DataSet" ]
"options": { "schemaAttributes": "[\"name\", \"type\", \"mode\", \"description\"]" }
"superTypes": [ "DataSet" ]
"options": { "schemaElementsAttribute": "columns" }
So now I have the "schema" tab, but the "properties" tab never finishes loading!
Example bq_column
Example bq_table
So my questions are is:
========
I am trying to use Apache Atlas (1.1.0 and 2.0.0) to have metadata about my BigQuery tables.
I have created the following Atlas Types:
- bq_column
- bq_table (has an array of bq_columns)
In the bq_table table view I would like to see the table's "schema tab", as in the figure below.
We currently have something like the following images:
Example bq_column
Example bq_table
How can I modify my custom Type or Entity to have the "schema" tab as it is shown for hive_table Type ?