Yusuf Mirkar
05/17/2023, 12:44 PMMarc
05/17/2023, 5:12 PMThomas Zenkner
05/18/2023, 8:21 AMRandal Boyle
05/18/2023, 8:47 AMBrandon
05/18/2023, 2:56 PMdef next_page_token(self, response: requests.Response) -> Optional[Mapping[str, Any]]:
return response.json().get("@odata.nextLink")
Sunny Hashmi
05/18/2023, 4:17 PMairbyte-bootloader
and the airbyte-db
services.
The presentation will be 20 min, and we'll dedicate the remaining 25 min to questions about the daily topic or general Q&A.
Check out the schedule below 👇 Reminders and updates will be posted in #C045VK5AF54
🔥 Deep Dive Sessions: airbyte-bootloader
• Monday May 22 - 1pm PDT (zoom link)
• Tuesday May 23 - 16:00 CEST / 10am EDT (zoom link)
🔥 Deep Dive Sessions: airbyte-db + Airbyte Database Internals
• Wednesday May 24 - 1pm PDT (zoom link)
• Thursday May 25 - 16:00 CEST / 10am EDT (zoom link)
🔥 Open Q&A
• Friday May 26 - 1pm PDT (zoom link)
Hope to see you there! octavia rocketBrandon
05/18/2023, 8:16 PMWinnie Lu
05/18/2023, 11:12 PMRoberto Tolosa
05/19/2023, 3:47 AMRoberto Tolosa
05/19/2023, 4:45 AMobject does not support item assignment
. how can i fix this?UUBOY scy
05/19/2023, 9:15 AMLuis Vicente
05/19/2023, 9:41 AMBrandon
05/19/2023, 3:38 PMAssertionError: Record namespace=None stream='mailbox_usage' data={'Report Refresh Date [...] emitted_at=1684509708046 from mailbox_usage stream with fields {'/Report Refresh Date' [...] should have some fields mentioned by json schema: {'/mailbox_usage/reportRefreshDate'
I originally thought that this was a formatting issue. I have since updated my implementation to reflect the format in my configured_catalog.
{
"streams": [
{
"stream": {
"name": "mailbox_usage",
"json_schema": {
"$schema": "<http://json-schema.org/draft-04/schema#>",
"type": "object",
"properties": {
"Report Refresh Date": {
"type": "string"
}
However, the problem persists. It is leaving me with two questions…. is the configured_catalog that I declared in my acceptance.py the schema that is being interrogated for this test? Secondly, am I missing a step to get pytest to pick up the new configurations? I’m noticing in my failure that it references another field that no longer exists in my project. Any assistance is appreciatedRamkumar Vaidyanathan
05/19/2023, 4:08 PM1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':airbyte-integrations:bases:base-normalization:checkPython'.
> Python not found: .venv/bin/python. This must be a bug of virtualenv support, please report it (<https://github.com/xvik/gradle-use-python-plugin/issues>). You can disable virtualenv usage with 'python.scope = USER'.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================
2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':airbyte-commons:compileJava'.
> error: invalid source release: 17
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================
Victor C
05/19/2023, 4:23 PMIgnoring stream 'orders' from orders because properties list is empty
. I understand that the json I put in the "Declared schema" section might not be properly read, how can I debug this ? Is there a way to validate that the schema I give is taken into account ? Thanks a lot !Octavia Squidington III
05/19/2023, 7:45 PMRamkumar Vaidyanathan
05/19/2023, 10:27 PMRishabh Singh
05/21/2023, 1:18 PMRishabh Singh
05/21/2023, 9:19 PMLuis Vicente
05/22/2023, 9:10 AMLuis Vicente
05/22/2023, 11:42 AMBrandon
05/22/2023, 12:29 PMNormalization summary: io.airbyte.config.NormalizationSummary@7cab48aa[startTime=1684501191372,endTime=1684501247926,failures=[io.airbyte.config.FailureReason@7394d98b[failureOrigin=normalization,failureType=system_error,internalMessage=Compilation Error,externalMessage=Normalization failed during the dbt run. This may indicate a problem with the data itself.,metadata=io.airbyte.config.Metadata@3bb98f9e[additionalProperties={attemptNumber=0, jobId=40, from_trace_message=true}],stacktrace=AirbyteDbtError:
Encountered an error while reading profiles:
ERROR: Runtime Error
Compilation Error
Could not render ^4{gSU+zM9{#&[@p: Missing end of comment tag
line 1
Luis Vicente
05/22/2023, 1:44 PMBrandon
05/22/2023, 2:25 PMdocker run --rm -i -v airbyte_workspace:/data -w /data/$NORMALIZE_WORKSPACE/normalize --network host --entrypoint /usr/local/bin/dbt airbyte/normalization debug --profiles-dir=. --project-dir=.
The response I am getting tells me that the profile.yml file located in the tmp directory is invalid due to missing end of comment tag.
I am under the impression that the profile.yml is generated by airbyte. Can someone guide me on either where I am going wrong in my understanding, or where the generation is going wrong?Andre Santos
05/22/2023, 3:43 PMOctavia Squidington III
05/22/2023, 7:45 PMJonas Hünig
05/22/2023, 8:13 PMJanis Karimovs
05/23/2023, 9:04 AMC_Ramirez
05/23/2023, 9:33 AMOctavia Squidington III
05/23/2023, 1:45 PM