Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to exit onboarding - Stuck on "Set up connection" in #1684

Closed
duvaldt opened this issue Jan 17, 2021 · 8 comments · Fixed by #1724
Closed

Unable to exit onboarding - Stuck on "Set up connection" in #1684

duvaldt opened this issue Jan 17, 2021 · 8 comments · Fixed by #1724
Assignees
Labels
area/connectors Connector related issues priority/high High priority type/bug Something isn't working
Milestone

Comments

@duvaldt
Copy link

duvaldt commented Jan 17, 2021

Expected Behavior

I want to be able to skip the onboarding guide, reach some default page or go somewhere other than the last onboarding page.

Current Behavior

In the final step in the onboarding guide where I setup the connection i get an error, "Fetching the schema is failed. Please try again". I'm unable to go back and change any configuration. I've tried to delete cookies, delete docker images and manually entering another url but it always gets me back to the final step, which is not working.

Steps to Reproduce

  1. git clone repo + docker compose up
  2. Add postgres as source
  3. Add json file as destination
  4. Click next to enter final step
  5. In my case I get the error here and can't go anywhere else

Severity of the bug for you

Critial - Unable to use the software

Additional context

Ubuntu 20.04, Postgres 12
I have a lot of schemas in my postgres database. Not sure if it's relevant or not.

@duvaldt duvaldt added the type/bug Something isn't working label Jan 17, 2021
@duvaldt
Copy link
Author

duvaldt commented Jan 17, 2021

Somehow I get back to this page even after pulling new docker images. No way at all to exit, reconfigure or go to another page.
image

Looks like there is some problem with a column name

