https://linen.dev logo
Join Slack
Powered by
# dev-frontend
  • c

    charles

    03/24/2021, 6:05 PM
    so yeah. i think i'm agreeing what you said at the end artem. if
    sourceDefinedCursor=true
    then we should not show radio buttons for cursor field.
    c
    a
    • 3
    • 9
  • c

    Chris (deprecated profile)

    03/26/2021, 2:02 PM
    @Artem Astapenko seems https://github.com/airbytehq/airbyte/pull/2614 is ready? let me know when we merge as https://github.com/airbytehq/airbyte/pull/2460 should be merged right after Thanks!
    a
    • 2
    • 4
  • c

    Corrensa

    03/29/2021, 8:44 AM
    What can be the cause of that?
    a
    s
    +2
    • 5
    • 18
  • c

    Chris (deprecated profile)

    03/30/2021, 3:01 PM
    Hi @Artem Astapenko I submitted a PR and a question for you to wrap-up the work on the destination sync modes from last week: https://github.com/airbytehq/airbyte/pull/2668#issuecomment-810333765
    a
    • 2
    • 5
  • l

    Laurie McIntosh

    05/12/2021, 6:41 AM
    Hi there, Firefox seems a bit unhappy with the positioning of the Font Awesome check boxes - see attached. Firefox 88.0. Fine in Chrome
    ➕ 1
    👀 1
    j
    • 2
    • 1
  • c

    charles

    05/19/2021, 9:07 PM
    @Artem Astapenko & @Mason Wheeler Hadn't gotten a chance until now to appreciate the new connector icons. They look really slick. Nice work.
    airbyte heart 8
    🎉 4
    🙂 5
    ➕ 1
    m
    s
    j
    • 4
    • 10
  • s

    s

    05/20/2021, 6:54 AM
    @Artem Astapenko it looks like master build is failing frontend e2e tests. Mind taking a look when you get a chance?
    a
    • 2
    • 3
  • d

    Davin Chia (Airbyte)

    05/25/2021, 2:23 AM
    @Artem Astapenko the little icons are not rendering for me correctly in the drop down menu. is it me or it this an actual bug?
    c
    a
    • 3
    • 8
  • a

    Artem Astapenko

    05/27/2021, 7:45 PM
    Guys, we used to have link here to 
    <https://docs.airbyte.io/>
    . Does anybody remember why did we get rid of it? Should revert changes? Or we do not need that logic anymore? Currently it is commented out.
    u
    c
    • 3
    • 14
  • u

    [DEPRECATED] Marcos Marx

    05/28/2021, 2:57 PM
    is only with me this happen? adding a source => add destination (should finish the new connection) but come back to add a new dest...
    a
    d
    • 3
    • 6
  • a

    Artem Astapenko

    06/11/2021, 11:13 AM
    Guys, I have noticed 1 thing and I am not sure whether its correct behaviour or not: When we have an already connection set up, and I try to update it by unselecting some streams by setting
    selected
    to false - they are never returned from API again. Is it an expected flow or not? So as soon as I have unselected everything - I am not able to select fields again.
    d
    h
    c
    • 4
    • 8
  • s

    Subodh (Airbyte)

    06/16/2021, 4:58 PM
    I am not able to select the sync type for tables. Airbyte version 0.25.0
    c
    a
    • 3
    • 2
  • c

    Chris (deprecated profile)

    07/02/2021, 1:19 PM
    Not sure if @Natalie noted this in the onboarding, but it’s still possible to get stuck if something goes wrong, right? I can’t skip onboarding anymore or go back to change my source/destination settings
    n
    a
    • 3
    • 4
  • s

    s

    07/02/2021, 11:58 PM
    has the idea of bulk updates been brought up already and discarded? https://github.com/airbytehq/airbyte/issues/4226 just wondering if there is already a priority on this. If not, I think it would be really high UX value for users.
    c
    • 2
    • 5
  • j

    John (Airbyte)

    07/04/2021, 10:47 PM
    hey @Artem Astapenko! Updated the UI for the merged Settings / Admin https://www.figma.com/file/etaOkOsnXMoKwbfhCD71kw/Web-app?node-id=21139%3A295
    • 1
    • 2
  • d

    Davin Chia (Airbyte)

    07/07/2021, 12:43 PM
    whoa Artem did you do something to the job logs UI? looks very slick now
    a
    j
    +2
    • 5
    • 6
  • d

    Davin Chia (Airbyte)

    07/09/2021, 7:50 AM
    @Artem Astapenko I've been tracking down a bug that happens when an Airbyte deployment has deprecated connectors and the user clicks on the
    update all
    button. I believe it's because we delete the deprecated connector from the master list and so the webapp is sending an empty docker tag to the api. More details here. It is possible to work on this today? We have some deprecated connectors been released so this is quite urgent
    a
    • 2
    • 2
  • s

    Subodh (Airbyte)

    07/13/2021, 9:09 AM
    how can I add a custom connector? There is no option to add one. I am on version
    0.27.2-alpha
    and started airbyte from scratch
    j
    a
    +2
    • 5
    • 7
  • d

    Davin Chia (Airbyte)

    07/15/2021, 9:57 AM
    It looks like we always redirect to the main page even if the user navigates to a link that doesn't exists. Is that logic within the web app?
    a
    • 2
    • 3
  • d

    Davin Chia (Airbyte)

    07/16/2021, 7:04 AM
    Artem, we set some env vars on the frontend in nginx today. For cloud, we are looking at getting rid of nginx entirely and hoping to just serve the webapp as a static page. Do you know if this is possible/easy to do?
    a
    • 2
    • 2
  • d

    Davin Chia (Airbyte)

    07/16/2021, 7:10 AM
    Second question for ya Artem, today when I navigate to
    localhost:8000/connections
    my browser navigates me to the
    connections
    tab. How does this work? I'm asking because we are hoping to serve up the webapp (index.html) via CDN for cloud and I want to make sure the routing behaviour is correct
    l
    a
    j
    • 4
    • 12
  • d

    Davin Chia (Airbyte)

    07/21/2021, 10:08 AM
    @Artem Astapenko today the webapp sends api request to host it originates from, how easy/difficult would it be to configure it to send request to a separate host? For cloud, we are thinking of serving the webapp on one api and serving the api on another
    a
    a
    • 3
    • 27
  • a

    Artem Astapenko

    07/22/2021, 12:50 PM
    We already have an issue for it - https://github.com/airbytehq/airbyte/issues/4790 I am working on it now
    w
    l
    • 3
    • 3
  • m

    MChorfa

    07/23/2021, 10:29 PM
    There is an issue with the urls: Pipedrive and US Census are reversed https://docs.airbyte.io/project-overview/changelog/connectors
    👀 1
    a
    • 2
    • 2
  • d

    Davin Chia (Airbyte)

    07/27/2021, 6:22 AM
    @Artem Astapenko looks like the namespace and the stream name is reversed - small bug?
    a
    • 2
    • 1
  • s

    s

    07/29/2021, 3:51 PM
    @Artem Astapenko just confirming: is this the new expected format for
    anyOf
    in specs?
    Copy code
    {
      "prop_name": {
        "type": "object",
        "oneOf": [
          {
            "required": ["option_title"],
            "properties": {
              "option_title": {
                "type": "string",
                "constant": "choice_1"
              }
            }
          },
          {
            "required": [
              "option_title",
              "extra_option_1"
            ],
            "properties": {
              "option_title": {
                "type": "string",
                "constant": "choice_2"
              },
              "extra_option_1": {
                // these are just "normal" JSON Schema type definitions, can be integer, object, they can have "description" and "required" fields etc...
                "title": "Extra Option 1",
                "type": "integer"
              }
            }
          }
        ]
      }
    }
    a
    • 2
    • 8
  • j

    João Tavares

    07/29/2021, 6:43 PM
    Hey guys! Not sure this is the right channel for this, but here it goes. When we delete a connection, a source or a destination, the webapp redirects to the previous page, right? For example: if I delete a connection, I'm redirected back to connections page. But the problem is that the page does not update, so I can still see the deleted connection in the list. When I refresh manually, the page renders normally without the deleted connection. You use React, right? It could be a problem with components state updates, maybe.
    u
    a
    • 3
    • 3
  • c

    Chris (deprecated profile)

    08/24/2021, 12:33 PM
    @Artem Astapenko, I’m working on a new import/export endpoint in the API that is restricted to a specific workspace ID (to select configurations related to the workspace only) Unfortunately I’m encountering problems(/bugs?) with OpenAPI/generator in order to include both a JSON object and a GZIP in the same request body (of an multipart/mixed API endpoint)… WDYT if i split the API into two endpoints instead of a single API (but more complex request body)? • API to upload a GZIP resource file (returns the resourceID being staged for the server) with a gzip request body • API to import the resource file reference by the resourceID into the target WorkspaceID with a json request body
    a
    • 2
    • 1
  • s

    s

    08/28/2021, 1:30 AM
    @Artem Astapenko I tagged you for review on a couple of PRs regarding exposing oauth for some connectors: https://github.com/airbytehq/airbyte/pull/5699 Before looking at them it may be helpful to look at this RFC for oauth in cloud
    👍 1
    a
    • 2
    • 6
  • c

    Chris (deprecated profile)

    08/31/2021, 12:48 PM
    @Artem Astapenko Are we still using the recreate endpoints in the webback-end api? I think these were part of https://github.com/airbytehq/airbyte/pull/471/ to handle clickable source/destination tabs in the onboarding to go back&forth in the flow, right? But then we later on disable those options…
    a
    • 2
    • 1
1234Latest