https://datahubproject.io logo
Title
b

bored-truck-17085

05/25/2023, 12:14 AM
Hi everyone, I'm having an issue with ingesting the dbt freshness validation. I would like to understand the reason of my freshness validation doesn’t sync correctly. Today I have this CLI recipe config, I'm syncing all files (manifest, catalog, sources and run_results). The last update from a specific table is "2023-05-24", but the
stats
tab shows "2023-05-20". Has anyone faced this issue before?
source:
    type: "dbt"
    config:
        # Coordinates
        manifest_path: "/home/datahub/datahub/manifest.json"
        catalog_path: "/home/datahub/datahub/catalog.json"
        sources_path: "/home/datahub/datahub/sources.json"
        test_results_path: "/home/datahub/datahub/run_results.json"

        # Options
        stateful_ingestion:
            enabled: false
        entities_enabled:
            models: 'YES'
            sources: 'YES'
            seeds: 'NO'
            test_definitions: 'YES'
            test_results: 'YES'
        target_platform: bigquery

pipeline_name: "source_tests"

sink:
    type: "datahub-rest"
    config:
        server: <http://localhost:8080>
        token: ${DATAHUB_CLI_ACCESS_TOKEN}
g

gentle-hamburger-31302

05/30/2023, 7:32 AM
@dazzling-judge-80093 might help you