icy-train-40359
05/24/2023, 4:05 PM[2023-05-24 16:52:58,950] INFO     {datahub.cli.ingest_cli:173} - DataHub CLI version: 0.10.2.2
[2023-05-24 16:52:59,141] INFO     {datahub.ingestion.run.pipeline:204} - Sink configured successfully. DataHubRestEmitter: configured to talk to <http://localhost:8080> with token: eyJh**********O9bU
[2023-05-24 16:53:03,611] ERROR    {datahub.entrypoints:195} - Command failed: Failed to find a registered source for type snowflake: Updating forward references for asset model PandasCSVAsset raised TypeError: issubclass() arg 1 must be a classsource:
  type: "snowflake"
  config:
    username: "${SNOWFLAKE_USERID}"
    password: "${SNOWFLAKE_PASSWORD}"
    account_id: "real_account_name"
    warehouse: "bi_transforming_development"
    database_pattern:
      allow:
        - "^ANALYTICS_DBT_PROD$"
    schema_pattern:
      allow:
        - "^PROD$"
    role: "analyst"
sink:
  type: "datahub-rest"
  config:
    token: "${TOKEN}"icy-train-40359
05/25/2023, 8:27 AM