Skip to content

Commit

Permalink
# This is a combination of 3 commits.
Browse files Browse the repository at this point in the history
# This is the 1st commit message:

fix mc

# This is the commit message airbytehq#2:

QA is failing

# This is the commit message airbytehq#3:

QA is failing
  • Loading branch information
d-jeph committed Mar 19, 2024
1 parent 8993ad5 commit 1fa5693
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions airbyte-integrations/connectors/source-surveycto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,18 @@ pip install '.[tests]'

If you are in an IDE, follow your IDE's instructions to activate the virtualenv.

Note that while we are installing dependencies from `requirements.txt`, you should only edit
`setup.py` for your dependencies. `requirements.txt` is used for editable installs
<<<<<<< HEAD Note that while we are installing dependencies from `requirements.txt`, you should only
edit `setup.py` for your dependencies. `requirements.txt` is used for editable installs
(`pip install -e`) to pull in Python dependencies from the monorepo and will call `setup.py`. If
this is mumbo jumbo to you, don't worry about it, just put your deps in `setup.py` but install using
`pip install -r requirements.txt` and everything should work as you expect.
`pip install -r requirements.txt` and everything should work as you expect. ======= Note that while
we are installing dependencies from `requirements.txt`, you should only edit `setup.py` for your
dependencies. `requirements.txt` is used for editable installs (`pip install -e`) to pull in Python
dependencies from the monorepo and will call `setup.py`. If this is mumbo jumbo to you, don't worry
about it, just put your deps in `setup.py` but install using `pip install -r requirements.txt` and
everything should work as you expect.

> > > > > > > 1291ccf4f3 (QA is failing)
#### Create credentials

Expand All @@ -80,17 +87,29 @@ python main.py read --config secrets/config.json --catalog integration_tests/con

#### Build

<<<<<<< HEAD

**Via
[`airbyte-ci`](https://github.com/airbytehq/airbyte/blob/master/airbyte-ci/connectors/pipelines/README.md)
(recommended):**

======= **Via
[`airbyte-ci`](https://github.com/airbytehq/airbyte/blob/master/airbyte-ci/connectors/pipelines/README.md)
(recommended):**

> > > > > > > 1291ccf4f3 (QA is failing)
```bash
airbyte-ci connectors --name=source-surveycto build
```

An image will be built with the tag `airbyte/source-surveycto:dev`.

**Via `docker build`:**
**Via `docker build`:** <<<<<<< HEAD

=======

> > > > > > > 1291ccf4f3 (QA is failing)
```bash
docker build -t airbyte/source-surveycto:dev .
Expand Down

0 comments on commit 1fa5693

Please sign in to comment.