facing the issue while trying to ingest via UI. it...
# ingestion
l
facing the issue while trying to ingest via UI. its working through datahub ingest command. any idea what is missing?
Copy code
source:
    type: bigquery
    config:
        project_id: re-240416
        credential:
            private_key_id: 134143qefqafa12341
            private_key: "-----BEGIN PRIVATE KEY-----\n\n-----END PRIVATE KEY-----\n"
            client_email: <mailto:test-query@re.gserviceaccount.com|test-query@re.gserviceaccount.com>
            client_id: '4512451451341341'
sink:
    type: datahub-rest
    config:
        server: '<http://localhost:8080>'
d
Can you add project_id as well to credential and check?
l
tried that too
d
Can you try with credential file by setting the
GOOGLE_APPLICATION_CREDENTIALS
environment variable and disabling the credential config part to check if the credentials are fine?