airbyte-scheduler | 2021-01-17 10:11:21 ERROR i.a.c.i.LineGobbler(voidCall):69 - {job_id=32, job_log_filename=logs.log, job_root=/tmp/workspace/32/0} - Exception in thread "main" java.lang.RuntimeException: Found multiple columns with same name: supplier_id in table: suppliers but the columns are not the same. columns: [ColumnInfo{columnName='publisher_id', columnType=SMALLINT}, ColumnInfo{columnName='supplier_id', columnType=VARCHAR}, ColumnInfo{columnName='org_no', columnType=VARCHAR}, ColumnInfo{columnName='name', columnType=VARCHAR}, ColumnInfo{columnName='city', columnType=VARCHAR}, ColumnInfo{columnName='email', columnType=VARCHAR}, ColumnInfo{columnName='phone', columnType=VARCHAR}, ColumnInfo{columnName='postal_code', columnType=VARCHAR}, ColumnInfo{columnName='created', columnType=TIMESTAMP}, ColumnInfo{columnName='raw', columnType=OTHER}, ColumnInfo{columnName='supplier_id', columnType=INTEGER}, ColumnInfo{columnName='br_id', columnType=INTEGER}, ColumnInfo{columnName='supplier_name', columnType=VARCHAR}]
airbyte-scheduler | 2021-01-17 10:11:21 ERROR i.a.c.i.LineGobbler(voidCall):69 - {job_id=32, job_log_filename=logs.log, job_root=/tmp/workspace/32/0} - at io.airbyte.integrations.source.jdbc.AbstractJdbcSource.lambda$assertColumnsWithSameNameAreSame$8(AbstractJdbcSource.java:301)
airbyte-scheduler | 2021-01-17 10:11:21 ERROR i.a.c.i.LineGobbler(voidCall):69 - {job_id=32, job_log_filename=logs.log, job_root=/tmp/workspace/32/0} - at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
airbyte-scheduler | 2021-01-17 10:11:21 ERROR i.a.c.i.LineGobbler(voidCall):69 - {job_id=32, job_log_filename=logs.log, job_root=/tmp/workspace/32/0} - at io.airbyte.integrations.source.jdbc.AbstractJdbcSource.lambda$assertColumnsWithSameNameAreSame$9(AbstractJdbcSource.java:298)
airbyte-scheduler | 2021-01-17 10:11:21 ERROR i.a.c.i.LineGobbler(voidCall):69 - {job_id=32, job_log_filename=logs.log, job_root=/tmp/workspace/32/0} - at java.base/java.util.HashMap$Values.forEach(HashMap.java:1068)
airbyte-scheduler | 2021-01-17 10:11:21 ERROR i.a.c.i.LineGobbler(voidCall):69 - {job_id=32, job_log_filename=logs.log, job_root=/tmp/workspace/32/0} - at io.airbyte.integrations.source.jdbc.AbstractJdbcSource.assertColumnsWithSameNameAreSame(AbstractJdbcSource.java:296)
airbyte-scheduler | 2021-01-17 10:11:21 ERROR i.a.c.i.LineGobbler(voidCall):69 - {job_id=32, job_log_filename=logs.log, job_root=/tmp/workspace/32/0} - at io.airbyte.integrations.source.jdbc.AbstractJdbcSource.lambda$getTables$7(AbstractJdbcSource.java:280)
airbyte-scheduler | 2021-01-17 10:11:21 ERROR i.a.c.i.LineGobbler(voidCall):69 - {job_id=32, job_log_filename=logs.log, job_root=/tmp/workspace/32/0} - at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
airbyte-scheduler | 2021-01-17 10:11:21 ERROR i.a.c.i.LineGobbler(voidCall):69 - {job_id=32, job_log_filename=logs.log, job_root=/tmp/workspace/32/0} - at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
airbyte-scheduler | 2021-01-17 10:11:21 ERROR i.a.c.i.LineGobbler(voidCall):69 - {job_id=32, job_log_filename=logs.log, job_root=/tmp/workspace/32/0} - at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
airbyte-scheduler | 2021-01-17 10:11:21 ERROR i.a.c.i.LineGobbler(voidCall):69 - {job_id=32, job_log_filename=logs.log, job_root=/tmp/workspace/32/0} - at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
airbyte-scheduler | 2021-01-17 10:11:21 ERROR i.a.c.i.LineGobbler(voidCall):69 - {job_id=32, job_log_filename=logs.log, job_root=/tmp/workspace/32/0} - at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
airbyte-scheduler | 2021-01-17 10:11:21 ERROR i.a.c.i.LineGobbler(voidCall):69 - {job_id=32, job_log_filename=logs.log, job_root=/tmp/workspace/32/0} - at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
airbyte-scheduler | 2021-01-17 10:11:21 ERROR i.a.c.i.LineGobbler(voidCall):69 - {job_id=32, job_log_filename=logs.log, job_root=/tmp/workspace/32/0} - at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578)
airbyte-scheduler | 2021-01-17 10:11:21 ERROR i.a.c.i.LineGobbler(voidCall):69 - {job_id=32, job_log_filename=logs.log, job_root=/tmp/workspace/32/0} - at io.airbyte.integrations.source.jdbc.AbstractJdbcSource.getTables(AbstractJdbcSource.java:289)
airbyte-scheduler | 2021-01-17 10:11:21 ERROR i.a.c.i.LineGobbler(voidCall):69 - {job_id=32, job_log_filename=logs.log, job_root=/tmp/workspace/32/0} - at io.airbyte.integrations.source.jdbc.AbstractJdbcSource.discover(AbstractJdbcSource.java:138)
airbyte-scheduler | 2021-01-17 10:11:21 ERROR i.a.c.i.LineGobbler(voidCall):69 - {job_id=32, job_log_filename=logs.log, job_root=/tmp/workspace/32/0} - at io.airbyte.integrations.base.IntegrationRunner.run(IntegrationRunner.java:95)
airbyte-scheduler | 2021-01-17 10:11:21 ERROR i.a.c.i.LineGobbler(voidCall):69 - {job_id=32, job_log_filename=logs.log, job_root=/tmp/workspace/32/0} - at io.airbyte.integrations.source.postgres.PostgresSource.main(PostgresSource.java:72)
airbyte-scheduler | 2021-01-17 10:11:22 DEBUG i.a.w.DefaultDiscoverCatalogWorker(run):99 - {job_id=32, job_log_filename=logs.log, job_root=/tmp/workspace/32/0} - Discover job subprocess finished with exit code 1
airbyte-scheduler | 2021-01-17 10:11:24 INFO i.a.s.JobRetrier(run):53 - {} - Running Job Retrier...
airbyte-scheduler | 2021-01-17 10:11:24 INFO i.a.s.JobRetrier(run):69 - {} - Completed Job Retrier...
airbyte-scheduler | 2021-01-17 10:11:24 INFO i.a.s.JobRetrier(run):70 - {} - Job Retrier Summary. Incomplete jobs: 1, Job set to retry: 1, Jobs set to failed: 0
airbyte-scheduler | 2021-01-17 10:11:24 INFO i.a.s.JobScheduler(run):80 - {} - Running job-scheduler...
airbyte-scheduler | 2021-01-17 10:11:24 INFO i.a.s.JobScheduler(scheduleSyncJobs):102 - {} - Job-Scheduler Summary. Active connections: 0, Jobs scheduler: 0
airbyte-scheduler | 2021-01-17 10:11:24 INFO i.a.s.JobScheduler(run):84 - {} - Completed Job-Scheduler...
airbyte-scheduler | 2021-01-17 10:11:24 INFO i.a.s.JobSubmitter(run):75 - {} - Running job-submitter...
airbyte-scheduler | 2021-01-17 10:11:24 INFO i.a.s.JobSubmitter(run):85 - {} - Completed Job-Submitter...
airbyte-server | 2021-01-17 10:11:25 DEBUG i.a.s.e.UncaughtExceptionMapper(toResponse):42 - {} - Uncaught exception
airbyte-server | java.lang.IllegalStateException: no discover output found
airbyte-server | at io.airbyte.server.handlers.SchedulerHandler.lambda$discoverJobToOutput$0(SchedulerHandler.java:162) ~[io.airbyte-airbyte-server-0.11.0-alpha.jar:?]
airbyte-server | at java.util.Optional.orElseThrow(Optional.java:401) ~[?:?]
airbyte-server | at io.airbyte.server.handlers.SchedulerHandler.discoverJobToOutput(SchedulerHandler.java:162) ~[io.airbyte-airbyte-server-0.11.0-alpha.jar:?]
airbyte-server | at io.airbyte.server.handlers.SchedulerHandler.discoverSchemaForSourceFromSourceId(SchedulerHandler.java:139) ~[io.airbyte-airbyte-server-0.11.0-alpha.jar:?]
airbyte-server | at io.airbyte.server.apis.ConfigurationApi.lambda$discoverSchemaForSource$13(ConfigurationApi.java:233) ~[io.airbyte-airbyte-server-0.11.0-alpha.jar:?]
airbyte-server | at io.airbyte.server.apis.ConfigurationApi.execute(ConfigurationApi.java:422) ~[io.airbyte-airbyte-server-0.11.0-alpha.jar:?]
airbyte-server | at io.airbyte.server.apis.ConfigurationApi.discoverSchemaForSource(ConfigurationApi.java:233) ~[io.airbyte-airbyte-server-0.11.0-alpha.jar:?]
airbyte-server | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
airbyte-server | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
airbyte-server | at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
airbyte-server | at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?]
airbyte-server | at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) ~[jersey-server-2.31.jar:?]
airbyte-server | at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) ~[jersey-server-2.31.jar:?]
airbyte-server | at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) ~[jersey-server-2.31.jar:?]
airbyte-server | at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) ~[jersey-server-2.31.jar:?]
airbyte-server | at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) ~[jersey-server-2.31.jar:?]
airbyte-server | at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) ~[jersey-server-2.31.jar:?]
airbyte-server | at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) ~[jersey-server-2.31.jar:?]
airbyte-server | at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) ~[jersey-server-2.31.jar:?]
airbyte-server | at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) [jersey-server-2.31.jar:?]
airbyte-server | at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) [jersey-common-2.31.jar:?]
airbyte-server | at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) [jersey-common-2.31.jar:?]
airbyte-server | at org.glassfish.jersey.internal.Errors.process(Errors.java:292) [jersey-common-2.31.jar:?]
airbyte-server | at org.glassfish.jersey.internal.Errors.process(Errors.java:274) [jersey-common-2.31.jar:?]
airbyte-server | at org.glassfish.jersey.internal.Errors.process(Errors.java:244) [jersey-common-2.31.jar:?]
airbyte-server | at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) [jersey-common-2.31.jar:?]
airbyte-server | at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) [jersey-server-2.31.jar:?]
airbyte-server | at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) [jersey-server-2.31.jar:?]
airbyte-server | at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) [jersey-container-servlet-core-2.31.jar:?]
airbyte-server | at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346) [jersey-container-servlet-core-2.31.jar:?]
airbyte-server | at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:366) [jersey-container-servlet-core-2.31.jar:?]
airbyte-server | at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:319) [jersey-container-servlet-core-2.31.jar:?]
airbyte-server | at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205) [jersey-container-servlet-core-2.31.jar:?]
airbyte-server | at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:763) [jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723]
airbyte-server | at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:569) [jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723]
airbyte-server | at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723]
airbyte-server | at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1377) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723]
airbyte-server | at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723]
airbyte-server | at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:507) [jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723]
airbyte-server | at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723]
airbyte-server | at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1292) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723]
airbyte-server | at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723]
airbyte-server | at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723]
airbyte-server | at org.eclipse.jetty.server.Server.handle(Server.java:501) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723]
airbyte-server | at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723]
airbyte-server | at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723]
airbyte-server | at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723]
airbyte-server | at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723]
airbyte-server | at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.31.v20200723.jar:9.4.31.v20200723]
airbyte-server | at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [jetty-io-9.4.31.v20200723.jar:9.4.31.v20200723]
airbyte-server | at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) [jetty-io-9.4.31.v20200723.jar:9.4.31.v20200723]
airbyte-server | at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723]
airbyte-server | at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723]
airbyte-server | at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723]
airbyte-server | at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723]
airbyte-server | at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723]
airbyte-server | at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723]
airbyte-server | at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723]
airbyte-server | at java.lang.Thread.run(Thread.java:832) [?:?]
airbyte-server | Jan 17, 2021 10:11:25 AM org.glassfish.jersey.logging.LoggingInterceptor log
airbyte-server | INFO: 12 * Server responded with a response on thread qtp1028811481-23
airbyte-server | 12 < 500
airbyte-server | 12 < Access-Control-Allow-Headers: Origin, Content-Type, Accept
airbyte-server | 12 < Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS, HEAD
airbyte-server | 12 < Access-Control-Allow-Origin: *
airbyte-server | 12 < Content-Type: application/json
airbyte-server | {"message":"internal server error"}
airbyte-server |

