Chris (deprecated profile)
base-normalization
project (using a customIntegrationTestPython
task)
However, in this test, I actually need to run some docker images of destinations, how do i make my task depends on them in the build.gradle?
(i’ve seen in the connectors side, they successfully depends on normalization airbyte docker images but i can’t do it the way around?)
I get:
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/chris/Workspace/airbyte/airbyte-integrations/bases/base-normalization/build.gradle' line: 14
* What went wrong:
A problem occurred evaluating project ':airbyte-integrations:bases:base-normalization'.
> Could not get unknown property 'airbyteDocker' for project ':airbyte-integrations:connectors:destination-bigquery' of type org.gradle.api.Project.
user
04/22/2021, 4:17 PMtestImplementation
for now, not sure if I could put customIntegrationTestPython
instead?user
04/22/2021, 4:39 PMuser
04/22/2021, 4:40 PMproject.evaluationDependsOn(':airbyte-integrations:connectors:destination-bigquery')
before the dependencies
section will fix it