Hi guys, i try to ingest bigquery-usage via ui. Th...
# ingestion
f
Hi guys, i try to ingest bigquery-usage via ui. This is the recepie
Copy code
source:
    type: bigquery-usage
    config:
        projects:
            - p1
            - p2
        credential:
            project_id: 
            private_key_id: 
            private_key: '${PRIVATE_KEY}'
            client_email: 
            client_id: 
sink:
    type: datahub-rest
    config:
        server:
I got this error
Copy code
'1 validation error for BigQueryUsageConfig\n'
           'credential\n'
           '  extra fields not permitted (type=value_error.extra)\n',
so its look like i can add credential on biguqery-usage ( on bigquery its work)
d
ohh, you are right. I will add it soon, sorry about this.
thanks for letting know
f
no problem , thx for support 😄
d
I created a pr with the fix -> https://github.com/linkedin/datahub/pull/4111
f
oky, that was fast )))
i use helm to install datahub , so i need to w8 for datahub 0.8.27 :(
d
this pr first needs to be review/merged and release a new python package