databricks.json
in the current directory. Note that the current directory should be the openmetadata
directory.databricks.json
the file you created.connectionArguments
:true
or false
, to run the profiler (not the tests) during the metadata ingestion.true
or false
, to ingest table data. Default is true.true
or false
, to ingest views definitions.sampleDataQuery
.select * from {}.{} limit 50
.schemaFilterPattern
and tableFilterPattern
both support regex as include
or exclude
. E.g.,"type": "metadata-rest"
.openMetadataServerConfig
, where you can define the host and security provider of your OpenMetadata installation.orm-profiler
processor. While the serviceConnection
will still be the same to reach the source system, the sourceConfig
will be updated from previous configurations.sourceConfig
is defined here. If you don't need to add any fqnFilterPattern
, the "type": "Profiler"
is still required to be present.fqnFilterPattern
supports regex as include
or exclude
. E.g.,orm-profiler
. It can also be updated to define tests from the JSON itself instead of the UI:tests
is a list of test definitions that will be applied to table
, informed by its FQN. For each table, one can then define a list of table_tests
and column_tests
. Review the supported tests and their definitions to learn how to configure the different cases here.ingest
, we are using the profile
command to select the Profiler
workflow.