INPUT_OBJECT

Datasource_Filter

Filter by GraphQL field and given value

link GraphQL Schema definition

  • input Datasource_Filter {
  • # True if the datasource contains unsupported custom SQL, in which case lineage
  • # may be incomplete
  • containsUnsupportedCustomSql: Boolean
  • # True if the datasource contains unsupported custom SQL, in which case lineage
  • # may be incomplete
  • containsUnsupportedCustomSqlWithin: [Boolean]
  • # Name shown in server and desktop clients
  • name: String
  • # Name shown in server and desktop clients
  • nameWithin: [String]
  • # Unique identifier used by the metadata API. Not the same as the numeric ID used
  • # on server
  • id: ID
  • # Unique identifier used by the metadata API. Not the same as the numeric ID used
  • # on server
  • idWithin: [ID]
  • }