Davin Chia (Airbyte)
Vaibhav Kumar
07/13/2021, 10:22 AMcharles
./gradlew :airbyte-integrations:connector-templates:generator:testScaffoldTemplates --scan
result:
...
<-------------> 0% EXECUTING [2m 17s]
> :airbyte-integrations:connector-templates:generator:testScaffoldTemplate_Java JDBC Source
charles
CORE_ONLY
is gone. The new syntax is documented here.
Let me know if you have any issues or questions! Changes like this are bound to have some rough edges, so please don't hesitate to speak up if something does not look right.Jean Lorillon
07/16/2021, 3:04 PMHarshith (Airbyte)
address is already in use
b. The sync becomes stale and no movement in logs after waiting for pod with ip
2. I understand that we have some ports defined which the jobs can use is there a way increasing the ports will help in increasing total number of syncs.
3. When pod moves to completed state can we release the ports?
4. How many ports does 1 sync job takes ?Artem Astapenko
07/18/2021, 8:26 PMlocalhost:8000/api
route from localhost:3000
and get CORS errors which I was not receiving before…
If I open localhost:8000 - webapp is opened. So I suppose something was changed in CORS or routinggod830
07/18/2021, 10:25 PMcharles
Artem Astapenko
07/20/2021, 12:12 AMs
aws
cli to the build runnerCristiano Sarmento
07/20/2021, 7:47 PMDATABASE_USER=postgres
DATABASE_PASSWORD=my_local_pwd
DATABASE_HOST=localhost
DATABASE_PORT=5432
DATABASE_DB=airbyte
DATABASE_URL=jdbc:<postgresql://localhost:5432/airbyte>
Loren Bland
07/20/2021, 11:53 PM<http://localhost:8000/api/v1/sources/list>
are returning a 500. Is there a way to clear the imported configuration?Harshith (Airbyte)
Artem Astapenko
07/21/2021, 10:11 AMAccess to fetch at '<http://localhost:8001/api/v1/workspaces/list>' from origin '<http://localhost:3000>' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: It does not have HTTP ok status.
All other endpoints are working correctly.Cristiano Sarmento
07/21/2021, 4:59 PMMadison Swain-Bowden
07/21/2021, 8:23 PMs
Eugene Kulak
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':airbyte-commons:compileJava'.
> Could not resolve all files for configuration ':airbyte-commons:compileClasspath'.
> Could not resolve com.therealvan:appender-log4j2:3.1.2-SNAPSHOT.
Required by:
project :airbyte-commons
> Could not resolve com.therealvan:appender-log4j2:3.1.2-SNAPSHOT.
> Unable to load Maven meta-data from <gcs://airbyte-test-public-bucket/com/therealvan/appender-log4j2/3.1.2-SNAPSHOT/maven-metadata.xml>.
> Could not get resource '<gcs://airbyte-test-public-bucket/com/therealvan/appender-log4j2/3.1.2-SNAPSHOT/maven-metadata.xml>'.
> Failed to get Google credentials for GCS connection
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at <https://help.gradle.org>
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See <https://docs.gradle.org/6.7.1/userguide/command_line_interface.html#sec:command_line_warnings>
charles
Chris (deprecated profile)
column_'with"_quotes
(which may not be possible in BQ)
• or maybe I might be ok with another name such as column__with__quotes
• and my row should still have the value of:
How to extract this json "column_'with"_quotes" in BigQuery?
with example_json_data as (
select
"{'column_\'with\"_quotes': 'How to extract this json \"column_\'with\"_quotes\" in BigQuery?'}" as nested_json
)
select
json_extract(
replace(`nested_json`, "column_'with\"_quotes", "column__with__quotes"), "$['column__with__quotes']" -- but i don't want to modify the data value!
--`nested_json`, '$."column_\'with\"_quotes"' -- throws error: Invalid token in JSONPath at: ."column_'with"_quotes"
--`nested_json`, "$['column_\'with\"_quotes']" -- throws error: Invalid token in JSONPath at: ['column_'with"_quotes']
) as column__with__quotes
from example_json_data
Ankur Adhikari
07/25/2021, 8:31 PMJeff Crooks
07/26/2021, 12:31 PMLucky Boy
07/26/2021, 2:11 PMs
Jared Rhizor (Airbyte)
StandardSync
, should namespaceDefinition
be a required field?Lucky Boy
07/27/2021, 8:10 AMDavin Chia (Airbyte)
tech ninja
07/29/2021, 9:22 AMcharles
final
keyword in java. Would like to hear what the rest of the team thinks. Please feel free to respond in the PR. If we are going to move forward with it, I'll shoot to clean up and merge on Monday.