full-chef-85630
09/06/2022, 1:14 PMsource:
type: bigquery
config:
project_id: ${SOCIAL_INSIGHTS_BIGQUERY_ID}
credential:
project_id: ${SOCIAL_INSIGHTS_BIGQUERY_ID}
private_key_id: ${SOCIAL_INSIGHTS_PRIVATE_KEY_ID}
private_key: ${SOCIAL_INSIGHTS_PRIVATE_KEY}
client_email: ${SOCIAL_INSIGHTS_CLIENT_EMAIL}
client_id: ${SOCIAL_INSIGHTS_CLIENT_ID}
sharded_table_pattern: ((.+)[_$])?(\d{4,10})$
sink:
type: datahub-rest
config:
server: ${DATAHUB_GMS}
token: ${TOKEN}helpful-optician-78938
09/06/2022, 4:05 PMfull-chef-85630
09/07/2022, 1:41 AMfailures={'cube': ['Tables error: first argument must be string or compiled pattern'],
'dedup': ['Tables error: first argument must be string or compiled pattern'],
'logic': ['Tables error: first argument must be string or compiled pattern',
'Views error: first argument must be string or compiled pattern'],
'operation': ['Tables error: first argument must be string or compiled pattern'],
'origin': ['Tables error: first argument must be string or compiled pattern'],
'test': ['Tables error: first argument must be string or compiled pattern'],
'views': ['Tables error: first argument must be string or compiled pattern',
'Views error: first argument must be string or compiled pattern']helpful-optician-78938
09/07/2022, 1:42 AMhelpful-optician-78938
09/07/2022, 2:07 AMsharded_table_pattern: '((.+)[_$])?(\d{4,10})$'
?full-chef-85630
09/07/2022, 2:40 AMfrom datahub.ingestion.run.pipeline import Pipeline
pip =Pipeline.create(config_dict={
'source': {
'type': 'bigquery',
'config': {
'project_id': '',
'sharded_table_pattern': '((.+)[_$])?(\d{4,10})$',
'credential': {
'project_id': '',
'private_key_id': '',
'private_key': '',
'client_email': '',
'client_id': ''
}
}
},
'sink': {
'type': 'datahub-rest',
'config': {
'server': '',
'token': ''
}
}
})
pip.run()
pip.raise_from_status()helpful-optician-78938
09/07/2022, 2:57 AMfull-chef-85630
09/07/2022, 3:10 AMhelpful-optician-78938
09/07/2022, 8:17 PMfull-chef-85630
09/08/2022, 1:36 AMdazzling-judge-80093
09/08/2022, 6:58 AMfull-chef-85630
09/08/2022, 9:31 AMfull-chef-85630
09/09/2022, 2:03 AM01:59:36.622 [main] WARN o.s.w.c.s.XmlWebApplicationContext:591 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class [com.linkedin.gms.factory.common.GitVersionFactory]; nested exception is java.io.FileNotFoundException: class path resource [git.properties] cannot be opened because it does not exist
01:59:36.651 [main] ERROR o.s.web.context.ContextLoader:313 - Context initialization failed
org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class [com.linkedin.gms.factory.common.GitVersionFactory]; nested exception is java.io.FileNotFoundException: class path resource [git.properties] cannot be opened because it does not exist
at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:189)
at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:331)
at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:247)