@cgardens
Copy link
Contributor

cgardens commented Jan 19, 2021

@duvaldt - The error that is being thrown is because Airbyte is detecting two columns with the same name in a table but they have different types. Looking at the log it looks like one is a varchar and was is an integer. I'm not familiar with why this would be the case. Can you share any insight as to the type of the supplier_id column?

Specifically if you could run this query as describe in SO and tell me what the data_type is for the supplier_id:

SELECT column_name,data_type 
FROM information_schema.columns 
WHERE
table_name = 'your_table_name' 
AND table_catalog = 'your_database_name' 
AND table_schema = 'your_schema_name';

paraphrasing from the error message you copied above the relevant information.

Exception in thread "main" java.lang.RuntimeException: Found multiple columns with same name: supplier_id in table: suppliers but the columns are not the same. columns: [
... 
ColumnInfo{columnName='supplier_id', columnType=VARCHAR}, 
..., 
ColumnInfo{columnName='supplier_id', columnType=INTEGER}, 
...]

We are happy to spend some time reproducing this and fixing the issue, but we'll best be able to help if you can help us understand how that column in your database is configured.

@duvaldt
Copy link
Author

duvaldt commented Jan 19, 2021

Hmm.. been looking around for a while (it's quite a big database), and I think I might have found a "bug".

We don't have a table called suppliers with those fields. But, we have many schemas in our database, and two of those schemas contains a table called suppliers. In one of the tables, the first 10 of the listed columns exists:(ColumnInfo{columnName='publisher_id', columnType=SMALLINT}, ColumnInfo{columnName='supplier_id', columnType=VARCHAR}, ColumnInfo{columnName='org_no', columnType=VARCHAR}, ColumnInfo{columnName='name', columnType=VARCHAR}, ColumnInfo{columnName='city', columnType=VARCHAR}, ColumnInfo{columnName='email', columnType=VARCHAR}, ColumnInfo{columnName='phone', columnType=VARCHAR}, ColumnInfo{columnName='postal_code', columnType=VARCHAR}, ColumnInfo{columnName='created', columnType=TIMESTAMP}, ColumnInfo{columnName='raw', columnType=OTHER})

and in the other table, the three remaining exists:

( ColumnInfo{columnName='supplier_id', columnType=INTEGER}, ColumnInfo{columnName='br_id', columnType=INTEGER}, ColumnInfo{columnName='supplier_name', columnType=VARCHAR}] )

