This connector extracts technical metadata from a Monte Carlo site using Monte Carlo API.
We recommend creating a dedicated API Key for the connector to use. Follow these instructions to create a new API key and secret.
Create a YAML config file based on the following template.
api_key_id: <api_key_id>
api_key_secret: <api_key_token>
data_platform: <data_platform> # SNOWFLAKE, BIGQUERY, REDSHIFT, etc.
See Output Config for more information.
If some of the monitored data assets are Snowflake datasets, please provide the Snowflake account as follows,
snowflake_account: <account_name>
If set to true, the connector will treat unhandled anomalies as data quality errors. Default is false.
treat_unhandled_anomalies_as_errors: true
By default the connector only retrieves anomalies from the last 30 days. You can change this by setting the anomalies_lookback_days
field.
anomalies_lookback_days: 30
Follow the Installation instructions to install metaphor-connectors
in your environment (or virtualenv). Make sure to include either all
or monte_carlo
extra.
Run the following command to test the connector locally:
metaphor monte_carlo <config_file>
Manually verify the output after the command finishes.