https://linen.dev logo
Join Slack
Powered by
# ask-community-for-troubleshooting
  • n

    Naveen Srinivasa

    10/21/2022, 9:22 PM
    Hi, How do I get a page's description when extracting data from confluence. Currently I see a key called "body" but it is an empty string.
    ✍️ 1
    • 1
    • 4
  • y

    Yoan Yahemdi

    10/21/2022, 10:31 PM
    Hello guys, I’m having the following error when trying to setup Facebook Ads source: Is it normal ? Thank you
    ✅ 1
    m
    • 2
    • 7
  • z

    Zaza Javakhishvili

    10/22/2022, 12:03 AM
    Hi, after basic authentification is added, how we can call API?
    ✍️ 1
    e
    • 2
    • 2
  • a

    Adrian Castro

    10/22/2022, 11:07 AM
    Ehm, I have made a fork and I keep getting build failed emails for it and it won't stop no matter what I do 🤣
    ✍️ 1
    m
    • 2
    • 4
  • s

    Slackbot

    10/22/2022, 3:56 PM
    This message was deleted.
    e
    r
    • 3
    • 6
  • z

    Zaza Javakhishvili

    10/22/2022, 5:57 PM
    Hi, I did all review notes. Please review to complete pull request: https://github.com/airbytehq/airbyte/pull/18283
    ✍️ 1
    • 1
    • 1
  • o

    Ofek Rubin

    10/22/2022, 5:59 PM
    Hi, tried deploying Airbyte on AWS and GCP, following the website documentations but with no success. Are there any setup videos that take you through every step of the entire installation?
    ✍️ 1
    q
    s
    m
    • 4
    • 15
  • h

    Haithem (WOOP)

    10/22/2022, 7:13 PM
    Hi, i'am trying to build a new source connector using low-code CDK, but when i run acceptance test, i got this error:
    Copy code
    --------------------------------------------------------------------------------------------------------------------------- Captured log call ----------------------------------------------------------------------------------------------------------------------------
    ERROR    root:connector_runner.py:153 Docker container failed, code 1, error:
    {"type": "TRACE", "trace": {"type": "ERROR", "emitted_at": 1666465401345.998, "error": {"message": "Something went wrong in the connector. See the logs for more details.", "internal_message": "HTTPSConnectionPool(host='<http://api.mailjet.com|api.mailjet.com>', port=443): Max retries exceeded with url: /v3/REST/contactslist (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98649740a0>: Failed to establish a new connection: [Errno -2] Name does not resolve'))", "stack_trace": "Traceback (most recent call last):\n  File \"/usr/local/lib/python3.9/site-packages/urllib3/connection.py\", line 174, in _new_conn\n    conn = connection.create_connection(\n  File \"/usr/local/lib/python3.9/site-packages/urllib3/util/connection.py\", line 72, in create_connection\n    for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):\n  File \"/usr/local/lib/python3.9/socket.py\", line 954, in getaddrinfo\n    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):\nsocket.gaierror: [Errno -2] Name does not resolve\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py\", line 703, in urlopen\n    httplib_response = self._make_request(\n  File \"/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py\", line 386, in _make_request\n    self._validate_conn(conn)\n  File \"/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py\", line 1042, in _validate_conn\n    conn.connect()\n  File \"/usr/local/lib/python3.9/site-packages/urllib3/connection.py\", line 358, in connect\n    self.sock = conn = self._new_conn()\n  File \"/usr/local/lib/python3.9/site-packages/urllib3/connection.py\", line 186, in _new_conn\n    raise NewConnectionError(\nurllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f98649740a0>: Failed to establish a new connection: [Errno -2] Name does not resolve\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/usr/local/lib/python3.9/site-packages/requests/adapters.py\", line 489, in send\n    resp = conn.urlopen(\n  File \"/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py\", line 787, in urlopen\n    retries = retries.increment(\n  File \"/usr/local/lib/python3.9/site-packages/urllib3/util/retry.py\", line 592, in increment\n    raise MaxRetryError(_pool, url, error or ResponseError(cause))\nurllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='<http://api.mailjet.com|api.mailjet.com>', port=443): Max retries exceeded with url: /v3/REST/contactslist (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98649740a0>: Failed to establish a new connection: [Errno -2] Name does not resolve'))\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"/airbyte/integration_code/main.py\", line 13, in <module>\n    launch(source, sys.argv[1:])\n  File \"/usr/local/lib/python3.9/site-packages/airbyte_cdk/entrypoint.py\", line 131, in launch\n    for message in source_entrypoint.run(parsed_args):\n  File \"/usr/local/lib/python3.9/site-packages/airbyte_cdk/entrypoint.py\", line 122, in run\n    for message in generator:\n  File \"/usr/local/lib/python3.9/site-packages/airbyte_cdk/sources/abstract_source.py\", line 127, in read\n    raise e\n  File \"/usr/local/lib/python3.9/site-packages/airbyte_cdk/sources/abstract_source.py\", line 113, in read\n    yield from self._read_stream(\n  File \"/usr/local/lib/python3.9/site-packages/airbyte_cdk/sources/abstract_source.py\", line 182, in _read_stream\n    for record in record_iterator:\n  File \"/usr/local/lib/python3.9/site-packages/airbyte_cdk/sources/abstract_source.py\", line 285, in _read_full_refresh\n    for record in records:\n  File \"/usr/local/lib/python3.9/site-packages/airbyte_cdk/sources/declarative/declarative_stream.py\", line 115, in read_records\n    for record in self.retriever.read_records(sync_mode, cursor_field, stream_slice, stream_state):\n  File \"/usr/local/lib/python3.9/site-packages/airbyte_cdk/sources/declarative/retrievers/simple_retriever.py\", line 348, in read_records\n    for r in records_generator:\n  File \"/usr/local/lib/python3.9/site-packages/airbyte_cdk/sources/streams/http/http.py\", line 415, in read_records\n    response = self._send_request(request, request_kwargs)\n  File \"/usr/local/lib/python3.9/site-packages/airbyte_cdk/sources/streams/http/http.py\", line 342, in _send_request\n    return backoff_handler(user_backoff_handler)(request, request_kwargs)\n  File \"/usr/local/lib/python3.9/site-packages/backoff/_sync.py\", line 105, in retry\n    ret = target(*args, **kwargs)\n  File \"/usr/local/lib/python3.9/site-packages/backoff/_sync.py\", line 105, in retry\n    ret = target(*args, **kwargs)\n  File \"/usr/local/lib/python3.9/site-packages/airbyte_cdk/sources/streams/http/http.py\", line 289, in _send\n    response: requests.Response = self._session.send(request, **request_kwargs)\n  File \"/usr/local/lib/python3.9/site-packages/requests/sessions.py\", line 701, in send\n    r = adapter.send(request, **kwargs)\n  File \"/usr/local/lib/python3.9/site-packages/requests/adapters.py\", line 565, in send\n    raise ConnectionError(e, request=request)\nrequests.exceptions.ConnectionError: HTTPSConnectionPool(host='<http://api.mailjet.com|api.mailjet.com>', port=443): Max retries exceeded with url: /v3/REST/contactslist (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f98649740a0>: Failed to establish a new connection: [Errno -2] Name does not resolve'))\n", "failure_type": "system_error"}}}
    ✍️ 1
    • 1
    • 4
  • r

    Rytis Zolubas

    10/22/2022, 7:29 PM
    Hello! I get this message when trying to call Airbyte API. Where can I find the authorisation key?
    Copy code
    <html>
    
    <head>
    	<meta charset="utf-8" />
    	<title>Airbyte - Access Denied</title>
    </head>
    
    <body>
    	<h1>🐙 Nope.</h1>
    	<h2><code>HTTP Error Code: 401</code></h2>
    
    	<p>
    		This deployment of Airbyte is protected by HTTP Basic Authentication.
    		Please refer to the <a href="<https://docs.airbyte.com>">Airbyte docs</a> to learn more about:
    		<ul>
    			<li><a href="<https://docs.airbyte.com/quickstart/deploy-airbyte>">the default username/password</a></li>
    			<li><a href="<https://docs.airbyte.com/operator-guides/security>">securing your Airbyte deployment</a>
    				including turning off or changing the default username/password.</li>
    		</ul>
    	</p>
    </body>
    
    </html>
    z
    • 2
    • 12
  • w

    WAS

    10/23/2022, 8:59 AM
    Hello! How to ingest data from Jira (self-hosted) to BigQuery? Jira Connector (https://airbyte.com/connections/Jira-to-BigQuery) support only jira cloud version. #jira
    ✍️ 1
    s
    • 2
    • 8
  • y

    Y L

    10/23/2022, 9:56 AM
    Hello ! I’m learning airbyte and played with some connectors to be prepared to develop my own. I got a question: how does incremental sync know when the reading from source connector finishes ? From my understanding, if there are many records with the same cursor value, the state emitted from the read will be same for the reads. So how does airbyte sync worker know it should not continue reading from the source connector ? Thanks a lot !
    ✍️ 1
    m
    s
    • 3
    • 8
  • y

    Yoan Yahemdi

    10/23/2022, 2:32 PM
    Hello guys, so basically Facebook API v15 can’t be used with the current Facebook Python SDK which hasn’t been updated yet. As my app have been created after v15API released, I need a v15 SDK or maybe some of you have documentations or any help on workarounds? What workaround can I use meanwhile? Because Airbyte currently does not work with Facebook v15 API. Thank you for any help 😃
    ✍️ 1
    🎃 1
    e
    s
    • 3
    • 5
  • a

    Adwait Chavan

    10/23/2022, 5:07 PM
    Hello! 👋 I got this error while deleting a workspace through API. How can this be resolved? Response Status: 422
    Copy code
    {
      "message": "The provided configuration does not fulfill the specification. Errors: json schema validation failed when comparing the data to the json schema. \nErrors: $.webhookConfigs[0].authToken: object found, string expected \nSchema: \n{\n  \"$schema\" : \"<http://json-schema.org/draft-07/schema#>\",\n  \"$id\" : \"<https://github.com/airbytehq/airbyte/blob/master/airbyte-config/models/src/main/resources/types/WebhookOperationConfigs.yaml>\",\n  \"title\" : \"WebhookOperationConfigs\",\n  \"description\" : \"List of configurations for webhook operations\",\n  \"additionalProperties\" : false,\n  \"type\" : \"object\",\n  \"properties\" : {\n    \"webhookConfigs\" : {\n      \"type\" : \"array\",\n      \"items\" : {\n        \"type\" : \"object\",\n        \"required\" : [ \"id\", \"name\" ],\n        \"properties\" : {\n          \"id\" : {\n            \"type\" : \"string\",\n            \"format\" : \"uuid\"\n          },\n          \"name\" : {\n            \"type\" : \"string\",\n            \"description\" : \"human readable name for this webhook e.g., for UI display\"\n          },\n          \"authToken\" : {\n            \"type\" : \"string\",\n            \"airbyte_secret\" : true,\n            \"description\" : \"An auth token, to be passed as the value for an HTTP Authorization header. Note - must include prefix such as \\\"Bearer <credential>\\\".\"\n          }\n        }\n      }\n    }\n  }\n}",
      "exceptionClassName": "io.airbyte.server.errors.BadObjectSchemaKnownException",
      "exceptionStack": [
        "io.airbyte.server.errors.BadObjectSchemaKnownException: The provided configuration does not fulfill the specification. Errors: json schema validation failed when comparing the data to the json schema. ",
        "Errors: $.webhookConfigs[0].authToken: object found, string expected ",
        "Schema: ",
        "{",
        "  \"$schema\" : \"<http://json-schema.org/draft-07/schema#>\",",
        "  \"$id\" : \"<https://github.com/airbytehq/airbyte/blob/master/airbyte-config/models/src/main/resources/types/WebhookOperationConfigs.yaml>\",",
        "  \"title\" : \"WebhookOperationConfigs\",",
        "  \"description\" : \"List of configurations for webhook operations\",",
        "  \"additionalProperties\" : false,",
        "  \"type\" : \"object\",",
        "  \"properties\" : {",
        "    \"webhookConfigs\" : {",
        "      \"type\" : \"array\",",
        "      \"items\" : {",
        "        \"type\" : \"object\",",
        "        \"required\" : [ \"id\", \"name\" ],",
        "        \"properties\" : {",
        "          \"id\" : {",
        "            \"type\" : \"string\",",
        "            \"format\" : \"uuid\"",
        "          },",
        "          \"name\" : {",
        "            \"type\" : \"string\",",
        "            \"description\" : \"human readable name for this webhook e.g., for UI display\"",
        "          },",
        "          \"authToken\" : {",
        "            \"type\" : \"string\",",
        "            \"airbyte_secret\" : true,",
        "            \"description\" : \"An auth token, to be passed as the value for an HTTP Authorization header. Note - must include prefix such as \\\"Bearer <credential>\\\".\"",
        "          }",
        "        }",
        "      }",
        "    }",
        "  }",
        "}",
        "\tat io.airbyte.server.apis.ConfigurationApi.execute(ConfigurationApi.java:851)",
        "\tat io.airbyte.server.apis.ConfigurationApi.deleteWorkspace(ConfigurationApi.java:269)",
        "\tat java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)",
        "\tat java.base/java.lang.reflect.Method.invoke(Method.java:578)",
        "\tat org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)",
        "\tat org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124)",
        "\tat org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)",
        "\tat org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$VoidOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:159)",
        "\tat org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)",
        "\tat org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)",
        "\tat org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)",
        "\tat org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)",
        "\tat org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)",
        "\tat org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)",
        "\tat org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)",
        "\tat org.glassfish.jersey.internal.Errors.process(Errors.java:292)",
        "\tat org.glassfish.jersey.internal.Errors.process(Errors.java:274)",
        "\tat org.glassfish.jersey.internal.Errors.process(Errors.java:244)",
        "\tat org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)",
        "\tat org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)",
        "\tat org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)",
        "\tat org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394)",
        "\tat org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346)",
        "\tat org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:366)",
        "\tat org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:319)",
        "\tat org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)",
        "\tat org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:763)",
        "\tat org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:569)",
        "\tat org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)",
        "\tat org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1377)",
        "\tat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)",
        "\tat org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:507)",
        "\tat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)",
        "\tat org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1292)",
        "\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)",
        "\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)",
        "\tat org.eclipse.jetty.server.Server.handle(Server.java:501)",
        "\tat org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)",
        "\tat org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)",
        "\tat org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)",
        "\tat org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)",
        "\tat org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)",
        "\tat org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)",
        "\tat org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)",
        "\tat org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)",
        "\tat org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)",
        "\tat org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)",
        "\tat org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)",
        "\tat org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)",
        "\tat org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)",
        "\tat org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)",
        "\tat java.base/java.lang.Thread.run(Thread.java:1589)",
        "Caused by: io.airbyte.validation.json.JsonValidationException: json schema validation failed when comparing the data to the json schema. ",
        "Errors: $.webhookConfigs[0].authToken: object found, string expected ",
        "Schema: ",
        "{",
        "  \"$schema\" : \"<http://json-schema.org/draft-07/schema#>\",",
        "  \"$id\" : \"<https://github.com/airbytehq/airbyte/blob/master/airbyte-config/models/src/main/resources/types/WebhookOperationConfigs.yaml>\",",
        "  \"title\" : \"WebhookOperationConfigs\",",
        "  \"description\" : \"List of configurations for webhook operations\",",
        "  \"additionalProperties\" : false,",
        "  \"type\" : \"object\",",
        "  \"properties\" : {",
        "    \"webhookConfigs\" : {",
        "      \"type\" : \"array\",",
        "      \"items\" : {",
        "        \"type\" : \"object\",",
        "        \"required\" : [ \"id\", \"name\" ],",
        "        \"properties\" : {",
        "          \"id\" : {",
        "            \"type\" : \"string\",",
        "            \"format\" : \"uuid\"",
        "          },",
        "          \"name\" : {",
        "            \"type\" : \"string\",",
        "            \"description\" : \"human readable name for this webhook e.g., for UI display\"",
        "          },",
        "          \"authToken\" : {",
        "            \"type\" : \"string\",",
        "            \"airbyte_secret\" : true,",
        "            \"description\" : \"An auth token, to be passed as the value for an HTTP Authorization header. Note - must include prefix such as \\\"Bearer <credential>\\\".\"",
        "          }",
        "        }",
        "      }",
        "    }",
        "  }",
        "}",
        "\tat io.airbyte.validation.json.JsonSchemaValidator.ensure(JsonSchemaValidator.java:83)",
        "\tat io.airbyte.config.persistence.SecretsRepositoryWriter.statefulUpdateSecrets(SecretsRepositoryWriter.java:153)",
        "\tat io.airbyte.config.persistence.SecretsRepositoryWriter.writeWorkspace(SecretsRepositoryWriter.java:337)",
        "\tat io.airbyte.server.handlers.WorkspacesHandler.persistStandardWorkspace(WorkspacesHandler.java:313)",
        "\tat io.airbyte.server.handlers.WorkspacesHandler.deleteWorkspace(WorkspacesHandler.java:140)",
        "\tat io.airbyte.server.apis.ConfigurationApi.lambda$deleteWorkspace$1(ConfigurationApi.java:270)",
        "\tat io.airbyte.server.apis.ConfigurationApi.execute(ConfigurationApi.java:845)",
        "\t... 51 more"
      ],
      "rootCauseExceptionClassName": "java.lang.Class",
      "rootCauseExceptionStack": [
        "io.airbyte.validation.json.JsonValidationException: json schema validation failed when comparing the data to the json schema. ",
        "Errors: $.webhookConfigs[0].authToken: object found, string expected ",
    ✍️ 1
    i
    e
    +4
    • 7
    • 29
  • z

    Zaza Javakhishvili

    10/23/2022, 10:26 PM
    Anyone?!
    • 1
    • 1
  • j

    Jeff Skoldberg

    10/24/2022, 12:07 AM
    Hi, first day using Airbyte (open source version) here. It seems I can't edit an S3 source once it has been created?
    ✍️ 1
    ✅ 1
    h
    • 2
    • 5
  • n

    Naveen Srinivasa

    10/24/2022, 1:27 AM
    Hi, new user here! I was trying to extract data from Zendesk(and other CRM sources) into a mongodb collection and I wanted to extract only certain fields and save it to the destination but I was not able to find a way to do that. Any suggestions on how to proceed? Thanks.
    ✍️ 1
    s
    • 2
    • 1
  • a

    Anton Escalante

    10/24/2022, 7:03 AM
    Could anyone help regarding this thread https://discuss.airbyte.io/t/airbyte-api-server-returning-404-for-endpoint/2980
    ✍️ 1
    • 1
    • 1
  • p

    Paul Rus

    10/24/2022, 7:32 AM
    Hello, I'm new to Airbyte, however I managed to setup an Airbyte connection between the company's BigQuery and Postgres databases
    ✍️ 1
    • 1
    • 3
  • p

    Paul Rus

    10/24/2022, 7:35 AM
    The source is BigQuery, however I noticed that whenever I sync it copies ALL datasets from the company database rather than the one dataset I wrote in the Default Dataset ID
  • p

    Paul Rus

    10/24/2022, 7:36 AM
    There are hundreds of GB of data from the other datasets that I do not want to sync with my Postgres, so I am wondering if there is a way to filter by dataset names from the BigQuery source connector?
    • 1
    • 1
  • g

    gunu

    10/24/2022, 8:59 AM
    Has anyone created a standard MySQL to Snowflake connection recently? I have a basic connection set up (CDC and Incremental + Dedupe) and its failing the normalization phase (the _RAW table isn’t being created so the _STG view fails). All the latest version (MySQL
    1.0.6
    and Snowflake
    0.4.38
    and airbyte version
    0.40.17
    ) and a fresh connection so I don’t know what I could possibly be doing wrong.
    ✍️ 1
    a
    • 2
    • 2
  • r

    Ramon Vermeulen

    10/24/2022, 9:55 AM
    Hi Guys! I was wondering if there is any indication or a roadmap when airbyte cloud europe including custom connectors will be publicly available? I see some nice opportunities to migrate from self managed kubernetes to Airbyte Cloud, however I have the requirement that it is hosted in Europe AND that I can make use of custom connectors.
    ✍️ 1
    a
    s
    • 3
    • 4
  • p

    Paul Rus

    10/24/2022, 11:10 AM
    I am currently writing from BigQuery to Postgres. A while ago the first attempt failed, however it wrote 190.000 lines in the Postgres database in one table. The second attempt started and has been going on for a while, so I decided to check on the DB to see how far along it is. In the DB the same table still has the same number of lines, despite what I would have expected to see, which is around 2.744.000 lines. Has the sync failed? The console is still reading as if nothing is wrong, however I fear I’m waiting for nothing.
    ✍️ 1
    s
    • 2
    • 3
  • l

    laila ribke

    10/24/2022, 12:27 PM
    Hi, I´m trying to set un a Redshift destination. I get the following error
    ✍️ 2
    u
    s
    • 3
    • 5
  • s

    Shivam Kapoor

    10/24/2022, 1:18 PM
    Hi folks! I am trying to deploy Airbyte on k8s for the first time and I am using an external pg db. When starting the airbyte server, i get the following logs in loop and container never starts. I am trying to get the bootstrap to work properly. 2022-10-24 131301 INFO i.a.d.c.DatabaseMigrationCheck(check):46 - Current database migration version 0. 2022-10-24 131301 INFO i.a.d.c.DatabaseMigrationCheck(check):47 - Minimum Flyway version required 0.35.15.001. 2022-10-24 131707 INFO o.f.c.i.l.s.Slf4jLog(info):49 - Flyway Community Edition 7.14.0 by Redgate 2022-10-24 131707 WARN o.f.c.i.l.s.Slf4jLog(warn):53 - Flyway upgrade recommended: PostgreSQL 14.2 is newer than this version of Flyway and support has not been tested. The latest supported version of PostgreSQL is 13. 2022-10-24 131711 INFO c.z.h.HikariDataSource(close):350 - HikariPool-1 - Shutdown initiated... 2022-10-24 131711 INFO c.z.h.HikariDataSource(close):352 - HikariPool-1 - Shutdown completed. Any idea what’s going wrong here ? Thanks!
    k
    s
    • 3
    • 15
  • w

    Wendell Nascimento

    10/24/2022, 1:26 PM
    Hello, I need to configure the connection to documentDb. I'm connecting to mongoDb driver. Error:
    State code: -3; Message: Timed out after 30000 ms while waiting to connect. Client view of cluster state is {type=UNKNOWN, servers=[{address=<http://docdb-2021-05-05-23-22-09.cluster-XXXXXXX.docdb.amazonaws.com:27017|docdb-2021-05-05-23-22-09.cluster-XXXXXXX.docdb.amazonaws.com:27017>, type=UNKNOWN, state=CONNECTING , exception={com.mongodb.MongoSocketWriteException: Exception sending message}, caused by {<http://javax.net|javax.net>.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target }, caused by {sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target}, caused by {sun.security.provider.certpath. SunCertPathBuilderException: unable to find valid certification path to requested target}}]
    • 1
    • 4
  • k

    Kazi Khayruzzaman

    10/24/2022, 2:05 PM
    Hello team, How to get current Workspace ID? Can't find it here: https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html
    s
    • 2
    • 3
  • s

    Sebastian Brickel

    10/24/2022, 2:21 PM
    Hey, first of all I think it is great that Airbyte now includes some form of authentification with basic_auth. Unfortunately I am having an issue with changing username and password. I modified my .env file, but when I login with the new username and password it does not work. The old one still does. Am I missing something?
    • 1
    • 5
  • s

    Stepan Chatalyan

    10/24/2022, 2:48 PM
    Hi everyone and happy Monday!!! I’m building a new connector, I defined several streams, and in one of them I’m using other sub-stream that is not defined in the AbstractSource, and may I ask if I want to continue using it like this, but also want a save the output of the sub-stream, how I should do it? Cause currently what I observe the only way is to define in the AbtractSource… or may I wrong??? 10x
    m
    • 2
    • 1
  • n

    Nelson Rafael Perez

    10/24/2022, 2:57 PM
    👋 Hello, team!
    f
    • 2
    • 2
1...808182...245Latest