Table Usage Count
This model is the linking between the usage stage and bulk sink steps
Properties
table(string): Name of the table.date(string): Date of execution of SQL query.databaseName(string): Database associated with the table in the query.count(integer): Usage count of table. Default:1.databaseSchema(string): Database schema of the associated with table.sqlQueries(array): List of SQL Queries associated with table.- Items: Refer to ../api/data/createQuery.json.
joins(array): List of joins associated with table.- Items: Refer to #/definitions/tableColumnJoin.
serviceName(string): Name that identifies this database service.
Definitions
tableColumn(object): Cannot contain additional properties.table(string): Name of the table.column(string): Name of the column.
tableColumnJoin(object): Cannot contain additional properties.tableColumn: Source table column. Refer to #/definitions/tableColumn.joinedWith(array): List of table columns with which the table is joined with.- Items: Refer to #/definitions/tableColumn.
Documentation file automatically generated at 2025-01-15 09:05:41.923720+00:00.