They are referring to two different type of suppliers, that's the reason for the design, and different schemas.

Could it be possible that Airbyte somehow disregards the schemas?

I have a few suggestions:

  1. We have a lot of schemas, would it be possible to print schema-name in the logs?
  2. And the most important thing, even if we find out that we have a problem with out DB, I would still like to exit from the onboarding try with a different source when playing around.

Thank you for your response, the software seems really great to work with!

/Mattias

@cgardens
Copy link
Contributor

cgardens commented Jan 19, 2021

aha! that's helpful. just to make sure I understanding you have two separate schemas, in one of them is a table called suppliers with a column called supplier_id that is a varchar and then in the other schema there is a table called suppliers with a column called supplier_id that is an integer? that's super helpful, i think i have an idea on where the bug might be. will look into a fix today.

@cgardens cgardens added the area/connectors Connector related issues label Jan 19, 2021
@cgardens cgardens added this to the Launch 1.0 milestone Jan 19, 2021
@duvaldt
Copy link
Author

duvaldt commented Jan 19, 2021 via email

@cgardens cgardens added the priority/high High priority label Jan 19, 2021
@cgardens cgardens self-assigned this Jan 19, 2021
@cgardens
Copy link
Contributor

I have recreated this locally. Looking into what I need to do to fix it now.

@duvaldt
Copy link
Author

duvaldt commented Jan 19, 2021 via email

@cgardens
Copy link
Contributor

A PR is up to fix this. Hoping that it will be merged and released today. If not today it would be tomorrow morning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues priority/high High priority type/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants