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

    charles

    09/10/2020, 3:27 PM
    @Artem Astapenko - we’re still debugging some internal issues on the backend which is why
    connections/sync
    just fails mysteriously right now now and why you never get any logs in
    jobs/list
    . i can provide you with an example of what the json output will look like from that endpoint, but it might not be until tomorrow that we actually get it working properly. lmk what i can do in the short term to mess up your progress as little as possible.
    a
    • 2
    • 3
  • c

    charles

    09/10/2020, 4:29 PM
    I am not current able to docker-compose build locally (
    docker-compose -f docker-compose.build.yaml build
    ). it looks like the container is running out of space when trying to install node dependencies.
    Copy code
    2020-09-10T16:16:55.596+0000 [LIFECYCLE] [class org.gradle.internal.buildevents.TaskExecutionLogger] > Task :dataline-webapp:npmInstall
    2020-09-10T16:17:19.819+0000 [ERROR] [system.err] npm WARN tar ENOSPC: no space left on device, write
    and
    Copy code
    2020-09-10T16:17:24.369+0000 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Caused by: org.gradle.process.internal.ExecException: Process 'command 'npm'' finished with non-zero exit value 228
    full logs when running gradle build with debug:
    docker_build_failure2.txt
    s
    a
    j
    • 4
    • 25
  • a

    Artem Astapenko

    09/10/2020, 8:46 PM
    Guys, 1 more error:
    Copy code
    Request URL: <http://localhost:8001/api/v1/source_implementations/discover_schema>
    Body: { sourceImplementationId: "60b7efbe-bae4-4094-a154-380a6274a76d" }
    Status Code: 500 Internal Server Error
    s
    c
    • 3
    • 81
  • m

    Michel

    09/10/2020, 11:52 PM
    Hey artem, I notice that src/config you're hardcoding the api to be
    apiUrl: "<http://localhost:8001/api/v1/>"
    a
    • 2
    • 6
  • m

    Michel

    09/11/2020, 6:13 PM
    hey artem, our goal for the day is to "Get it to work" by end of day. we are fixing the last broken windows
    a
    • 2
    • 3
  • c

    charles

    09/11/2020, 6:50 PM
    artem, i merged a change that does this
    api fall back on empty schema on no job output
    a
    • 2
    • 1
  • a

    Artem Astapenko

    09/14/2020, 10:43 PM
    btw, tests are failing for some reason. Something about that files changed.
    c
    • 2
    • 12
  • a

    Artem Astapenko

    09/15/2020, 3:47 PM
    @charles could you please check why build is failing on ‘ensure no file change’ my branch has no other changes except ts files. ( and recently I tried to fix editorconfig. It also doesn’t help )
    c
    m
    • 3
    • 35
  • a

    Artem Astapenko

    09/16/2020, 10:07 PM
    Guys I just noticed that token for segment in task is not working. Could you send me the correct one?
    j
    c
    • 3
    • 5
  • a

    Artem Astapenko

    09/21/2020, 4:49 AM
    Hi all. I totally forgot that I have a flight tonight. Could we move our call to tomorrow?
    c
    j
    • 3
    • 5
  • a

    Artem Astapenko

    09/21/2020, 6:39 PM
    For check connection I know what needs to be done and I can also implement it. I need to replace call for create source to call on web_backend.
    👍 1
    c
    • 2
    • 1
  • m

    Michel

    09/21/2020, 6:52 PM
    any chance you can mock it for now? (just have a string with the id of the job so you can see the issue in the frontend)
    a
    • 2
    • 1
  • c

    charles

    09/21/2020, 6:54 PM
    If I specify correct source but bad destination, will I have some logs? Or I should specify bigquery to get them?
    artem, i’m not sure i understand this yet. do you mind explaining it again? maybe with an example? i’m having trouble understanding what API calls you’re making.
    a
    m
    • 3
    • 6
  • j

    John (Airbyte)

    09/21/2020, 11:11 PM
    can somebody send me a screenshot of the CSV placeholder?
    m
    s
    • 3
    • 9
  • c

    charles

    09/22/2020, 5:02 PM
    @Artem Astapenko - I’m seeing build failures because the build can’t find react-dom. I put up a PR that I think “fixes” it, but I sorta doubt this is actually the preferred way of fixing it. Would you mind taking a look? Here’s my PR.
    m
    a
    • 3
    • 8
  • j

    John (Airbyte)

    09/22/2020, 6:13 PM
    https://github.com/airbytehq/airbyte/issues/371
    • 1
    • 1
  • a

    Artem Astapenko

    09/22/2020, 9:38 PM
    Charles, small question: for source_implementation update and destination_implementation update, we can handle check_connection on frontend. The issue is that any implementation that we can do now will be confusing for user - because he will update, we will check values, return him error in case of error but actually new values will be stored instead of old one.
    c
    • 2
    • 14
  • j

    John (Airbyte)

    09/22/2020, 9:45 PM
    regarding the service icon, I'm actually wondering about removing the circle around the icon. it would rendre like this: https://www.figma.com/file/AODY4oi15iI5l0fbxHvobt/Daxtarity?node-id=6768%3A43 https://www.figma.com/file/AODY4oi15iI5l0fbxHvobt/Daxtarity?node-id=5782%3A43257 https://www.figma.com/file/AODY4oi15iI5l0fbxHvobt/Daxtarity?node-id=5856%3A0 what do you think?
    c
    • 2
    • 3
  • m

    Michel

    09/22/2020, 11:11 PM
    hum that will be a problem for Jared's video, since he wants to demo that feature. Is there an ugly solution that we can implement and work on the real solution tomorrow?
    a
    j
    • 3
    • 8
  • m

    Michel

    09/22/2020, 11:21 PM
    also I don't want to block the segment analytics piece on the uuids. so if it is the last thing, let merge it, we will address it in a different release
    a
    • 2
    • 1
  • c

    charles

    09/23/2020, 7:08 AM
    okay. i will add an
    onboardingComplete
    flag tomorrow, and we can use that?
    a
    • 2
    • 1
  • c

    charles

    09/23/2020, 7:09 AM
    also heads up, we are pushing our launch back a day. we did a lot of testing this evening and still have some bugs we want to work out.
    a
    • 2
    • 6
  • c

    charles

    09/23/2020, 9:51 PM
    @Artem Astapenko - do you need anything to get this PR across the finish line? https://github.com/airbytehq/airbyte/pull/418/files
    a
    • 2
    • 2
  • c

    charles

    09/24/2020, 12:22 AM
    @Artem Astapenko are you able to merge yourself or you need me to do it?
    a
    m
    • 3
    • 5
  • j

    John (Airbyte)

    09/24/2020, 8:52 PM
    any update on Segment?
    c
    • 2
    • 4
  • m

    Michel

    09/29/2020, 11:07 PM
    Hi @Artem Astapenko just want to confirm that https://github.com/airbytehq/airbyte/pull/471 it is not ready to review (still a draft PR)
    a
    c
    • 3
    • 4
  • j

    John (Airbyte)

    10/02/2020, 9:39 PM
    do you think the new Admin section should have a Settings icon instead?
    👍🏼 1
    j
    • 2
    • 4
  • s

    s

    10/02/2020, 9:51 PM
    Are we going to store prefilled data on frontend or as some default implementation on backend?
    the frontend should not store any prefilled data. It will come from the backend.
    In case we want to skip onboarding, how are we going to create destination? It is not possible to create it via UI right now
    why would we skip onboarding?
    Do we already have backend to change version of docker image and add new images?
    The API that will go up is in https://github.com/airbytehq/airbyte/pull/479 — getting this merged as soon as I can so you can work against it. Might go in later tonight or this weekend.
    👍 1
    a
    j
    m
    • 4
    • 12
  • a

    Artem Astapenko

    10/02/2020, 11:16 PM
    Not important thing but for meta in index.html we have
    Copy code
    <meta
          name="description"
          content="Web site created using create-react-app"
        />
    shouldn’t we set some better description?
    j
    • 2
    • 3
  • c

    charles

    10/05/2020, 6:27 PM
    ignore
    a
    • 2
    • 4
1234Latest