1
0
mirror of synced 2026-01-08 03:06:34 -05:00

🐛 Source Intercom: backoff for companies' scrolling (#8395)

* backoff for companies scroll

* remove a unused companies stream property

* fix tests

* bump version

* update source_specs
This commit is contained in:
Maksym Pavlenok
2021-12-03 01:17:54 +02:00
committed by GitHub
parent 5ce83390c6
commit 64bd0a6cd8
12 changed files with 167 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env sh
# Build latest connector image
docker build . -t $(cat acceptance-test-config.yml | grep "connector_image" | head -n 1 | cut -d: -f2)
docker build . -t $(cat acceptance-test-config.yml | grep "connector_image" | head -n 1 | cut -d: -f2-)
# Pull latest acctest image
docker pull airbyte/source-acceptance-test:latest