full-chef-85630
07/27/2022, 2:38 PMcom.linkedin.restli.server.RestLiServiceException: Failed to validate record with class com.linkedin.dataset.DatasetProperties: ERROR :: /platformSchema :: unrecognized field found but not allowed
ERROR :: /created :: unrecognized field found but not allowed
ERROR :: /lastModified :: unrecognized field found but not allowed
ERROR :: /fields :: unrecognized field found but not allowed
ERROR :: /schemaName :: unrecognized field found but not allowed
ERROR :: /version :: unrecognized field found but not allowed
ERROR :: /hash :: unrecognized field found but not allowed
ERROR :: /platform :: unrecognized field found but not allowed
full-chef-85630
07/27/2022, 3:03 PMdataset_properties = DatasetPropertiesClass(
name="test-bigquery",
tags=[
builder.make_tag_urn("bigquery-user-info"),
builder.make_tag_urn("user-info"),
],
description="This table stored the canonical User profile",
customProperties={"governance": "ENABLED"},
externalUrl="<http://150.158.172.130:3001>",
qualifiedName="bigquery-test",
)
wooden-chef-22394
07/28/2022, 1:38 AMalert-fall-82501
07/28/2022, 9:37 AMalert-fall-82501
07/28/2022, 9:37 AMalert-fall-82501
07/28/2022, 9:38 AMbrash-minister-83469
07/28/2022, 10:49 AMclever-lamp-13963
07/28/2022, 12:43 PMclever-lamp-13963
07/28/2022, 2:54 PMeditableSchemaMetadata
in versionedDataset
. OpenAPI does return value. Is it not implemented?adamant-napkin-88678
07/28/2022, 8:51 PMadamant-napkin-88678
07/28/2022, 8:52 PMbest-umbrella-24804
07/29/2022, 5:45 AMalert-ram-30868
07/29/2022, 7:03 AMsquare-hair-99480
07/29/2022, 9:39 AMEBEAN_DATASOURCE_PASSWORD
but that is not the way. So is there other env var for setting this? In which docker service should I set it? Or is there another better way?square-hair-99480
07/29/2022, 12:55 PMlemon-engine-23512
07/29/2022, 1:09 PMrapid-king-93225
07/31/2022, 11:00 AMshy-kitchen-7972
08/01/2022, 8:56 AMmodern-soccer-40481
08/01/2022, 1:51 PMsticky-guitar-6066
08/01/2022, 11:04 AMcuddly-butcher-39945
08/01/2022, 9:11 PMgorgeous-dinner-4055
08/01/2022, 7:28 PM./gradlew :datahub-web-react:build \
-x :datahub-web-react:yarnLint \
-x :datahub-web-react:yarnTest \
&& docker restart datahub-frontend-react
Do people have similar/better workflows for front end & backend development?
I've thought about using something like watchmedo to automatically detect if anything in the frontend sub dir gets touched and do the automatic restart.full-chef-85630
08/01/2022, 11:52 PM23:44:29.655 [main] ERROR o.s.web.context.ContextLoader:313 - Context initialization failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'siblingGraphServiceFactory': Unsatisfied dependency expressed through field '_entityService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'entityAspectDao' defined in com.linkedin.gms.factory.entity.EntityAspectDaoFactory: Unsatisfied dependency expressed through method 'createEbeanInstance' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ebeanServer' defined in com.linkedin.gms.factory.entity.EbeanServerFactory: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [io.ebean.EbeanServer]: Factory method 'createServer' threw exception; nested exception is java.lang.NullPointerException
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:659)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:639)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:953)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:401)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:292)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:103)
at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:1073)
at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:572)
at org.eclipse.jetty.server.handler.ContextHandler.contextInitialized(ContextHandler.java:1002)
at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:746)
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:379)
at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1449)
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1414)
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:916)
at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:288)
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:524)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117)
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:97)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117)
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:97)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
at org.eclipse.jetty.server.Server.start(Server.java:423)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:110)
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:97)
at org.eclipse.jetty.server.Server.doStart(Server.java:387)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
at org.eclipse.jetty.runner.Runner.run(Runner.java:519)
at org.eclipse.jetty.runner.Runner.main(Runner.java:564)
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'entityAspectDao' defined in com.linkedin.gms.factory.entity.EntityAspectDaoFactory: Unsatisfied dependency expressed through method 'createEbeanInstance' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ebeanServer' defined in com.linkedin.gms.factory.entity.EbeanServerFactory: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [io.ebean.EbeanServer]: Factory method 'createServer' threw exception; nested exception is java.lang.NullPointerException
lively-farmer-38551
08/01/2022, 9:50 PMfull-chef-85630
08/01/2022, 3:12 AMbright-cpu-56427
08/02/2022, 2:47 AM"""
{
search(input: { type: CHART, query: "qs", start: 0, count: 10000 }) {
searchResults {
entity {
...on Chart {
properties {
name
}
lineage(input: {direction: UPSTREAM , start: 0, count: 10000}) {
relationships {
type
entity {
...on Dataset {
name
lineage(input: {direction: UPSTREAM , start: 0, count: 10000}) {
relationships {
entity {
...on Dataset {name}
}
}
}
}
}
}
}
}
}
}
}
}
"""
high-notebook-40979
10/19/2021, 11:54 AMalert-fall-82501
07/28/2022, 9:36 AMalert-ram-30868
07/29/2022, 7:05 AM