Skip to content

DbtMetricFilter

Detailed information about a dbt Metric Filter.

Complete reference

This is a complete reference for the DbtMetricFilter struct in Atlan, showing all of its embedded properties. For an introduction, you probably want to start with:

  • Snippets — small, atomic examples of single-step use cases.
  • Patterns — walkthroughs of common multi-step implementation patterns.

Embedded properties

These are the attributes embedded within each instance of the DbtMetricFilter struct in an asset:

dbtMetricFilterColumnQualifiedName
Unique name of the column the metric filter applies to.
1
2
builder.dbtMetricFilterColumnQualifiedName(...); // (1)
dbtMetricFilter.getDbtMetricFilterColumnQualifiedName(); // (2)
  1. Set the dbtMetricFilterColumnQualifiedName for a DbtMetricFilter.

    For more details

    For more information, see the asset CRUD snippets on either creating or updating assets.

  2. Retrieve the dbtMetricFilterColumnQualifiedName from a DbtMetricFilter.

    For more details

    For more information, see the asset CRUD snippets on retrieving assets.

dbtMetricFilterField
TBC
1
2
builder.dbtMetricFilterField(...); // (1)
dbtMetricFilter.getDbtMetricFilterField(); // (2)
  1. Set the dbtMetricFilterField for a DbtMetricFilter.

    For more details

    For more information, see the asset CRUD snippets on either creating or updating assets.

  2. Retrieve the dbtMetricFilterField from a DbtMetricFilter.

    For more details

    For more information, see the asset CRUD snippets on retrieving assets.

dbtMetricFilterOperator
TBC
1
2
builder.dbtMetricFilterOperator(...); // (1)
dbtMetricFilter.getDbtMetricFilterOperator(); // (2)
  1. Set the dbtMetricFilterOperator for a DbtMetricFilter.

    For more details

    For more information, see the asset CRUD snippets on either creating or updating assets.

  2. Retrieve the dbtMetricFilterOperator from a DbtMetricFilter.

    For more details

    For more information, see the asset CRUD snippets on retrieving assets.

dbtMetricFilterValue
TBC
1
2
builder.dbtMetricFilterValue(...); // (1)
dbtMetricFilter.getDbtMetricFilterValue(); // (2)
  1. Set the dbtMetricFilterValue for a DbtMetricFilter.

    For more details

    For more information, see the asset CRUD snippets on either creating or updating assets.

  2. Retrieve the dbtMetricFilterValue from a DbtMetricFilter.

    For more details

    For more information, see the asset CRUD snippets on retrieving assets.

dbtMetricFilterColumnQualifiedName
Unique name of the column the metric filter applies to.
1
2
3
4
5
{
  "attributes": {
    "dbtMetricFilterColumnQualifiedName": ... // (1)
  }
}
  1. Set the dbtMetricFilterColumnQualifiedName for a DbtMetricFilter.

    For more details

    For more information, see the asset CRUD snippets.

dbtMetricFilterField
TBC
1
2
3
4
5
{
  "attributes": {
    "dbtMetricFilterField": ... // (1)
  }
}
  1. Set the dbtMetricFilterField for a DbtMetricFilter.

    For more details

    For more information, see the asset CRUD snippets.

dbtMetricFilterOperator
TBC
1
2
3
4
5
{
  "attributes": {
    "dbtMetricFilterOperator": ... // (1)
  }
}
  1. Set the dbtMetricFilterOperator for a DbtMetricFilter.

    For more details

    For more information, see the asset CRUD snippets.

dbtMetricFilterValue
TBC
1
2
3
4
5
{
  "attributes": {
    "dbtMetricFilterValue": ... // (1)
  }
}
  1. Set the dbtMetricFilterValue for a DbtMetricFilter.

    For more details

    For more information, see the asset CRUD snippets.