diff --git a/README.md b/README.md index 6ed5de8..13f1497 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ -# slack-archives +> **Note: this is a work in progress**
+> This archive is currently incomplete. More of the project's Slack history is coming soon. + +# OpenLineage Slack Archive + +Browse the archive at https://openlineage.github.io/slack-archives/. + +## Acknowledgements + +HTML generated by [slack-archive](https://github.com/felixrieseberg/slack-archive). \ No newline at end of file diff --git a/html/C01CK9T7HKR-0.html b/html/C01CK9T7HKR-0.html deleted file mode 100644 index 722632b..0000000 --- a/html/C01CK9T7HKR-0.html +++ /dev/null @@ -1,679 +0,0 @@ -Slack

general

Created by Julien Le Dem on Tuesday, October 20th, 2020

OpenLineage spec discussion. -See also: <https://github.com/OpenLineage/OpenLineage#community> -2023 Ecosystem Survey: <http://bit.ly/ecosystem_survey|bit.ly/ecosystem_survey>

ldaceySunday, August 20th, 2023 at 5:45:41 PM GMT-04:00
i saw OpenLineage was built into Airflow recently as a provider but the documentation seems really light (https://airflow.apache.org/docs/apache-airflow-providers-openlineage/stable/guides/user.html), is the documentation from openlineage the correct way I should proceed?

https://openlineage.io/docs/integrations/airflow/usage
👍1
Julien Le DemMonday, August 21st, 2023 at 8:26:56 PM GMT-04:00
openlineage-airflow is the package maintained in the OpenLineage project and to be used for versions of Airflow before 2.7. You could use it with 2.7 as well but you’d be staying on the “old” integration.
apache-airflow-providers-openlineage is the new package, maintained in the Airflow project that can be used starting Airflow 2.7 and is the recommended package moving forward. It is compatible with the configuration of the old package described in that usage page. CC: @Maciej Obuchowski @Jakub DardziƄski It looks like this page needs improvement.
Maciej ObuchowskiTuesday, August 22nd, 2023 at 5:03:28 AM GMT-04:00
Yeah, I'll fix that
1
Jakub DardziƄskiTuesday, August 22nd, 2023 at 5:55:08 PM GMT-04:00
🙌2
ldaceyTuesday, August 22nd, 2023 at 5:54:20 PM GMT-04:00
do I label certain raw data sources as a dataset, for example SFTP/FTP sites, 0365 emails, etc? I extract that data into a bucket for the client in a "folder" called "raw" which I know will be an OL Dataset. Would this GCS folder (after extracting the data with Airflow) be the first Dataset OL is aware of?

<gcs://client-bucket/source-system-lob/raw>

I then process that data into partitioned parquet datasets which would also be OL Datasets:
<gcs://client-bucket/source-system-lob/staging>
<gcs://client-bucket/source-system-lob/analytics>
Jakub DardziƄskiTuesday, August 22nd, 2023 at 6:02:46 PM GMT-04:00
that really depends on the use case IMHO
if you consider a whole directory/folder as a dataset (meaning that each file inside folds into a larger whole) you should label dataset as directory

you might as well have directory with each file being something different - in this case it would be best to set each file separately as dataset
Jakub DardziƄskiTuesday, August 22nd, 2023 at 6:04:32 PM GMT-04:00
there was also SymlinksDatasetFacet introduced to store alternative dataset names, might be useful: https://github.com/OpenLineage/OpenLineage/pull/936
ldaceyTuesday, August 22nd, 2023 at 6:07:26 PM GMT-04:00
cool, yeah in general each file is just a snapshot of data from a client (for example, daily dump). the parquet datasets are normally partitioned and might have small fragments and I definitely picture it as more of a table than individual files
👍1
Maciej ObuchowskiWednesday, August 23rd, 2023 at 8:22:09 AM GMT-04:00
Agree with Jakub here - with object storage, people use different patterns, but usually some directory layer vs file is the valid abstraction level, especially if your pattern is adding files with new data inside
👍1
ldaceyFriday, August 25th, 2023 at 10:26:52 AM GMT-04:00
I tested a dataset for each raw file versus the folder and the folder looks much cleaner (not sure if I can collapse individual datasets/files into a group?)

from 2022, this particular source had 6 raw schema changes (client controlled, no warning). what should I do to make that as obvious as possible if I track the dataset at a folder level?
ldaceyFriday, August 25th, 2023 at 10:32:19 AM GMT-04:00
I was thinking that I could name the dataset based on the schema_version (identified by the raw column names), so in this example I would have 6 OL datasets feeding into one "staging" dataset
ldaceyFriday, August 25th, 2023 at 10:32:57 AM GMT-04:00
not sure what the best practice would be in this scenario though
ldaceyTuesday, August 22nd, 2023 at 5:55:38 PM GMT-04:00
‱ also saw the docs reference URI = gs://{bucket name}{path} and I wondered if the path would include the filename, or if it was just the base path like I showed above
Mars LanTuesday, August 22nd, 2023 at 6:35:45 PM GMT-04:00
Has anyone managed to get the OL Airflow integration to work on AWS MWAA? We've tried pretty much every trick but still ended up with the following error:
Broken plugin: [openlineage.airflow.plugin] No module named 'openlineage.airflow'; 'openlineage' is not a package

Maciej ObuchowskiWednesday, August 23rd, 2023 at 5:22:18 AM GMT-04:00
Which version are you trying to use?
Maciej ObuchowskiWednesday, August 23rd, 2023 at 5:22:45 AM GMT-04:00
Both OL and MWAA/Airflow 🙂
Maciej ObuchowskiWednesday, August 23rd, 2023 at 5:23:52 AM GMT-04:00
'openlineage' is not a package

suggests that something went wrong with import process, for example cycle in import path
Mars LanWednesday, August 23rd, 2023 at 4:50:34 PM GMT-04:00
MWAA: 2.6.3
OL: 1.0.0

I can see from the log that OL has been successfully installed to the webserver:
Successfully installed openlineage-airflow-1.0.0 openlineage-integration-common-1.0.0 openlineage-python-1.0.0 openlineage-sql-1.0.0

This is the full stacktrace:
Traceback (most recent call last):
-
-File "/usr/local/airflow/.local/lib/python3.10/site-packages/airflow/plugins_manager.py", line 229, in load_entrypoint_plugins
-plugin_class = entry_point.load()
-File "/usr/local/airflow/.local/lib/python3.10/site-packages/importlib_metadata/__init__.py", line 209, in load
-module = import_module(match.group('module'))
-File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
-return _bootstrap._gcd_import(name[level:], package, level)
-File "&lt;frozen importlib._bootstrap&gt;", line 1050, in _gcd_import
-File "&lt;frozen importlib._bootstrap&gt;", line 1027, in _find_and_load
-File "&lt;frozen importlib._bootstrap&gt;", line 992, in _find_and_load_unlocked
-File "&lt;frozen importlib._bootstrap&gt;", line 241, in _call_with_frames_removed
-File "&lt;frozen importlib._bootstrap&gt;", line 1050, in _gcd_import
-File "&lt;frozen importlib._bootstrap&gt;", line 1027, in _find_and_load
-File "&lt;frozen importlib._bootstrap&gt;", line 1001, in _find_and_load_unlocked
-ModuleNotFoundError: No module named 'openlineage.airflow'; 'openlineage' is not a package
Jakub DardziƄskiThursday, August 24th, 2023 at 8:18:36 AM GMT-04:00
It’s taking long to update MWAA environment but I tested 2.6.3 version with the followingrequirements.txt:
openlineage-airflow

and
openlineage-airflow==1.0.0

is there any step that might lead to some unexpected results?
Mars LanThursday, August 24th, 2023 at 8:29:30 AM GMT-04:00
Yeah, it takes forever to update MWAA even for a simple change. If you open either the webserver log (in CloudWatch) or the AirFlow UI, you should see the above error message.
Jakub DardziƄskiThursday, August 24th, 2023 at 8:33:53 AM GMT-04:00
The thing is that I don’t see any error messages.
I wrote simple DAG to test too:
from __future__ import annotations
-
-from datetime import datetime
-
-from airflow.models import DAG
-
-try:
-    from airflow.operators.empty import EmptyOperator
-except ModuleNotFoundError:
-    from airflow.operators.dummy import DummyOperator as EmptyOperator  # type: ignore
-
-from openlineage.airflow.adapter import OpenLineageAdapter
-from openlineage.client.client import OpenLineageClient
-
-from airflow.operators.python import PythonOperator
-
-DAG_ID = "example_ol"
-
-def callable():
-    client = OpenLineageClient()
-    adapter = OpenLineageAdapter()
-    print(client, adapter)
-
-with DAG(
-    dag_id=DAG_ID,
-    start_date=datetime(2021, 1, 1),
-    schedule="@once",
-    catchup=False,
-) as dag:
-    begin = EmptyOperator(task_id="begin")
-
-    test = PythonOperator(task_id='print_client', python_callable=callable)

and it gives expected results as well
Mars LanThursday, August 24th, 2023 at 8:48:11 AM GMT-04:00
Oh how interesting. I did have a plugin that sets the endpoint & key via env var. Let me try to disable that to see if it fixes the issue. Will report back after 30 mins, or however long it takes to update MWAA 😉
Jakub DardziƄskiThursday, August 24th, 2023 at 8:50:05 AM GMT-04:00
Mars LanThursday, August 24th, 2023 at 9:04:27 AM GMT-04:00
Actually no. I'm not aware of this guide. I assume it's outdated already?
Jakub DardziƄskiThursday, August 24th, 2023 at 9:04:54 AM GMT-04:00
tbh I don’t know
Mars LanThursday, August 24th, 2023 at 9:04:55 AM GMT-04:00
Actually while we're on that topic, what's the recommended way to pass the URL & API Key in MWAA?
Jakub DardziƄskiThursday, August 24th, 2023 at 9:28:00 AM GMT-04:00
I think it's still a plugin that sets env vars
Mars LanThursday, August 24th, 2023 at 9:32:18 AM GMT-04:00
Yeah based on the page you shared, secret manager + plugin seems like the way to go.
Mars LanThursday, August 24th, 2023 at 10:31:50 AM GMT-04:00
Alas after disabling the plugin and restarting the cluster, I'm still getting the same error. Do you mind to share a screenshot of your cluster's settings so I can compare?
Maciej ObuchowskiThursday, August 24th, 2023 at 11:57:04 AM GMT-04:00
Are you maybe importing some top level OpenLineage code anywhere? This error is most likely circular import
Mars LanThursday, August 24th, 2023 at 12:01:12 PM GMT-04:00
Let me try removing all the dags to see if it helps.
Mars LanThursday, August 24th, 2023 at 6:42:49 PM GMT-04:00
@Maciej Obuchowski you were correct! It was indeed the DAGs. The errors are gone after removing all the dags. Now just need to figure what caused the circular import since I didn't import OL directly in DAG.
Mars LanThursday, August 24th, 2023 at 6:44:33 PM GMT-04:00
Could this be the issue?
from airflow.lineage.entities import File, Table

How could I declare lineage manually if I can't import these classes?
Maciej ObuchowskiFriday, August 25th, 2023 at 6:52:47 AM GMT-04:00
@Mars Lan I'll look in more details next week, as I'm in transit now
Maciej ObuchowskiFriday, August 25th, 2023 at 6:53:18 AM GMT-04:00
but if you could narrow down a problem to single dag that I or @Jakub DardziƄski could reproduce, ideally locally, it would help a lot
Mars LanFriday, August 25th, 2023 at 7:07:11 AM GMT-04:00
Thanks. I think I understand how this works much better now. Found a few useful BQ example dags. Will give them a try and report back.
đŸ”„2
NitinWednesday, August 23rd, 2023 at 7:14:44 AM GMT-04:00
Hi All,
I want to capture, source and target table details as lineage information with openlineage for Amazon Redshift. Please let me know, if anyone has done it
Jakub DardziƄskiWednesday, August 23rd, 2023 at 7:32:19 AM GMT-04:00
are you using Airflow to connect to Redshift?
NitinThursday, August 24th, 2023 at 6:50:05 AM GMT-04:00
Hi @Jakub DardziƄski,
Thank you for your reply.
No, we are not using Airflow.
We are using load/Unload cmd with Pyspark and also Pandas with JDBC connection
Jakub DardziƄskiFriday, August 25th, 2023 at 1:28:37 PM GMT-04:00
@PaweƂ LeszczyƄski might know answer if Spark<->OL integration works with Redshift. Eventually JDBC is supported with sqlparser

for Pandas I think there wasn’t too much work done
PaweƂ LeszczyƄskiMonday, August 28th, 2023 at 2:18:49 AM GMT-04:00
@Nitin If you're using jdbc within Spark, the lineage should be obtained via sqlparser-rs library https://github.com/sqlparser-rs/sqlparser-rs. In case it's not, please try to provide some minimal SQL code (or pyspark) which leads to uncaught lineage.
NitinMonday, August 28th, 2023 at 4:53:03 AM GMT-04:00
Hi @Jakub DardziƄski / @PaweƂ LeszczyƄski, thank you for taking out time to reply on my query. We need to capture only load and unload query lineage which we are running using Spark.

If you have any sample implementation for reference, it will be indeed helpful
PaweƂ LeszczyƄskiMonday, August 28th, 2023 at 6:12:46 AM GMT-04:00
NitinMonday, August 28th, 2023 at 8:18:14 AM GMT-04:00
Yeah! any way you can think of, we can accommodate it specially load and unload statement.
Also, we would like to capture, lineage information where our endpoints are Sagemaker and Redis
NitinMonday, August 28th, 2023 at 1:20:37 PM GMT-04:00
@PaweƂ LeszczyƄski can we use this code base integration/common/openlineage/common/provider/redshift_data.py for redshift lineage capture
Jakub DardziƄskiMonday, August 28th, 2023 at 2:26:40 PM GMT-04:00
it still expects input and output tables that are usually retrieved from sqlparser
Jakub DardziƄskiMonday, August 28th, 2023 at 2:31:00 PM GMT-04:00
AbdallahWednesday, August 23rd, 2023 at 10:55:10 AM GMT-04:00
Approve a new release please 🙂
‱ Fix spark integration filtering Databricks events.
➕11
Michael RobinsonWednesday, August 23rd, 2023 at 12:27:15 PM GMT-04:00
Thank you for requesting a release @Abdallah. Three +1s from committers will authorize.
🙌1
Michael RobinsonWednesday, August 23rd, 2023 at 1:13:18 PM GMT-04:00
Thanks, all. The release is authorized and will be initiated within 2 business days.
Athitya KumarWednesday, August 23rd, 2023 at 1:08:48 PM GMT-04:00
Hey folks! Do we have clear step-by-step documentation on how we can leverage the ServiceLoader based approach for injecting specific OpenLineage customisations for tweaking the transport type with defaults / tweaking column level lineage etc?
Maciej ObuchowskiWednesday, August 23rd, 2023 at 1:29:05 PM GMT-04:00
For custom transport, you have to provide implementation of interface https://github.com/OpenLineage/OpenLineage/blob/4a1a5c3bf9767467b71ca0e1b6d820ba9e[
]ain/java/io/openlineage/client/transports/TransportBuilder.java and point to it in META_INF file
Maciej ObuchowskiWednesday, August 23rd, 2023 at 1:29:52 PM GMT-04:00
But if I understand correctly, if you want to change behavior rather than extend, the correct way may be to either contribute it to repo - if that behavior is useful to anyone, or fork the repo
Athitya KumarWednesday, August 23rd, 2023 at 3:14:43 PM GMT-04:00
@Maciej Obuchowski - Can you elaborate more on the "point to it in META_INF file"? Let's say we have the custom transport type built in a standalone jar by extending transport builder - what're the exact next steps to use this custom transport in the standalone jar when doing spark-submit?
Maciej ObuchowskiWednesday, August 23rd, 2023 at 3:23:13 PM GMT-04:00
@Athitya Kumar your jar needs to have META-INF/services/io.openlineage.client.transports.TransportBuilder with fully qualified class names of your custom TransportBuilders there - like openlineage-spark has
io.openlineage.client.transports.HttpTransportBuilder
-io.openlineage.client.transports.KafkaTransportBuilder
-io.openlineage.client.transports.ConsoleTransportBuilder
-io.openlineage.client.transports.FileTransportBuilder
-io.openlineage.client.transports.KinesisTransportBuilder
Athitya KumarFriday, August 25th, 2023 at 1:49:29 AM GMT-04:00
@Maciej Obuchowski - I think this change may be required for consumers to leverage custom transports, can you check & verify this GH comment?
https://github.com/OpenLineage/OpenLineage/issues/2007#issuecomment-1690350630
Maciej ObuchowskiFriday, August 25th, 2023 at 6:52:30 AM GMT-04:00
Probably, I will look at more details next week @Athitya Kumar as I'm in transit
👍1
Michael RobinsonWednesday, August 23rd, 2023 at 3:04:10 PM GMT-04:00
@channel
We released OpenLineage 1.1.0, including:
Additions:
‱ Flink: create Openlineage configuration based on Flink configuration #2033 @pawel-big-lebowski
‱ Java: add Javadocs to the Java client #2004 @julienledem
‱ Spark: append output dataset name to a job name #2036 @pawel-big-lebowski
‱ Spark: support Spark 3.4.1 #2057 @pawel-big-lebowski
Fixes:
‱ Flink: fix a bug when getting schema for KafkaSink #2042 @pentium3
‱ Spark: fix ignored event adaptive_spark_plan in Databricks #2061 @algorithmy1
Plus additional bug fixes, doc changes and more.
Thanks to all the contributors, especially new contributors @pentium3 and @Abdallah!
Release: https://github.com/OpenLineage/OpenLineage/releases/tag/1.1.0
Changelog: https://github.com/OpenLineage/OpenLineage/blob/main/CHANGELOG.md
Commit history: https://github.com/OpenLineage/OpenLineage/compare/1.0.0...1.1.0
Maven: https://oss.sonatype.org/#nexus-search;quick~openlineage
PyPI: https://pypi.org/project/openlineage-python/
👏9
1
Michael RobinsonFriday, August 25th, 2023 at 10:29:23 AM GMT-04:00
@channel
Friendly reminder: our next in-person meetup is next Wednesday, August 30th in San Francisco at Astronomer’s offices in the Financial District. You can sign up and find the details on the meetup event page.
George PolychronopoulosFriday, August 25th, 2023 at 10:57:30 AM GMT-04:00
hi Openlineage team , we would like to join one of your meetups(me and @Madhav Kakumani nad @Phil Rolph and we're wondering if you are hosting any meetups after the 18/9 ? We are trying to join this but air - tickets are quite expensive
Harel SheinFriday, August 25th, 2023 at 11:32:12 AM GMT-04:00
there will certainly be more meetups, don’t worry about that!
Harel SheinFriday, August 25th, 2023 at 11:32:30 AM GMT-04:00
where are you located? perhaps we can try to organize a meetup closer to where you are.
George PolychronopoulosFriday, August 25th, 2023 at 11:49:37 AM GMT-04:00
Thanks a lot for the response, we are in London. We'd be glad to help you organise a meetup and also meet in person!
Michael RobinsonFriday, August 25th, 2023 at 11:51:39 AM GMT-04:00
This is awesome, thanks @George Polychronopoulos. I’ll start a channel and invite you
Juan Luis Cano RodrĂ­guezMonday, August 28th, 2023 at 4:47:53 AM GMT-04:00
hi folks, I'm looking into exporting static metadata, and found that DatasetEvent requires a eventTime, which in my mind doesn't make sense for static events. I'm setting it to None and the Python client seems to work, but wanted to ask if I'm missing something.
PaweƂ LeszczyƄskiMonday, August 28th, 2023 at 5:59:10 AM GMT-04:00
Although you emit DatasetEvent, you still emit an event and eventTime is a valid marker.
Juan Luis Cano RodrĂ­guezMonday, August 28th, 2023 at 6:01:40 AM GMT-04:00
so, should I use the current time at the moment of emitting it and that's it?
PaweƂ LeszczyƄskiMonday, August 28th, 2023 at 6:01:53 AM GMT-04:00
yes, that should be it
1
Juan Luis Cano RodrĂ­guezMonday, August 28th, 2023 at 4:49:21 AM GMT-04:00
and something else: I understand that Marquez does not yet support the 2.0 spec, hence it's incompatible with static metadata right? I tried to emit a list of DatasetEvent s and got HTTPError: 422 Client Error: Unprocessable Entity for url: <http://localhost:3000/api/v1/lineage> (I'm using a FileTransport for now)
PaweƂ LeszczyƄskiMonday, August 28th, 2023 at 6:02:49 AM GMT-04:00
marquez is not capable of reflecting DatasetEvents in DB but it should respond with Unsupported event type
PaweƂ LeszczyƄskiMonday, August 28th, 2023 at 6:03:15 AM GMT-04:00
and return 200 instead of 201 created
Juan Luis Cano RodrĂ­guezMonday, August 28th, 2023 at 6:05:41 AM GMT-04:00
I'll have a deeper look then, probably I'm doing something wrong. thanks @PaweƂ LeszczyƄski
Joshua DotsonMonday, August 28th, 2023 at 1:25:58 PM GMT-04:00
Hi folks. I have some pure golang jobs from which I need to emit OL events to Marquez. Is the right way to go about this to generate a Golang client from the Marquez OpenAPI spec and use that client from my go jobs?
Jakub DardziƄskiMonday, August 28th, 2023 at 2:23:24 PM GMT-04:00
I'd rather generate them from OL spec (compliant with JSON Schema)
Joshua DotsonMonday, August 28th, 2023 at 3:12:21 PM GMT-04:00
I'll look into this. I take you to mean that I would use the OL spec which is available as a set of JSON schemas to create the data object and then HTTP POST it using vanilla Golang. Is that correct? Thank you for your help!
Jakub DardziƄskiMonday, August 28th, 2023 at 3:30:05 PM GMT-04:00
Correct! You’re also very welcome to contribute Golang client (currently we have Python & Java clients) if you manage to send events using golang 🙂
👏1
Michael RobinsonMonday, August 28th, 2023 at 5:28:31 PM GMT-04:00
@channel
The agenda for the Toronto Meetup at Airflow Summit on 9/18 has been updated. This promises to be an exciting, richly productive discussion. Don’t miss it if you’ll be in the area!
1. Intros
2. Evolution of spec presentation/discussion (project background/history)
3. State of the community
4. Spark/Column lineage update
5. Airflow Provider update
6. Roadmap Discussion
7. Action items review/next steps
❀3
Michael RobinsonMonday, August 28th, 2023 at 8:05:37 PM GMT-04:00
New on the OpenLineage blog: a close look at the new OpenLineage Airflow Provider, including:
‱ the critical improvements it brings to the integration
‱ the high-level design
‱ implementation details
‱ an example operator
‱ planned enhancements
‱ a list of supported operators
‱ more.
The post, by @Maciej Obuchowski, @Julien Le Dem and myself is live now on the OpenLineage blog.
🎉5
Sarwat FatimaTuesday, August 29th, 2023 at 3:18:04 AM GMT-04:00
Hello, I'm currently in the process of following the instructions outlined in the provided getting started guide at https://openlineage.io/getting-started/. However, I've encountered a problem while attempting to complete Step 1 of the guide. Unfortunately, I'm encountering an internal server error at this stage. I did manage to successfully run Marquez, but it appears that there might be an issue that needs to be addressed. I have attached screen shots.
Jakub DardziƄskiTuesday, August 29th, 2023 at 3:20:18 AM GMT-04:00
is 5000 port taken by any other application? or ./docker/up.sh has some errors in logs?
Sarwat FatimaTuesday, August 29th, 2023 at 5:23:01 AM GMT-04:00
@Jakub DardziƄski 5000 port is not taken by any other application. The logs show some errors but I am not sure what is the issue here.
Maciej ObuchowskiTuesday, August 29th, 2023 at 10:02:38 AM GMT-04:00
I think Marquez is running on WSL while you're trying to connect from host computer?
Juan Luis Cano RodrĂ­guezTuesday, August 29th, 2023 at 5:20:39 AM GMT-04:00
hi folks, for now I'm producing .jsonl (or .ndjson ) files with one event per line, do you know if there's any way to validate those? would standard JSON Schema tools work?
Juan Luis Cano RodrĂ­guezTuesday, August 29th, 2023 at 10:58:29 AM GMT-04:00
reply by @U0544QC1DS9: yes 🙂💯
👍1
ldaceyTuesday, August 29th, 2023 at 1:12:32 PM GMT-04:00
for namespaces, if my data is moving between sources (SFTP -> GCS -> Azure Blob (synapse connects to parquet datasets) then should my namespace be based on the client I am working with? my current namespace has been to refer to the bucket, but that falls apart when considering the data sources and some destinations. perhaps I should just add a field for client-name instead to have a consolidated view?
Maciej ObuchowskiWednesday, August 30th, 2023 at 10:53:08 AM GMT-04:00
> then should my namespace be based on the client I am working with?
I think each of those sources should be a different namespace?
ldaceyWednesday, August 30th, 2023 at 12:59:53 PM GMT-04:00
got it, yeah I was kind of picturing as one namespace for the client (we handle many clients but they are completely distinct entities). I was able to get it to work with multiple namespaces like you suggested and Marquez was able to plot everything correctly in the visualization
ldaceyWednesday, August 30th, 2023 at 1:01:18 PM GMT-04:00
I noticed some of my Dataset facets make more sense as Run facets, for example, the name of the specific file I processed and how many rows of data / size of the data for that schedule. that won't impact the Run facets Airflow provides right? I can still have the schedule information + my custom run facets?
Maciej ObuchowskiWednesday, August 30th, 2023 at 1:06:38 PM GMT-04:00
Yes, unless you name it the same as one of the Airflow facets 🙂
GitHubOpenLineageIssuesWednesday, August 30th, 2023 at 8:15:29 AM GMT-04:00
Hi, Will really appreciate if someone can guide me or provide me any pointer - if they have been able to implement authentication/authorization for access to Marquez. Have not seen much info around it. Any pointers greatly appreciated. Thanks in advance.
Julien Le DemWednesday, August 30th, 2023 at 12:23:18 PM GMT-04:00
I’ve seen people do this through the ingress controller in Kubernetes. Unfortunately I don’t have documentation besides k8s specific ones you would find for the ingress controller you’re using. You’d redirect any unauthenticated request to your identity provider
1
Michael RobinsonWednesday, August 30th, 2023 at 11:50:05 AM GMT-04:00
@channel
Friendly reminder: there’s a meetup tonight at Astronomer’s offices in SF!
✅1
Julien Le DemWednesday, August 30th, 2023 at 12:15:31 PM GMT-04:00
I’ll be there and looking forward to see @John Lukenoff ‘s presentation
Michael BarrientosWednesday, August 30th, 2023 at 9:38:31 PM GMT-04:00
Can anyone let 3 people stuck downstairs into the 7th floor?
👍1
Willy LulciucWednesday, August 30th, 2023 at 11:25:21 PM GMT-04:00
Sorry about that!
YunheThursday, August 31st, 2023 at 2:31:48 AM GMT-04:00
hello,everyone,i can run openLineage spark code in my notebook with python,but when use my idea to execute scala code like this:
import org.apache.spark.internal.Logging
import org.apache.spark.sql.SparkSession
import io.openlineage.client.OpenLineageClientUtils.loadOpenLineageYaml
import org.apache.spark.scheduler.{SparkListener, SparkListenerApplicationEnd, SparkListenerApplicationStart}
import sun.java2d.marlin.MarlinUtils.logInfo
object Test {
def main(args: Array[String]): Unit = {

val spark = SparkSession
.builder()
.master("local")
.appName("test")
.config("spark.jars.packages","io.openlineage:openlineage-spark:0.12.0")
.config("spark.extraListeners","io.openlineage.spark.agent.OpenLineageSparkListener")
.config("spark.openlineage.transport.type","console")
.getOrCreate()

spark.sparkContext.setLogLevel("INFO")

//spark.sparkContext.addSparkListener(new MySparkAppListener)
import spark.implicits._
val input = Seq((1, "zs", 2020), (2, "ls", 2023)).toDF("id", "name", "year")

input.select("id", "name").orderBy("id").show()

}

}

there is something wrong:
Exception in thread "spark-listener-group-shared" java.lang.NoSuchMethodError: io.openlineage.client.OpenLineageClientUtils.loadOpenLineageYaml(Ljava/io/InputStream;)Lio/openlineage/client/OpenLineageYaml;
at io.openlineage.spark.agent.ArgumentParser.extractOpenlineageConfFromSparkConf(ArgumentParser.java:114)
at io.openlineage.spark.agent.ArgumentParser.parse(ArgumentParser.java:78)
at io.openlineage.spark.agent.OpenLineageSparkListener.initializeContextFactoryIfNotInitialized(OpenLineageSparkListener.java:277)
at io.openlineage.spark.agent.OpenLineageSparkListener.onApplicationStart(OpenLineageSparkListener.java:267)
at org.apache.spark.scheduler.SparkListenerBus.doPostEvent(SparkListenerBus.scala:55)
at org.apache.spark.scheduler.SparkListenerBus.doPostEvent$(SparkListenerBus.scala:28)
at org.apache.spark.scheduler.AsyncEventQueue.doPostEvent(AsyncEventQueue.scala:37)
at org.apache.spark.scheduler.AsyncEventQueue.doPostEvent(AsyncEventQueue.scala:37)
at org.apache.spark.util.ListenerBus.postToAll(ListenerBus.scala:117)
at org.apache.spark.util.ListenerBus.postToAll$(ListenerBus.scala:101)
at org.apache.spark.scheduler.AsyncEventQueue.super$postToAll(AsyncEventQueue.scala:105)
at org.apache.spark.scheduler.AsyncEventQueue.$anonfun$dispatch$1(AsyncEventQueue.scala:105)
at scala.runtime.java8.JFunction0$mcJ$sp.apply(JFunction0$mcJ$sp.java:23)
at scala.util.DynamicVariable.withValue(DynamicVariable.scala:62)
at org.apache.spark.scheduler.AsyncEventQueue.org$apache$spark$scheduler$AsyncEventQueue$$dispatch(AsyncEventQueue.scala:100)
at org.apache.spark.scheduler.AsyncEventQueue$$anon$2.$anonfun$run$1(AsyncEventQueue.scala:96)
at org.apache.spark.util.Utils$.tryOrStopSparkContext(Utils.scala:1446)
at org.apache.spark.scheduler.AsyncEventQueue$$anon$2.run(AsyncEventQueue.scala:96)

i want to know how can i set idea scala environment correctly
PaweƂ LeszczyƄskiThursday, August 31st, 2023 at 2:58:41 AM GMT-04:00
io.openlineage:openlineage-spark:0.12.0 -> could you repeat the steps with newer version?
YunheThursday, August 31st, 2023 at 3:51:52 AM GMT-04:00
ok,it`s my first use thie lineage tool. first,I added dependences in my pom.xml like this:
<dependency>
<groupId>io.openlineage</groupId>
<artifactId>openlineage-java</artifactId>
<version>0.12.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.7</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.7</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.7</version>
</dependency>
<dependency>
<groupId>io.openlineage</groupId>
<artifactId>openlineage-spark</artifactId>
<version>0.30.1</version>
</dependency>

my spark version is 3.3.1 and the version can not change

second, in file Openlineage/intergration/spark I enter command : docker-compose up and follow the steps in this doc:
https://openlineage.io/docs/integrations/spark/quickstart_local
there is no erro when i use notebook to execute pyspark for openlineage and I could get json message.
but after I enter "docker-compose up" ,I want to use my Idea tool to execute scala code like above,the erro happend like above. It seems that I does not configure the environment correctly. so how can i fix the problem .
PaweƂ LeszczyƄskiFriday, September 1st, 2023 at 5:15:28 AM GMT-04:00
please use latest io.openlineage:openlineage-spark:1.1.0 instead. openlineage-java is already contained in the jar, no need to add it on your own.
Sheeri Cabral (Collibra)Thursday, August 31st, 2023 at 3:33:19 PM GMT-04:00
Will the August meeting be put up at https://wiki.lfaidata.foundation/display/OpenLineage/Monthly+TSC+meeting soon? (usually it’s up in a few days 🙂
Maciej ObuchowskiFriday, September 1st, 2023 at 6:00:53 AM GMT-04:00
@Michael Robinson
Michael RobinsonFriday, September 1st, 2023 at 5:13:32 PM GMT-04:00
The recording is on the youtube channel here. I’ll update the wiki ASAP
✅1
Julien Le DemThursday, August 31st, 2023 at 6:10:20 PM GMT-04:00
🎉13
🙌10
❀5
Julien Le DemFriday, September 1st, 2023 at 11:09:55 PM GMT-04:00
Michael RobinsonFriday, September 1st, 2023 at 5:16:21 PM GMT-04:00
@channel
The latest issue of OpenLineage News is out now! Please subscribe to get it directly in your inbox each month.
🙌2
1
Anirudh ShrinivasonMonday, September 4th, 2023 at 3:38:28 AM GMT-04:00
Hi guys, I'd like to capture the spark.databricks.clusterUsageTags.clusterAllTags property from databricks. However, the value of this is a list of keys, and therefore cannot be supported by custom environment facet builder.
I was thinking that capturing this property might be useful for most databricks workloads, and whether it might make sense to auto-capture it along with other databricks variables, similar to how we capture mount points for the databricks jobs.
Does this sound okay? If so, then I can help to contribute this functionality
Maciej ObuchowskiMonday, September 4th, 2023 at 6:43:47 AM GMT-04:00
Sounds good to me
Anirudh ShrinivasonMonday, September 11th, 2023 at 5:15:03 AM GMT-04:00
Anirudh ShrinivasonMonday, September 4th, 2023 at 6:39:05 AM GMT-04:00
Also, another small clarification is that when using MergeIntoCommand, I'm receiving the lineage events on the backend, but I cannot seem to find any logging of the payload when I enable debug mode in openlineage. I remember there was a similar issue reported by another user in the past. May I check if it might be possible to help with this? It's making debugging quite hard for these cases. Thanks!
Maciej ObuchowskiMonday, September 4th, 2023 at 6:54:12 AM GMT-04:00
I think it only depends on log4j configuration
Maciej ObuchowskiMonday, September 4th, 2023 at 6:57:15 AM GMT-04:00
# Set everything to be logged to the console
-log4j.rootCategory=INFO, console
-log4j.appender.console=org.apache.log4j.ConsoleAppender
-log4j.appender.console.target=System.err
-log4j.appender.console.layout=org.apache.log4j.PatternLayout
-log4j.appender.console.layout.ConversionPattern=%d{yy/MM/dd HH:mm:ss} %p %c{1}: %m%n
-
-# set the log level for the openlineage spark library
-log4j.logger.io.openlineage.spark=DEBUG

this is what we have in log4j.properties in test environment and it works
Anirudh ShrinivasonMonday, September 4th, 2023 at 11:28:11 AM GMT-04:00
Hmm... I can see the logs for the other commands, like createViewCommand etc. I just cannot see it for any of the delta runs
PaweƂ LeszczyƄskiTuesday, September 5th, 2023 at 3:33:03 AM GMT-04:00
that's interesting. So, logging is done here: https://github.com/OpenLineage/OpenLineage/blob/main/integration/spark/app/src/main/java/io/openlineage/spark/agent/EventEmitter.java#L63 and this code is unaware of delta.

The possible problem could be filtering delta events (which we do bcz of delta being noisy)
PaweƂ LeszczyƄskiTuesday, September 5th, 2023 at 3:33:36 AM GMT-04:00
Recently, we've closed that https://github.com/OpenLineage/OpenLineage/issues/1982 which prevents generating events for `
createOrReplaceTempView

PaweƂ LeszczyƄskiTuesday, September 5th, 2023 at 3:35:12 AM GMT-04:00
Anirudh ShrinivasonTuesday, September 5th, 2023 at 5:19:22 AM GMT-04:00
Hmm I'm a little confused here. I thought we are only filtering out events for certain specific commands, like show table etc. because its noisy right? Some important commands like MergeInto or SaveIntoDataSource used to be logged before, but I notice now that its not being logged anymore...
I'm using 0.23.0 openlineage version.
PaweƂ LeszczyƄskiTuesday, September 5th, 2023 at 5:47:51 AM GMT-04:00
yes, we do. it's just sometimes when doing a filter, we can remove too much. but SaveIntoDataSource and MergeInto should be fine, as we do check them within the tests
ldaceyMonday, September 4th, 2023 at 9:35:05 PM GMT-04:00
it looks like my dynamic task mapping in Airflow has the same run ID in marquez, so even if I am processing 100 files, there is only one version of the data. is there a way to have a separate version of each dynamic task so I can track the filename etc?
Jakub DardziƄskiTuesday, September 5th, 2023 at 8:54:57 AM GMT-04:00
map_index should be indeed included when calculating run ID (it’s deterministic in Airflow integration)
what version of Airflow are you using btw?
ldaceyTuesday, September 5th, 2023 at 9:04:14 AM GMT-04:00
2.7.0

I do see this error log in all of my dynamic tasks which might explain it:

[2023-09-05, 00:31:57 UTC] {manager.py:200} ERROR - Extractor returns non-valid metadata: None
-[2023-09-05, 00:31:57 UTC] {utils.py:401} ERROR - cannot import name 'get_operator_class' from 'airflow.providers.openlineage.utils' (/home/airflow/.local/lib/python3.11/site-packages/airflow/providers/openlineage/utils/__init__.py)
-Traceback (most recent call last):
-  File "/home/airflow/.local/lib/python3.11/site-packages/airflow/providers/openlineage/utils/utils.py", line 399, in wrapper
-    return f(*args, **kwargs)
-           ^^^^^^^^^^^^^^^^^^
-  File "/home/airflow/.local/lib/python3.11/site-packages/airflow/providers/openlineage/plugins/listener.py", line 93, in on_running
-    **get_custom_facets(task_instance),
-      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-  File "/home/airflow/.local/lib/python3.11/site-packages/airflow/providers/openlineage/utils/utils.py", line 148, in get_custom_facets
-    custom_facets["airflow_mappedTask"] = AirflowMappedTaskRunFacet.from_task_instance(task_instance)
-                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-  File "/home/airflow/.local/lib/python3.11/site-packages/airflow/providers/openlineage/plugins/facets.py", line 36, in from_task_instance
-    from airflow.providers.openlineage.utils import get_operator_class
-ImportError: cannot import name 'get_operator_class' from 'airflow.providers.openlineage.utils' (/home/airflow/.local/lib/python3.11/site-packages/airflow/providers/openlineage/utils/__init__.py)
ldaceyTuesday, September 5th, 2023 at 9:05:34 AM GMT-04:00
I only have a few custom operators with the on_complete facet so I think this is a built in one - it runs before my task custom logs for example
ldaceyTuesday, September 5th, 2023 at 9:06:05 AM GMT-04:00
and any time I messed up my custom facet, the error would be at the bottom of the logs. this is on top, probably an on_start facet?
Jakub DardziƄskiTuesday, September 5th, 2023 at 9:16:32 AM GMT-04:00
seems like some circular import
Jakub DardziƄskiTuesday, September 5th, 2023 at 9:19:47 AM GMT-04:00
I just tested it manually, it’s a bug in OL provider. let me fix that
ldaceyTuesday, September 5th, 2023 at 10:53:28 AM GMT-04:00
cool, thanks. I am glad it is just a bug, I was afraid dynamic tasks were not supported for a minute there
ldaceyThursday, September 7th, 2023 at 11:46:20 AM GMT-04:00
how do the provider updates work? they can be released in between Airflow releases and issues for them are raised on the main Airflow repo?
Jakub DardziƄskiThursday, September 7th, 2023 at 11:50:07 AM GMT-04:00
generally speaking anything related to OL-Airflow should be placed to Airflow repo, important changes/bug fixes would be implemented in OL repo as well
ldaceyThursday, September 7th, 2023 at 3:40:31 PM GMT-04:00
got it, thanks
ldaceyThursday, September 7th, 2023 at 7:43:46 PM GMT-04:00
is there a way for me to install the openlineage provider based on the commit you made to fix the circular imports?

i was going to try to install from Airflow main branch but didnt want to mess anything up
ldaceyThursday, September 7th, 2023 at 7:44:39 PM GMT-04:00
I saw it was merged to airflow main but it is not in 2.7.1 and there is no 1.0.3 provider version yet, so I wondered if I could manually install it for the time being
Jakub DardziƄskiFriday, September 8th, 2023 at 5:45:48 AM GMT-04:00
https://github.com/apache/airflow/blob/main/BREEZE.rst#preparing-provider-packages
building the provider package on your own could be best idea probably? that depends on how you manage your Airflow instance
Jakub DardziƄskiFriday, September 8th, 2023 at 12:01:53 PM GMT-04:00
there's 1.1.0rc1 btw
ldaceyFriday, September 8th, 2023 at 1:44:44 PM GMT-04:00
perfect, thanks. I got started with breeze but then stopped haha
👍1
ldaceySunday, September 10th, 2023 at 8:29:00 PM GMT-04:00
The dynamic task mapping error is gone, I did run into this:

File "/home/airflow/.local/lib/python3.11/site-packages/airflow/providers/openlineage/extractors/base.py", line 70, in disabled_operators
operator.strip() for operator in conf.get("openlineage", "disabled_for_operators").split(";")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/airflow/.local/lib/python3.11/site-packages/airflow/configuration.py", line 1065, in get
raise AirflowConfigException(f"section/key [{section}/{key}] not found in config")

I am redeploying now with that option added to my config. I guess it did not use the default which should be ""
ldaceySunday, September 10th, 2023 at 8:49:17 PM GMT-04:00
added "disabled_for_operators" to my openlineage config and it worked (using Airflow helm chart - not sure if that means there is an error because the value I provided should just be the default value, not sure why I needed to explicitly specify it)

openlineage:
disabled_for_operators: ""
...


this is so much better and makes a lot more sense. most of my tasks are dynamic so I was missing a lot of metadata before the fix, thanks!
AbdallahWednesday, September 6th, 2023 at 4:43:07 PM GMT-04:00
Hello Everyone,

I've been diving into the Marquez codebase and found a performance bottleneck in JobDao.java for the query related to namespaceName=MyNameSpace limit=10 and 12s with limit=25. I managed to optimize it using CTEs, and the execution times dropped dramatically to 300ms (for limit=100) and under 100ms (for limit=25 ) on the same cluster.
Issue link : https://github.com/MarquezProject/marquez/issues/2608

I believe there's even more room for optimization, especially if we adjust the job_facets_view to include the namespace_name column.

Would the team be open to a PR where I share the optimized query and discuss potential further refinements? I believe these changes could significantly enhance the Marquez web UI experience.

PR link : https://github.com/MarquezProject/marquez/pull/2609

Looking forward to your feedback.
đŸ”„4
Jakub DardziƄskiWednesday, September 6th, 2023 at 6:03:01 PM GMT-04:00
@Willy Lulciuc wdyt?
Bernat GaborWednesday, September 6th, 2023 at 5:44:12 PM GMT-04:00
Has there been any conversation on the extensibility of facets/concepts? E.g.:
‱ how does one extends the list of run states https://openlineage.io/docs/spec/run-cycle to add a paused/resumed state?
‱ how does one extend https://openlineage.io/docs/spec/facets/run-facets/nominal_time to add a created at field?
Julien Le DemWednesday, September 6th, 2023 at 6:28:17 PM GMT-04:00
Hello Bernat,

The primary mechanism to extend the model is through facets. You can either:
‱ create new standard facets in the spec: https://github.com/OpenLineage/OpenLineage/tree/main/spec/facets
‱ create custom facets defined somewhere else with a prefix in their name: https://github.com/OpenLineage/OpenLineage/blob/main/spec/OpenLineage.md#custom-facet-naming
‱ Update existing facets with a backward compatible change (example: adding an optional field).
The core spec can also be modified. Here is an example of adding a state
That being said I think more granular states like pause/resume are probably better suited in a run facet. There was an issue opened for that particular one a while ago: https://github.com/OpenLineage/OpenLineage/issues/9 maybe that particular discussion can continue there.

For the nominal time facet, You could open an issue describing the use case and on community agreement follow up with a PR on the facet itself: https://github.com/OpenLineage/OpenLineage/blob/main/spec/facets/NominalTimeRunFacet.json
(adding an optional field is backwards compatible)
👀1
Bernat GaborWednesday, September 6th, 2023 at 6:31:12 PM GMT-04:00
I see, so in general one is best copying a standard facet and maintain it under a different name. That way can be made mandatory 🙂 and one does not need to be blocked for a long time until there's a community agreement đŸ€”
Julien Le DemWednesday, September 6th, 2023 at 6:35:43 PM GMT-04:00
Yes, The goal of custom facets is to allow you to experiment and extend the spec however you want without having to wait for approval.
If the custom facet is very specific to a third party project/product then it makes sense for it to stay a custom facet.
If it is more generic then it makes sense to add it to the core facets as part of the spec.
Hopefully community agreement can be achieved relatively quickly. Unless someone is strongly against something, it can be added without too much red tape. Typically with support in at least one of the integrations to validate the model.
Michael RobinsonThursday, September 7th, 2023 at 3:12:20 PM GMT-04:00
@channel
This month’s TSC meeting is next Thursday the 14th at 10am PT. On the tentative agenda:
‱ announcements
‱ recent releases
‱ demo: Spark integration tests in Databricks runtime
‱ open discussion
‱ more (TBA)
More info and the meeting link can be found on the website. All are welcome! Also, feel free to reply or DM me with discussion topics, agenda items, etc.
👍1
Michael RobinsonMonday, September 11th, 2023 at 10:07:41 AM GMT-04:00
@channel
The first Toronto OpenLineage Meetup, featuring a presentation by recent adopter Metaphor, is just one week away. On the agenda:
1. Evolution of spec presentation/discussion (project background/history)
2. State of the community
3. Integrating OpenLineage with Metaphor (by special guests Ye & Ivan)
4. Spark/Column lineage update
5. Airflow Provider update
6. Roadmap Discussion
Find more details and RSVP here.
🙌7
John LukenoffMonday, September 11th, 2023 at 5:07:26 PM GMT-04:00
I’m seeing some odd behavior with my http transport when upgrading airflow/openlineage-airflow from 2.3.2 -> 2.6.3 and 0.24.0 -> 0.28.0. Previously I had a config like this that let me provide my own auth tokens. However, after upgrading I’m getting a 401 from the endpoint and further debugging seems to reveal that we’re not using the token provided in my TokenProvider. Does anyone know if something changed between these versions that could be causing this? (more details in đŸ§” )
transport:
-  type: http
-  url: <https://my.fake-marquez-endpoint.com>
-  auth:
-    type: some.fully.qualified.classpath
John LukenoffMonday, September 11th, 2023 at 5:09:40 PM GMT-04:00
John LukenoffMonday, September 11th, 2023 at 5:11:14 PM GMT-04:00
John LukenoffMonday, September 11th, 2023 at 5:18:56 PM GMT-04:00
Ah I think I see the issue. Looks like this was introduced here, we are instantiating with the base token provider here when we should be using the subclass: https://github.com/OpenLineage/OpenLineage/pull/1869/files#diff-2f8ea6f9a22b5567de8ab56c6a63da8e7adf40cb436ee5e7e6b16e70a82afe05R57
John LukenoffMonday, September 11th, 2023 at 5:37:42 PM GMT-04:00
❀1
John LukenoffMonday, September 11th, 2023 at 5:37:42 PM GMT-04:00
❀1
Sarwat FatimaTuesday, September 12th, 2023 at 8:14:06 AM GMT-04:00
This particular code in docker-compose exits with code 1 because it is unable to find wait-for-it.sh, file in the container. I have checked the mounting path from the local machine, It is correct and the path on the container for Marquez is also correct i.e. /usr/src/app but it is unable to mount the wait-for-it.sh. Does anyone know why is this? This code exists in the open lineage repository as well https://github.com/OpenLineage/OpenLineage/blob/main/integration/spark/docker-compose.yml
# Marquez as an OpenLineage Client
-  api:
-    image: marquezproject/marquez
-    container_name: marquez-api
-    ports:
-      - "5000:5000"
-      - "5001:5001"
-    volumes:
-      - ./docker/wait-for-it.sh:/usr/src/app/wait-for-it.sh
-    links:
-      - "db:postgres"
-    depends_on:
-      - db
-    entrypoint: [ "./wait-for-it.sh", "db:5432", "--", "./entrypoint.sh" ]
Sarwat FatimaTuesday, September 12th, 2023 at 8:15:19 AM GMT-04:00
This is the error message:
Maciej ObuchowskiTuesday, September 12th, 2023 at 10:38:41 AM GMT-04:00
no permissions?
Guntaka Jeevan PaulTuesday, September 12th, 2023 at 3:11:45 PM GMT-04:00
I am trying to run Google Cloud Composer where i have added the openlineage-airflow pypi packagae as a dependency and have added the env OPENLINEAGE_EXTRACTORS to point to my custom extractor. I have added a folder by name dependencies and inside that i have placed my extractor file, and the path given to OPENLINEAGE_EXTRACTORS is dependencies.<file_name>.<extractor_class_name>
still it fails with the exception saying No module named ‘dependencies’. Can anyone kindly help me out on correcting my mistake
Harel SheinTuesday, September 12th, 2023 at 5:15:36 PM GMT-04:00
Hey @Guntaka Jeevan Paul, can you share some details on which versions of airflow and openlineage you’re using?
Guntaka Jeevan PaulTuesday, September 12th, 2023 at 5:16:26 PM GMT-04:00
airflow ---> 2.5.3, openlinegae-airflow ---> 1.1.0
Guntaka Jeevan PaulTuesday, September 12th, 2023 at 5:45:08 PM GMT-04:00
import traceback
-import uuid
-from typing import List, Optional
-
-from openlineage.airflow.extractors.base import BaseExtractor, TaskMetadata
-from openlineage.airflow.utils import get_job_name
-
-
-class BigQueryInsertJobExtractor(BaseExtractor):
-    def __init__(self, operator):
-        super().__init__(operator)
-
-    @classmethod
-    def get_operator_classnames(cls) -&gt; List[str]:
-        return ['BigQueryInsertJobOperator']
-
-    def extract(self) -&gt; Optional[TaskMetadata]:
-        return None
-
-    def extract_on_complete(self, task_instance) -&gt; Optional[TaskMetadata]:
-        self.log.debug(f"JEEVAN ---&gt; extract_on_complete({task_instance})")
-        random_uuid = str(uuid.uuid4())
-        self.log.debug(f"JEEVAN ---&gt; Randomly Generated UUID --&gt; {random_uuid}")
-
-        self.operator.job_id = random_uuid
-
-        return TaskMetadata(
-            name=get_job_name(task=self.operator)
-        )
Guntaka Jeevan PaulTuesday, September 12th, 2023 at 5:45:24 PM GMT-04:00
this is the custom extractor code that im trying with
Harel SheinTuesday, September 12th, 2023 at 9:10:02 PM GMT-04:00
thanks @Guntaka Jeevan Paul, will try to take a deeper look tomorrow
Maciej ObuchowskiWednesday, September 13th, 2023 at 7:54:26 AM GMT-04:00
No module named 'dependencies'.
This sounds like general Python problem
Maciej ObuchowskiWednesday, September 13th, 2023 at 7:55:12 AM GMT-04:00
Maciej ObuchowskiWednesday, September 13th, 2023 at 7:56:28 AM GMT-04:00
basically, if you're able to import the file from your dag code, OL should be able too
Guntaka Jeevan PaulWednesday, September 13th, 2023 at 8:01:12 AM GMT-04:00
The Problem is in the GCS Composer there is a component called Triggerer, which they say is used for deferrable operators
i have logged into that pod and i could see that the GCS Bucket is not mounted on this, but i am unable to understand why is the initialisation happening inside the triggerer pod
Guntaka Jeevan PaulWednesday, September 13th, 2023 at 8:01:32 AM GMT-04:00
Maciej ObuchowskiWednesday, September 13th, 2023 at 8:01:47 AM GMT-04:00
> The Problem is in the GCS Composer there is a component called Triggerer, which they say is used for deferrable operators
i have logged into that pod and i could see that the GCS Bucket is not mounted on this, but i am unable to understand why is the initialisation happening inside the triggerer pod
OL integration is not running on triggerer, only on worker and scheduler pods
Guntaka Jeevan PaulWednesday, September 13th, 2023 at 8:01:53 AM GMT-04:00
Guntaka Jeevan PaulWednesday, September 13th, 2023 at 8:03:26 AM GMT-04:00
As you can see in this screenshot i am seeing the logs of the triggerer and it says clearly unable to import plugin openlineage
Guntaka Jeevan PaulWednesday, September 13th, 2023 at 8:03:29 AM GMT-04:00
Maciej ObuchowskiWednesday, September 13th, 2023 at 8:10:32 AM GMT-04:00
I see. There are few possible things to do here - composer could mount the user files, Airflow could not start plugins on triggerer, or we could detect we're on triggerer and not import anything there. However, does it impact OL or Airflow operation in other way than this log?
Maciej ObuchowskiWednesday, September 13th, 2023 at 8:12:06 AM GMT-04:00
Probably we'd have to do something if that really bothers you as there won't be further changes to Airflow 2.5
Guntaka Jeevan PaulWednesday, September 13th, 2023 at 8:18:14 AM GMT-04:00
The Problem is it is actually not registering this custom extractor written by me, henceforth i am just receiving the DefaultExtractor things and my piece of extractor code is not even getting triggered
Guntaka Jeevan PaulWednesday, September 13th, 2023 at 8:22:49 AM GMT-04:00
any suggestions to try @Maciej Obuchowski
Maciej ObuchowskiWednesday, September 13th, 2023 at 8:27:48 AM GMT-04:00
Could you share worker logs?
Maciej ObuchowskiWednesday, September 13th, 2023 at 8:27:56 AM GMT-04:00
and check if module is importable from your dag code?
Guntaka Jeevan PaulWednesday, September 13th, 2023 at 8:31:25 AM GMT-04:00
these are the worker pod logs
where there is no log of openlineageplugin
Guntaka Jeevan PaulWednesday, September 13th, 2023 at 8:31:52 AM GMT-04:00
Maciej ObuchowskiWednesday, September 13th, 2023 at 8:38:32 AM GMT-04:00
  {
-    "textPayload": "Traceback (most recent call last):  File \"/opt/python3.8/lib/python3.8/site-packages/openlineage/airflow/utils.py\", line 427, in import_from_string    module = importlib.import_module(module_path)  File \"/opt/python3.8/lib/python3.8/importlib/__init__.py\", line 127, in import_module    return _bootstrap._gcd_import(name[level:], package, level)  File \"&lt;frozen importlib._bootstrap&gt;\", line 1014, in _gcd_import  File \"&lt;frozen importlib._bootstrap&gt;\", line 991, in _find_and_load  File \"&lt;frozen importlib._bootstrap&gt;\", line 961, in _find_and_load_unlocked  File \"&lt;frozen importlib._bootstrap&gt;\", line 219, in _call_with_frames_removed  File \"&lt;frozen importlib._bootstrap&gt;\", line 1014, in _gcd_import  File \"&lt;frozen importlib._bootstrap&gt;\", line 991, in _find_and_load  File \"&lt;frozen importlib._bootstrap&gt;\", line 961, in _find_and_load_unlocked  File \"&lt;frozen importlib._bootstrap&gt;\", line 219, in _call_with_frames_removed  File \"&lt;frozen importlib._bootstrap&gt;\", line 1014, in _gcd_import  File \"&lt;frozen importlib._bootstrap&gt;\", line 991, in _find_and_load  File \"&lt;frozen importlib._bootstrap&gt;\", line 973, in _find_and_load_unlockedModuleNotFoundError: No module named 'airflow.gcs'",
-    "insertId": "pt2eu6fl9z5vw",
-    "resource": {
-      "type": "cloud_composer_environment",
-      "labels": {
-        "environment_name": "openlineage",
-        "location": "us-west1",
-        "project_id": "acceldata-acm"
-      }
-    },
-    "timestamp": "2023-09-13T06:20:44.131577764Z",
-    "severity": "ERROR",
-    "labels": {
-      "worker_id": "airflow-worker-xttt8"
-    },
-    "logName": "projects/acceldata-acm/logs/airflow-worker",
-    "receiveTimestamp": "2023-09-13T06:20:48.847319607Z"
-  },

it doesn't see No module named 'airflow.gcs' that is part of your extractor path airflow.gcs.dags.big_query_insert_job_extractor.BigQueryInsertJobExtractor
however, is it necessary? I generally see people using imports directly from dags folder
Guntaka Jeevan PaulWednesday, September 13th, 2023 at 8:44:11 AM GMT-04:00
this is one of the experimentation that i have did, but then i reverted it back to keeping it to dependencies.big_query_insert_job_extractor.BigQueryInsertJobExtractor
where dependencies is a module i have created inside my dags folder
Guntaka Jeevan PaulWednesday, September 13th, 2023 at 8:44:33 AM GMT-04:00
Guntaka Jeevan PaulWednesday, September 13th, 2023 at 8:45:46 AM GMT-04:00
these are the logs of the triggerer pod specifically
Maciej ObuchowskiWednesday, September 13th, 2023 at 8:46:31 AM GMT-04:00
yeah it would be expected to have this in triggerer where it's not mounted, but will it behave the same for worker where it's mounted?
Maciej ObuchowskiWednesday, September 13th, 2023 at 8:47:09 AM GMT-04:00
maybe ___init___.py is missing for top-level dag path?
Guntaka Jeevan PaulWednesday, September 13th, 2023 at 8:49:01 AM GMT-04:00
these are the logs of the worker pod at startup, where it does not complain of the plugin like in triggerer, but when tasks are run on this worker
somehow it is not picking up the extractor for the operator that i have written it for
Guntaka Jeevan PaulWednesday, September 13th, 2023 at 8:49:54 AM GMT-04:00
https://openlineage.slack.com/archives/C01CK9T7HKR/p1694609229577469?thread_ts=1694545905.974339&cid=C01CK9T7HKR --> you mean to make the dags folder as well like a module by adding the init.py?
Maciej ObuchowskiWednesday, September 13th, 2023 at 8:55:24 AM GMT-04:00
yes, I would put whole custom code directly in dags folder, to make sure import paths are the problem
Maciej ObuchowskiWednesday, September 13th, 2023 at 8:55:48 AM GMT-04:00
and would be nice if you could set
AIRFLOW__LOGGING__LOGGING_LEVEL="DEBUG"
Guntaka Jeevan PaulWednesday, September 13th, 2023 at 9:14:58 AM GMT-04:00
Starting the process, got command: triggerer
-Initializing airflow.cfg.
-airflow.cfg initialization is done.
-[2023-09-13T13:11:46.620+0000] {settings.py:267} DEBUG - Setting up DB connection pool (PID 8)
-[2023-09-13T13:11:46.622+0000] {settings.py:372} DEBUG - settings.prepare_engine_args(): Using pool settings. pool_size=5, max_overflow=10, pool_recycle=570, pid=8
-[2023-09-13T13:11:46.742+0000] {cli_action_loggers.py:39} DEBUG - Adding &lt;function default_action_log at 0x7ff39ca1d3a0&gt; to pre execution callback
-[2023-09-13T13:11:47.638+0000] {cli_action_loggers.py:65} DEBUG - Calling callbacks: [&lt;function default_action_log at 0x7ff39ca1d3a0&gt;]
-  ____________       _____________
- ____    |__( )_________  __/__  /________      __
-____  /| |_  /__  ___/_  /_ __  /_  __ \_ | /| / /
-___  ___ |  / _  /   _  __/ _  / / /_/ /_ |/ |/ /
- _/_/  |_/_/  /_/    /_/    /_/  \____/____/|__/
-[2023-09-13T13:11:50.527+0000] {plugins_manager.py:300} DEBUG - Loading plugins
-[2023-09-13T13:11:50.580+0000] {plugins_manager.py:244} DEBUG - Loading plugins from directory: /home/airflow/gcs/plugins
-[2023-09-13T13:11:50.581+0000] {plugins_manager.py:224} DEBUG - Loading plugins from entrypoints
-[2023-09-13T13:11:50.587+0000] {plugins_manager.py:227} DEBUG - Importing entry_point plugin OpenLineagePlugin
-[2023-09-13T13:11:50.740+0000] {utils.py:430} WARNING - No module named 'boto3'
-[2023-09-13T13:11:50.743+0000] {utils.py:430} WARNING - No module named 'botocore'
-[2023-09-13T13:11:50.833+0000] {utils.py:430} WARNING - No module named 'airflow.providers.sftp'
-[2023-09-13T13:11:51.144+0000] {utils.py:430} WARNING - No module named 'big_query_insert_job_extractor'
-[2023-09-13T13:11:51.145+0000] {plugins_manager.py:237} ERROR - Failed to import plugin OpenLineagePlugin
-Traceback (most recent call last):
-  File "/opt/python3.8/lib/python3.8/site-packages/openlineage/airflow/utils.py", line 427, in import_from_string
-    module = importlib.import_module(module_path)
-  File "/opt/python3.8/lib/python3.8/importlib/__init__.py", line 127, in import_module
-    return _bootstrap._gcd_import(name[level:], package, level)
-  File "&lt;frozen importlib._bootstrap&gt;", line 1014, in _gcd_import
-  File "&lt;frozen importlib._bootstrap&gt;", line 991, in _find_and_load
-  File "&lt;frozen importlib._bootstrap&gt;", line 973, in _find_and_load_unlocked
-ModuleNotFoundError: No module named 'big_query_insert_job_extractor'
-
-The above exception was the direct cause of the following exception:
-
-Traceback (most recent call last):
-  File "/opt/python3.8/lib/python3.8/site-packages/airflow/plugins_manager.py", line 229, in load_entrypoint_plugins
-    plugin_class = entry_point.load()
-  File "/opt/python3.8/lib/python3.8/site-packages/setuptools/_vendor/importlib_metadata/__init__.py", line 194, in load
-    module = import_module(match.group('module'))
-  File "/opt/python3.8/lib/python3.8/importlib/__init__.py", line 127, in import_module
-    return _bootstrap._gcd_import(name[level:], package, level)
-  File "&lt;frozen importlib._bootstrap&gt;", line 1014, in _gcd_import
-  File "&lt;frozen importlib._bootstrap&gt;", line 991, in _find_and_load
-  File "&lt;frozen importlib._bootstrap&gt;", line 975, in _find_and_load_unlocked
-  File "&lt;frozen importlib._bootstrap&gt;", line 671, in _load_unlocked
-  File "&lt;frozen importlib._bootstrap_external&gt;", line 843, in exec_module
-  File "&lt;frozen importlib._bootstrap&gt;", line 219, in _call_with_frames_removed
-  File "/opt/python3.8/lib/python3.8/site-packages/openlineage/airflow/plugin.py", line 32, in &lt;module&gt;
-    from openlineage.airflow import listener
-  File "/opt/python3.8/lib/python3.8/site-packages/openlineage/airflow/listener.py", line 75, in &lt;module&gt;
-    extractor_manager = ExtractorManager()
-  File "/opt/python3.8/lib/python3.8/site-packages/openlineage/airflow/extractors/manager.py", line 16, in __init__
-    self.task_to_extractor = Extractors()
-  File "/opt/python3.8/lib/python3.8/site-packages/openlineage/airflow/extractors/extractors.py", line 122, in __init__
-    extractor = import_from_string(extractor.strip())
-  File "/opt/python3.8/lib/python3.8/site-packages/openlineage/airflow/utils.py", line 431, in import_from_string
-    raise ImportError(f"Failed to import {path}") from e
-ImportError: Failed to import big_query_insert_job_extractor.BigQueryInsertJobExtractor
-[2023-09-13T13:11:51.235+0000] {plugins_manager.py:227} DEBUG - Importing entry_point plugin composer_menu_plugin
-[2023-09-13T13:11:51.719+0000] {plugins_manager.py:316} DEBUG - Loading 1 plugin(s) took 1.14 seconds
-[2023-09-13T13:11:51.733+0000] {triggerer_job.py:101} INFO - Starting the triggerer
-[2023-09-13T13:11:51.734+0000] {selector_events.py:59} DEBUG - Using selector: EpollSelector
-[2023-09-13T13:11:56.118+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:12:01.359+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:12:06.665+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:12:11.880+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:12:17.098+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:12:22.323+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:12:27.597+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:12:32.826+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:12:38.049+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:12:43.275+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:12:48.509+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:12:53.867+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:12:59.087+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:13:04.300+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:13:09.539+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:13:14.785+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:13:20.007+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:13:25.274+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:13:30.510+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:13:35.729+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:13:40.960+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:13:46.444+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:13:51.751+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:13:57.084+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:14:02.310+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:14:07.535+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:14:12.754+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:14:17.967+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:14:23.185+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:14:28.406+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:14:33.661+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:14:38.883+0000] {base_job.py:240} DEBUG - [heartbeat]
-[2023-09-13T13:14:44.247+0000] {base_job.py:240} DEBUG - [heartbeat]
Guntaka Jeevan PaulWednesday, September 13th, 2023 at 9:15:10 AM GMT-04:00
still the same error in the triggerer pod
Guntaka Jeevan PaulWednesday, September 13th, 2023 at 9:16:23 AM GMT-04:00
have changed the dags folder where i have added the init file as you suggested and then have updated the OPENLINEAGE_EXTRACTORS to big_query_insert_job_extractor.BigQueryInsertJobExtractor
still the same thing
Maciej ObuchowskiWednesday, September 13th, 2023 at 9:36:27 AM GMT-04:00
> still the same error in the triggerer pod
it won't change, we're not trying to fix the triggerer import but worker, and should look only at worker pod at this point
Guntaka Jeevan PaulWednesday, September 13th, 2023 at 9:43:34 AM GMT-04:00
extractor for &lt;class 'airflow.providers.google.cloud.operators.bigquery.BigQueryInsertJobOperator'&gt; is &lt;class 'big_query_insert_job_extractor.BigQueryInsertJobExtractor'
-
-Using extractor BigQueryInsertJobExtractor task_type=BigQueryInsertJobOperator airflow_dag_id=data_analytics_dag task_id=join_bq_datasets.bq_join_holidays_weather_data_2021 airflow_run_id=manual__2023-09-13T13:24:08.946947+00:00 
-
-fatal: not a git repository (or any parent up to mount point /home/airflow)
-Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
-fatal: not a git repository (or any parent up to mount point /home/airflow)
-Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Guntaka Jeevan PaulWednesday, September 13th, 2023 at 9:44:44 AM GMT-04:00
able to see these logs in the worker pod
so what you said is right that it is able to get the extractor but i get the below error immediately where it says not a git repository
Guntaka Jeevan PaulWednesday, September 13th, 2023 at 9:45:24 AM GMT-04:00
seems like we are almost there nearby
am i missing something obvious
Maciej ObuchowskiWednesday, September 13th, 2023 at 10:06:35 AM GMT-04:00
>
fatal: not a git repository (or any parent up to mount point /home/airflow)
-&gt; Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
-&gt; fatal: not a git repository (or any parent up to mount point /home/airflow)
-&gt; Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).

hm, this could be the actual bug?
Jakub DardziƄskiWednesday, September 13th, 2023 at 10:06:51 AM GMT-04:00
that’s casual log in composer
Jakub DardziƄskiWednesday, September 13th, 2023 at 10:12:16 AM GMT-04:00
extractor for &lt;class 'airflow.providers.google.cloud.operators.bigquery.BigQueryInsertJobOperator'&gt; is &lt;class 'big_query_insert_job_extractor.BigQueryInsertJobExtractor'

that’s actually class from your custom module, right?
Jakub DardziƄskiWednesday, September 13th, 2023 at 10:14:03 AM GMT-04:00
I’ve done experiment, that’s how gcs looks like
Jakub DardziƄskiWednesday, September 13th, 2023 at 10:14:09 AM GMT-04:00
and env vars
Jakub DardziƄskiWednesday, September 13th, 2023 at 10:14:19 AM GMT-04:00
I have this extractor detected as expected
Jakub DardziƄskiWednesday, September 13th, 2023 at 10:15:06 AM GMT-04:00
seens as &lt;class 'dependencies.bq.BigQueryInsertJobExtractor'&gt;
Jakub DardziƄskiWednesday, September 13th, 2023 at 10:16:02 AM GMT-04:00
no __init__.py in base dags folder
Jakub DardziƄskiWednesday, September 13th, 2023 at 10:17:02 AM GMT-04:00
I also checked that triggerer pod indeed has no gcsfuse set up, tbh no idea why, maybe some kind of optimization
the only effect is that when loading plugins in triggerer it throws some errors in logs, we don’t do anything at the moment there
Guntaka Jeevan PaulWednesday, September 13th, 2023 at 10:19:26 AM GMT-04:00
okk
got it @Jakub DardziƄski
so the init at the top level of dags is as well not reqd, got it. Just one more doubt, there is a requirement where i want to change the operators property in the extractor inside the extract function, will that be taken into account and the operator’s execute be called with the property that i have populated in my extractor?
Guntaka Jeevan PaulWednesday, September 13th, 2023 at 10:21:28 AM GMT-04:00
for example i want to add a custom job_id to the BigQueryInsertJobOperator, so wheneerv someone uses the BigQueryInsertJobOperator operator i want to intercept that and add this job_id property to the operator
will that work?
Jakub DardziƄskiWednesday, September 13th, 2023 at 10:24:46 AM GMT-04:00
I’m not sure if using OL for such thing is best choice. Wouldn’t it be better to subclass the operator?
Jakub DardziƄskiWednesday, September 13th, 2023 at 10:25:37 AM GMT-04:00
but the answer is: it dependes on the airflow version, in 2.3+ I’m pretty sure the changed property stays in execute method
Guntaka Jeevan PaulWednesday, September 13th, 2023 at 10:27:49 AM GMT-04:00
yeah ideally that is how we should have done this but the problem is our client is having around 1000+ Dag’s in different google cloud projects, which are owned by multiple teams
so they are not willing to change anything in their dag. Thankfully they are using airflow 2.4.3
Maciej ObuchowskiWednesday, September 13th, 2023 at 10:31:15 AM GMT-04:00
➕1
Jakub DardziƄskiWednesday, September 13th, 2023 at 10:35:30 AM GMT-04:00
btw I double-checked - execute method is in different process so this would not change task’s attribute there
Guntaka Jeevan PaulSaturday, September 16th, 2023 at 3:32:49 AM GMT-04:00
@Jakub DardziƄski any idea how can we achieve this one. ---> https://openlineage.slack.com/archives/C01CK9T7HKR/p1694849427228709
Guntaka Jeevan PaulTuesday, September 12th, 2023 at 5:26:01 PM GMT-04:00
@here has anyone succeded in getting a custom extractor to work in GCP Cloud Composer or AWS MWAA, seems like there is no way
Mars LanTuesday, September 12th, 2023 at 5:34:29 PM GMT-04:00
Suraj GuptaWednesday, September 13th, 2023 at 1:44:27 AM GMT-04:00
I am exploring Spark - OpenLineage integration (using the latest PySpark and OL versions). I tested a simple pipeline which:
‱ Reads JSON data into PySpark DataFrame
‱ Apply data transformations
‱ Write transformed data to MySQL database
Observed that we receive 4 events (2 START and 2 COMPLETE) for the same job name. The events are almost identical with a small diff in the facets. All the events share the same runId, and we don't get any parentRunId.
Team, can you please confirm if this behaviour is expected? Seems to be different from the Airflow integration where we relate jobs to Parent Jobs.
Damien HawesWednesday, September 13th, 2023 at 2:54:37 AM GMT-04:00
The Spark integration requires that two parameters are passed to it, namely:

spark.openlineage.parentJobName
-spark.openlineage.parentRunId

You can find the list of parameters here:

https://github.com/OpenLineage/OpenLineage/blob/main/integration/spark/README.md
Suraj GuptaWednesday, September 13th, 2023 at 2:55:51 AM GMT-04:00
Thanks, will check this out
Damien HawesWednesday, September 13th, 2023 at 2:57:43 AM GMT-04:00
As for double accounting of events - that's a bit harder to diagnose.
Maciej ObuchowskiWednesday, September 13th, 2023 at 4:33:03 AM GMT-04:00
Can you share the the job and events?
Also @PaweƂ LeszczyƄski
Suraj GuptaWednesday, September 13th, 2023 at 6:03:49 AM GMT-04:00
Sure, sharing Job and events.
Suraj GuptaWednesday, September 13th, 2023 at 6:06:21 AM GMT-04:00
PaweƂ LeszczyƄskiWednesday, September 13th, 2023 at 6:39:02 AM GMT-04:00
Hi @Suraj Gupta,

Thanks for providing such a detailed description of the problem.

It is not expected behaviour, it's an issue. The events correspond to the same logical plan which for some reason lead to sending two OL events. Is it reproducible aka. does it occur each time? If yes, we please feel free to raise an issue for that.

We have added in recent months several tests to verify amount of OL events being generated but we haven't tested it that way with JDBC. BTW. will the same happen if you write your data df_transformed to a file (like parquet file) ?
1
Suraj GuptaWednesday, September 13th, 2023 at 7:28:03 AM GMT-04:00
Thanks @PaweƂ LeszczyƄski, will confirm about writing to file and get back.
Suraj GuptaWednesday, September 13th, 2023 at 7:33:35 AM GMT-04:00
And yes, the issue is reproducible. Will raise an issue for this.
PaweƂ LeszczyƄskiWednesday, September 13th, 2023 at 7:33:54 AM GMT-04:00
even if you write onto a file?
Suraj GuptaWednesday, September 13th, 2023 at 7:37:21 AM GMT-04:00
Yes, even when I write to a parquet file.
PaweƂ LeszczyƄskiWednesday, September 13th, 2023 at 7:49:28 AM GMT-04:00
ok. i think i was able to reproduce it locally with https://github.com/OpenLineage/OpenLineage/pull/2103/files
Suraj GuptaWednesday, September 13th, 2023 at 7:56:11 AM GMT-04:00
Suraj GuptaMonday, September 25th, 2023 at 4:32:09 PM GMT-04:00
@PaweƂ LeszczyƄski I see that the PR is work in progress. Any rough estimate on when we can expect this fix to be released?
PaweƂ LeszczyƄskiTuesday, September 26th, 2023 at 3:32:03 AM GMT-04:00
@Suraj Gupta put a comment within your issue. it's a bug we need to solve but I cannot bring any estimates today.
Suraj GuptaTuesday, September 26th, 2023 at 4:33:03 AM GMT-04:00
Thanks for update @PaweƂ LeszczyƄski, also please look into this comment. It might related and I'm not sure if expected behaviour.
Michael RobinsonWednesday, September 13th, 2023 at 2:20:32 PM GMT-04:00
@channel
This month’s TSC meeting, open to all, is tomorrow: https://openlineage.slack.com/archives/C01CK9T7HKR/p1694113940400549
✅1
Damien HawesThursday, September 14th, 2023 at 6:20:15 AM GMT-04:00
Context:

We use Spark with YARN, running on Hadoop 2.x (I can't remember the exact minor version) with Hive support.

Problem:

I'm noticed that CreateDataSourceAsSelectCommand objects are always transformed to an OutputDataset with a namespace value set to file - which is curious, because the inputs always have a (correct) namespace of hdfs://&lt;name-node&gt; - is this a known issue? A flaw with Apache Spark? A bug in the resolution logic?

For reference:

public class CreateDataSourceTableCommandVisitor
-    extends QueryPlanVisitor&lt;CreateDataSourceTableCommand, OpenLineage.OutputDataset&gt; {
-
-  public CreateDataSourceTableCommandVisitor(OpenLineageContext context) {
-    super(context);
-  }
-
-  @Override
-  public List&lt;OpenLineage.OutputDataset&gt; apply(LogicalPlan x) {
-    CreateDataSourceTableCommand command = (CreateDataSourceTableCommand) x;
-    CatalogTable catalogTable = command.table();
-
-    return Collections.singletonList(
-        outputDataset()
-            .getDataset(
-                PathUtils.fromCatalogTable(catalogTable),
-                catalogTable.schema(),
-                OpenLineage.LifecycleStateChangeDatasetFacet.LifecycleStateChange.CREATE));
-  }
-}

Running this: cat events.log | jq '{eventTime: .eventTime, eventType: .eventType, runId: .run.runId, jobNamespace: .job.namespace, jobName: .job.name, outputs: .outputs[] | {namespace: .namespace, name: .name}, inputs: .inputs[] | {namespace: .namespace, name: .name}}'

This is an output:
{
-  "eventTime": "2023-09-13T16:01:27.059Z",
-  "eventType": "START",
-  "runId": "bbbb5763-3615-46c0-95ca-1fc398c91d5d",
-  "jobNamespace": "spark.cluster-1",
-  "jobName": "ol_hadoop_test.execute_create_data_source_table_as_select_command.dhawes_db_ol_test_hadoop_tgt",
-  "outputs": {
-    "namespace": "file",
-    "name": "/user/hive/warehouse/dhawes.db/ol_test_hadoop_tgt"
-  },
-  "inputs": {
-    "namespace": "<hdfs://nn1>",
-    "name": "/user/hive/warehouse/dhawes.db/ol_test_hadoop_src"
-  }
-}
👀1
PaweƂ LeszczyƄskiThursday, September 14th, 2023 at 7:32:25 AM GMT-04:00
Seems like an issue on our side. Do you know how the source is read? What LogicalPlan leaf is used to read src? Would love to find how is this done differently
Damien HawesThursday, September 14th, 2023 at 9:16:58 AM GMT-04:00
Hmm, I'll have to do explain plan to see what exactly it is.

However my sample job uses spark.sql("SELECT * FROM dhawes.ol_test_hadoop_src")

which itself is created using

spark.sql("SELECT 1 AS id").write.format("orc").mode("overwrite").saveAsTable("dhawes.ol_test_hadoop_src")

Damien HawesThursday, September 14th, 2023 at 9:23:59 AM GMT-04:00
&gt;&gt;&gt; spark.sql("SELECT * FROM dhawes.ol_test_hadoop_src").explain(True)
-== Parsed Logical Plan ==
-'Project [*]
-+- 'UnresolvedRelation `dhawes`.`ol_test_hadoop_src`
-
-== Analyzed Logical Plan ==
-id: int
-Project [id#3]
-+- SubqueryAlias `dhawes`.`ol_test_hadoop_src`
-   +- Relation[id#3] orc
-
-== Optimized Logical Plan ==
-Relation[id#3] orc
-
-== Physical Plan ==
-*(1) FileScan orc dhawes.ol_test_hadoop_src[id#3] Batched: true, Format: ORC, Location: InMemoryFileIndex[<hdfs://nn1/user/hive/warehouse/dhawes.db/ol_test_hadoop_src>], PartitionFilters: [], PushedFilters: [], ReadSchema: struct&lt;id:int&gt;

tatiThursday, September 14th, 2023 at 10:03:41 AM GMT-04:00
Hey everyone,
Any chance we could have a openlineage-integration-common 1.1.1 release with the following changes..?
‱ https://github.com/OpenLineage/OpenLineage/pull/2106
‱ https://github.com/OpenLineage/OpenLineage/pull/2108
➕6
tatiThursday, September 14th, 2023 at 10:05:19 AM GMT-04:00
Specially the first PR is affecting users of the astronomer-cosmos library: https://github.com/astronomer/astronomer-cosmos/issues/533
Michael RobinsonThursday, September 14th, 2023 at 10:05:24 AM GMT-04:00
Thanks @tati for requesting your first OpenLineage release! Three +1s from committers will authorize
1
Michael RobinsonThursday, September 14th, 2023 at 11:59:55 AM GMT-04:00
The release is authorized and will be initiated within two business days.
🎉1
tatiFriday, September 15th, 2023 at 4:40:12 AM GMT-04:00
Thanks a lot, @Michael Robinson!
Julien Le DemThursday, September 14th, 2023 at 8:23:01 PM GMT-04:00
Per discussion in the OpenLineage sync today here is a very early strawman proposal for an OpenLineage registry that producers and consumers could be registered in.
Feedback or alternate proposals welcome
https://docs.google.com/document/d/1zIxKST59q3I6ws896M4GkUn7IsueLw8ejct5E-TR0vY/edit
Once this is sufficiently fleshed out, I’ll create an actual proposal on github
👍1
Julien Le DemTuesday, October 3rd, 2023 at 8:33:35 PM GMT-04:00
I have cleaned up the registry proposal.
https://docs.google.com/document/d/1zIxKST59q3I6ws896M4GkUn7IsueLw8ejct5E-TR0vY/edit
In particular:
‱ I clarified that option 2 is preferred at this point.
‱ I moved discussion notes to the bottom. they will go away at some point
‱ Once it is stable, I’ll create a proposal with the preferred option.
‱ we need a good proposal for the core facets prefix. My suggestion is to move core facets to core in the registry. The drawback is prefix would be inconsistent.
Julien Le DemThursday, October 5th, 2023 at 5:34:12 PM GMT-04:00
I have created a ticket to make this easier to find. Once I get more feedback I’ll turn it into a md file in the repo: https://docs.google.com/document/d/1zIxKST59q3I6ws896M4GkUn7IsueLw8ejct5E-TR0vY/edit#heading=h.enpbmvu7n8gu
https://github.com/OpenLineage/OpenLineage/issues/2161
Michael RobinsonFriday, September 15th, 2023 at 12:03:27 PM GMT-04:00
@channel
Friendly reminder: the next OpenLineage meetup, our first in Toronto, is happening this coming Monday at 5 PM ET https://openlineage.slack.com/archives/C01CK9T7HKR/p1694441261486759
👍1
Guntaka Jeevan PaulSaturday, September 16th, 2023 at 3:30:27 AM GMT-04:00
@here we have dataproc operator getting called from a dag which submits a spark job, we wanted to maintain that continuity of parent job in the spark job so according to the documentation we can acheive that by using a macro called lineage_run_id that requires task and task_instance as the parameters. The problem we are facing is that our client’s have 1000's of dags, so asking them to change this everywhere it is used is not feasible, so we thought of using the task_policy feature in the airflow
but the problem is that task_policy gives you access to only the task/operator, but we don’t have the access to the task instance..that is required as a parameter to the lineage_run_id function. Can anyone kindly help us on how should we go about this one
t1 = DataProcPySparkOperator(
-    task_id=job_name,
-    #required pyspark configuration,
-    job_name=job_name,
-    dataproc_pyspark_properties={
-        'spark.driver.extraJavaOptions':
-            f"-javaagent:{jar}={os.environ.get('OPENLINEAGE_URL')}/api/v1/namespaces/{os.getenv('OPENLINEAGE_NAMESPACE', 'default')}/jobs/{job_name}/runs/{{{{macros.OpenLineagePlugin.lineage_run_id(task, task_instance)}}}}?api_key={os.environ.get('OPENLINEAGE_API_KEY')}"
-        dag=dag)
➕1
Jakub DardziƄskiSaturday, September 16th, 2023 at 4:22:47 AM GMT-04:00
you don't need actual task instance to do that. you only should set additional argument as jinja template, same as above
Jakub DardziƄskiSaturday, September 16th, 2023 at 4:25:28 AM GMT-04:00
task_instance in this case is just part of string which is evaluated when jinja render happens
Guntaka Jeevan PaulSaturday, September 16th, 2023 at 4:27:10 AM GMT-04:00
ohh
then we could use the same example as above inside the task_policy to intercept the Operator and add the openlineage specific additions properties?
Jakub DardziƄskiSaturday, September 16th, 2023 at 4:30:59 AM GMT-04:00
correct, just remember not to override all properties, just add ol specific
Guntaka Jeevan PaulSaturday, September 16th, 2023 at 4:32:02 AM GMT-04:00
yeah sure
thank you so much @Jakub DardziƄski, will try this out and keep you posted
👍1
Maciej ObuchowskiSaturday, September 16th, 2023 at 5:00:24 AM GMT-04:00
We want to automate setting those options at some point inside the operator itself
➕1
Guntaka Jeevan PaulSaturday, September 16th, 2023 at 7:40:27 PM GMT-04:00
@here is there a way by which we could add custom headers to openlineage client in airflow, i see that provision is there for spark integration via these properties spark.openlineage.transport.headers.xyz --> abcdef
Jakub DardziƄskiTuesday, September 19th, 2023 at 4:40:55 PM GMT-04:00
there’s no out-of-the-box possibility to do that yet, you’re very welcome to create an issue in GitHub and maybe contribute as well! 🙂
Mars LanSunday, September 17th, 2023 at 9:07:41 AM GMT-04:00
It doesn't seem like there's a way to override the OL endpoint from the default (/api/v1/lineage) in Airflow? I tried setting the OPENLINEAGE_ENDPOINT environment to no avail. Based on this statement, it seems that only OPENLINEAGE_URL was used to construct HttpConfig ?
Jakub DardziƄskiMonday, September 18th, 2023 at 4:25:11 PM GMT-04:00
That’s correct. For now there’s no way to configure the endpoint via env var. You can do that by using config file
Mars LanMonday, September 18th, 2023 at 4:30:39 PM GMT-04:00
How do you do that in Airflow? Any particular reason for excluding endpoint override via env var? Happy to create a PR to fix that.
Jakub DardziƄskiMonday, September 18th, 2023 at 4:52:48 PM GMT-04:00
historical I guess? go for the PR, of course 🚀
Mars LanTuesday, October 3rd, 2023 at 8:52:16 AM GMT-04:00
Terese LarssonMonday, September 18th, 2023 at 8:22:34 AM GMT-04:00
Hi! I'm in need of help with wrapping my head around OpenLineage. My team have the goal of collecting metadata from the Airflow operators GreatExpectationsOperator, PythonOperator, MsSqlOperator and BashOperator (for dbt). Where can I see the sourcecode for what is collected for each operator, and is there support for these in the new provider apache-airflow-providers-openlineage? I am super confused and feel lost in the docs. đŸ€Ż We are using MSSQL/ODBC to connect to our db, and this data does not seem to appear as datasets in Marquez, do I need to configure this? If so, HOW and WHERE? đŸ„Č

Happy for any help, big or small! 🙏
Jakub DardziƄskiMonday, September 18th, 2023 at 4:26:07 PM GMT-04:00
there’s no actual single source of what integrations are currently implemented in openlineage Airflow provider. That’s something we should work on so it’s more visible
Jakub DardziƄskiMonday, September 18th, 2023 at 4:26:46 PM GMT-04:00
answering this quickly - GE & MS SQL are not currently implemented yet in the provider
Jakub DardziƄskiMonday, September 18th, 2023 at 4:26:58 PM GMT-04:00
but I also invite you to contribute if you’re interested! 🙂
sarathchTuesday, September 19th, 2023 at 2:47:47 AM GMT-04:00
Hi I need help in extracting OpenLineage for PostgresOperator in json format.
any suggestions or comments would be greatly appreciated
Maciej ObuchowskiTuesday, September 19th, 2023 at 4:40:06 PM GMT-04:00
❀1
Maciej ObuchowskiTuesday, September 19th, 2023 at 4:40:54 PM GMT-04:00
If you use one of the lower versions, take a look here https://openlineage.io/docs/integrations/airflow/usage
sarathchWednesday, September 20th, 2023 at 6:26:56 AM GMT-04:00
Maciej,
Thanks for sharing the link https://airflow.apache.org/docs/apache-airflow-providers-openlineage/stable/guides/user.html
this should address the issue
Juan Luis Cano RodrĂ­guezWednesday, September 20th, 2023 at 9:36:54 AM GMT-04:00
🎉11
👍1
❀1
Michael RobinsonWednesday, September 20th, 2023 at 5:08:58 PM GMT-04:00
@channel
We released OpenLineage 1.2.2!
Added
‱ Spark: publish the ProcessingEngineRunFacet as part of the normal operation of the OpenLineageSparkEventListener #2089 @d-m-h
‱ Spark: capture and emit spark.databricks.clusterUsageTags.clusterAllTags variable from databricks environment #2099 @Anirudh181001
Fixed
‱ Common: support parsing dbt_project.yml without target-path #2106 @tatiana
‱ Proxy: fix Proxy chart #2091 @harels
‱ Python: fix serde filtering #2044 @xli-1026
‱ Python: use non-deprecated apiKey if loading it from env variables @2029 @mobuchowski
‱ Spark: Improve RDDs on S3 integration. #2039 @pawel-big-lebowski
‱ Flink: prevent sending running events after job completes #2075 @pawel-big-lebowski
‱ Spark & Flink: Unify dataset naming from URI objects #2083 @pawel-big-lebowski
‱ Spark: Databricks improvements #2076 @pawel-big-lebowski
Removed
‱ SQL: remove sqlparser dependency from iface-java and iface-py #2090 @JDarDagran
Thanks to all the contributors, including new contributors @tati, @xli-1026, and @d-m-h!
Release: https://github.com/OpenLineage/OpenLineage/releases/tag/1.2.2
Changelog: https://github.com/OpenLineage/OpenLineage/blob/main/CHANGELOG.md
Commit history: https://github.com/OpenLineage/OpenLineage/compare/1.1.0...1.2.2
Maven: https://oss.sonatype.org/#nexus-search;quick~openlineage
PyPI: https://pypi.org/project/openlineage-python/
đŸ”„3
👍3
U05ST398BHTFriday, September 22nd, 2023 at 9:05:20 PM GMT-04:00
Hi @Michael Robinson Thank you! I love the job that you’ve done. If you have a few seconds, please hint at how I can push lineage gathered from Airflow and Spark jobs into DataHub for visualization? I didn’t find any solutions or official support neither at Openlineage nor at DataHub, but I still want to continue using Openlineage
Michael RobinsonFriday, September 22nd, 2023 at 9:30:22 PM GMT-04:00
Hi Yevhenii, thank you for using OpenLineage. The DataHub integration is new to us, but perhaps the experts on Spark and Airflow know more. @PaweƂ LeszczyƄski @Maciej Obuchowski @Jakub DardziƄski
Maciej ObuchowskiSaturday, September 23rd, 2023 at 8:11:17 AM GMT-04:00
@U05ST398BHT at Airflow Summit, Shirshanka Das from DataHub mentioned this as upcoming feature.
👍1
🎯1
Suraj GuptaThursday, September 21st, 2023 at 2:11:10 AM GMT-04:00
Hi, we're using Custom Operators in airflow(2.5) and are planning to expose lineage via default extractors: https://openlineage.io/docs/integrations/airflow/default-extractors/
Question: Now if we upgrade our Airflow version to 2.7 in the future, would our code be backward compatible?
Since OpenLineage has now moved inside airflow and I think there is no concept of extractors in the latest version.
Suraj GuptaThursday, September 21st, 2023 at 2:15:00 AM GMT-04:00
Also, do we have any docs on how OL works with the latest airflow version? Few questions:
‱ How is it replacing the concept of custom extractors and Manually Annotated Lineage in the latest version?
‱ Do we have any examples of setting up the integration to emit input/output datasets for non supported Operators like PythonOperator?
Jakub DardziƄskiWednesday, September 27th, 2023 at 10:04:09 AM GMT-04:00
> Question: Now if we upgrade our Airflow version to 2.7 in the future, would our code be backward compatible?
It will be compatible, “default extractors” is generally the same concept as we’re using in the 2.7 integration.
One thing that might be good to update is import paths, from openlineage.airflow to airflow.providers.openlineage but should work both ways

> ‱ Do we have any code samples/docs of setting up the integration to emit input/output datasets for non supported Operators like PythonOperator?
Our experience with that is currently lacking - this means, it works like in bare airflow, if you annotate your PythonOperator tasks with old Airflow lineage like in this doc.

We want to make this experience better - by doing few things
‱ instrumenting hooks, then collecting lineage from them
‱ integration with AIP-48 datasets
‱ allowing to emit lineage collected inside Airflow task by other means, by providing core Airflow API for that
All those things require changing core Airflow in a couple of ways:
‱ tracking which hooks were used during PythonOperator execution
‱ just being able to emit datasets (airflow inlets/outlets) from inside of a task - they are now a static thing, so if you try that it does not work
‱ providing better API for emitting that lineage, preferably based on OpenLineage itself rather than us having to convert that later.
As this requires core Airflow changes, it won’t be live until Airflow 2.8 at the earliest.

thanks to @Maciej Obuchowski for this response
Jason YipThursday, September 21st, 2023 at 6:36:17 PM GMT-04:00
I am using this accelerator that leverages OpenLineage on Databricks to publish lineage info to Purview, but it's using a rather old version of OpenLineage aka 0.18, anybody has tried it on a newer version of OpenLineage? I am facing some issues with the inputs and outputs for the same object is having different json
https://github.com/microsoft/Purview-ADB-Lineage-Solution-Accelerator/
✅1
Jason YipThursday, September 21st, 2023 at 9:51:41 PM GMT-04:00
I installed 1.2.2 on Databricks, followed the below init script: https://github.com/OpenLineage/OpenLineage/blob/main/integration/spark/databricks/open-lineage-init-script.sh

my cluster config looks like this:

spark.openlineage.version v1
spark.openlineage.namespace adb-5445974573286168.8#default
spark.openlineage.endpoint v1/lineage
spark.openlineage.url.param.code 8kZl0bo2TJfnbpFxBv-R2v7xBDj-PgWMol3yUm5iP1vaAzFu9kIZGg==
spark.openlineage.url https://f77b-50-35-69-138.ngrok-free.app

But it is not calling the API, it works fine with 0.18 version
✅1
Jason YipThursday, September 21st, 2023 at 11:16:10 PM GMT-04:00
I am attaching the log4j, there is no openlineagecontext
✅1
Jason YipThursday, September 21st, 2023 at 11:47:22 PM GMT-04:00
this issue is resolved, solution can be found here: https://openlineage.slack.com/archives/C01CK9T7HKR/p1691592987038929
Harel SheinMonday, September 25th, 2023 at 8:59:10 AM GMT-04:00
We were all out at Airflow Summit last week, so apologies for the delayed response. Glad you were able to resolve the issue!
Sangeeta MishraMonday, September 25th, 2023 at 5:11:50 AM GMT-04:00
@here I'm presently addressing a particular scenario that pertains to Openlineage authentication, specifically involving the use of an access key and secret.

I've implemented a custom token provider called AccessKeySecretKeyTokenProvider, which extends the TokenProvider class. This token provider communicates with another service, obtaining a token and an expiration time based on the provided access key, secret, and client ID.

My goal is to retain this token in a cache prior to its expiration, thereby eliminating the need for network calls to the third-party service. Is it possible without relying on an external caching system.
Harel SheinMonday, September 25th, 2023 at 8:56:53 AM GMT-04:00
Hey @Sangeeta Mishra, I’m not sure that I fully understand your question here. What do you mean by OpenLineage authentication?
What are you using to generate OL events? What’s your OL receiving backend?
Sangeeta MishraMonday, September 25th, 2023 at 9:04:33 AM GMT-04:00
Hey @Harel Shein,
I wanted to clarify the previous message. I apologize for any confusion. When I mentioned "OpenLineage authentication," I was actually referring to the authentication process for the OpenLineage backend, specifically using HTTP transport. This involves using my custom token provider, which utilizes access keys and secrets for authentication. The OL backend is http based backend . I hope this clears things up!
Harel SheinMonday, September 25th, 2023 at 9:05:12 AM GMT-04:00
Are you using Marquez?
Sangeeta MishraMonday, September 25th, 2023 at 9:05:55 AM GMT-04:00
We are trying to leverage our own backend here.
Harel SheinMonday, September 25th, 2023 at 9:07:03 AM GMT-04:00
I see.. I’m not sure the OpenLineage community could help here. Which webserver framework are you using?
Sangeeta MishraMonday, September 25th, 2023 at 9:08:56 AM GMT-04:00
KTOR framework
Sangeeta MishraMonday, September 25th, 2023 at 9:15:33 AM GMT-04:00
Our backend authentication operates based on either a pair of keys or a single bearer token, with a limited time of expiry. Hence, wanted to cache this information inside the token provider.
Harel SheinMonday, September 25th, 2023 at 9:26:57 AM GMT-04:00
I see, I would ask this question here https://ktor.io/support/
Sangeeta MishraMonday, September 25th, 2023 at 10:12:52 AM GMT-04:00
Thank you
PaweƂ LeszczyƄskiTuesday, September 26th, 2023 at 4:13:20 AM GMT-04:00
@Sangeeta Mishra which openlineage client are you using: java or python?
Sangeeta MishraTuesday, September 26th, 2023 at 4:19:53 AM GMT-04:00
@PaweƂ LeszczyƄski I am using python client
Suraj GuptaMonday, September 25th, 2023 at 1:36:25 PM GMT-04:00
I'm using the Spark OpenLineage integration. In the outputStatistics output dataset facet we receive rowCount and size.
The Job performs a SQL insert into a MySQL table and I'm receiving the size as 0.
{
-  "outputStatistics":
-  {
-    "_producer": "<https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark>",
-    "_schemaURL": "<https://openlineage.io/spec/facets/1-0-0/OutputStatisticsOutputDatasetFacet.json#/$defs/OutputStatisticsOutputDatasetFacet>",
-    "rowCount": 1,
-    "size": 0
-   }
-}

I'm not sure what the size means here. Does this mean number of bytes inserted/updated?
Also, do we have any documentation for Spark specific Job and Run facets?
PaweƂ LeszczyƄskiWednesday, September 27th, 2023 at 9:56:00 AM GMT-04:00
I am not sure it's stated in the doc. Here's the list of spark facets schemas: https://github.com/OpenLineage/OpenLineage/tree/main/integration/spark/shared/facets/spark/v1
Guntaka Jeevan PaulTuesday, September 26th, 2023 at 12:51:30 AM GMT-04:00
@here In Airflow Integration we send across a lineage Event for Dag start and complete, but that is not the case with spark integration
we don’t receive any event for the application start and complete in spark
is this expected behaviour or am i missing something?
➕1
PaweƂ LeszczyƄskiWednesday, September 27th, 2023 at 9:47:39 AM GMT-04:00
For spark we do send start and complete for each spark action being run (single operation that causes spark processing being run). However, it is difficult for us to know if we're dealing with the last action within spark job or a spark script.
PaweƂ LeszczyƄskiWednesday, September 27th, 2023 at 9:49:35 AM GMT-04:00
I think we need to look deeper into that as there is reoccuring need to capture such information
PaweƂ LeszczyƄskiWednesday, September 27th, 2023 at 9:49:57 AM GMT-04:00
and spark listener event has methods like onApplicationStart and onApplicationEnd
Guntaka Jeevan PaulWednesday, September 27th, 2023 at 9:50:13 AM GMT-04:00
We are using the SparkListener, which has a function called OnApplicationStart which gets called whenever a spark application starts, so i was thinking why cant we send one at start and simlarly at end as well
PaweƂ LeszczyƄskiWednesday, September 27th, 2023 at 9:50:33 AM GMT-04:00
additionally, we would like to have a concept of a parent run for a spark job which aggregates all actions run within a single spark job context
Guntaka Jeevan PaulWednesday, September 27th, 2023 at 9:51:11 AM GMT-04:00
yeah exactly. the way that it works with airflow integration
PaweƂ LeszczyƄskiWednesday, September 27th, 2023 at 9:51:26 AM GMT-04:00
PaweƂ LeszczyƄskiWednesday, September 27th, 2023 at 9:52:08 AM GMT-04:00
what you can is: come to our monthly Openlineage open meetings and raise that issue and convince the community about its importance
Guntaka Jeevan PaulWednesday, September 27th, 2023 at 9:53:32 AM GMT-04:00
yeah sure would love to do that
how can i join them, will that be posted here in this slack channel?
Michael RobinsonWednesday, September 27th, 2023 at 9:54:08 AM GMT-04:00
Hi, you can see the schedule and RSVP here: https://openlineage.io/community
🙌1
1
Michael RobinsonWednesday, September 27th, 2023 at 11:19:16 AM GMT-04:00
Meetup recap: Toronto Meetup @ Airflow Summit, September 18, 2023
It was great to see so many members of our community at this event! I counted 32 total attendees, with all but a handful being first-timers.
Topics included:
‱ Presentation on the history, architecture and roadmap of the project by @Julien Le Dem and @Harel Shein
‱ Discussion of OpenLineage support in Marquez by @Willy Lulciuc
‱ Presentation by Ye Liu and Ivan Perepelitca from Metaphor, the social platform for data, about their integration
‱ Presentation by @PaweƂ LeszczyƄski about the Spark integration
‱ Presentation by @Maciej Obuchowski about the Apache Airflow Provider
Thanks to all the presenters and attendees with a shout out to @Harel Shein for the help with organizing and day-of logistics, @Jakub DardziƄski for the help with set up/clean up, and @Sheeri Cabral (Collibra) for the crucial assist with the signup sheet.
This was our first meetup in Toronto, and we learned some valuable lessons about planning events in new cities — the first and foremost being to ask for a pic of the building! 🙂 But it seemed like folks were undeterred, and the space itself lived up to expectations.
For a recording and clips from the meetup, head over to our YouTube channel.
Upcoming events:
‱ October 5th in San Francisco: Marquez Meetup @ Astronomer (sign up here)
‱ November: Warsaw meetup (details, date TBA)
‱ January: London meetup (details, date TBA)
Are you interested in hosting or co-hosting an OpenLineage or Marquez meetup? DM me!
🙌3
❀6
🚀2
😅1
✅1
Michael RobinsonWednesday, September 27th, 2023 at 11:55:47 AM GMT-04:00
A few more pics:
Damien HawesWednesday, September 27th, 2023 at 12:23:05 PM GMT-04:00
Hi folks, am I correct in my observations that the Spark integration does not generate inputs and outputs for Kafka-to-Kafka pipelines?

EDIT: Removed the crazy wall of text. Relevant GitHub issue is here.
👀1
PaweƂ LeszczyƄskiThursday, September 28th, 2023 at 2:42:18 AM GMT-04:00
responded within the issue
Erik AlfthanThursday, September 28th, 2023 at 2:40:40 AM GMT-04:00
Hello community
First time poster - bear with me :)

I am looking to make a minor PR on the airflow integration (fixing github #2130), and the code change is easy enough, but I fail to install the python environment. I have tried the simple ones
OpenLineage/integration/airflow &gt; pip install -e .
or
OpenLineage/integration/airflow &gt; pip install -r dev-requirements.txt
but they both fail on
ERROR: No matching distribution found for openlineage-sql==1.3.0

(which I think is an unreleased version in the git project)

How would I go about to install the requirements?

//Erik

PS. Sorry for posting this in general if there is a specific integration or contribution channel - I didnt find a better channel
PaweƂ LeszczyƄskiThursday, September 28th, 2023 at 3:04:48 AM GMT-04:00
Hi @Erik Alfthan, the channel is totally OK. I am not airflow integration expert, but what it looks to me, you're missing openlineage-sql library, which is a rust library used to extract lineage from sql queries. This is how we do that in circle ci:
https://app.circleci.com/pipelines/github/OpenLineage/OpenLineage/8080/workflows/aba53369-836c-48f5-a2dd-51bc0740a31c/jobs/140113

and subproject page with build instructions: https://github.com/OpenLineage/OpenLineage/tree/main/integration/sql
Erik AlfthanThursday, September 28th, 2023 at 3:07:23 AM GMT-04:00
Ok, so I go and "manually" build the internal dependency so that it becomes available in the pip cache?

I was hoping for something more automagical, but that should work
PaweƂ LeszczyƄskiThursday, September 28th, 2023 at 3:08:06 AM GMT-04:00
I think so. @Jakub DardziƄski am I right?
Jakub DardziƄskiThursday, September 28th, 2023 at 3:18:27 AM GMT-04:00
https://openlineage.io/docs/development/developing/python/setup
there’s a guide how to setup the dev environment

> Typically, you first need to build openlineage-sql locally (see README). After each release you have to repeat this step in order to bump local version of the package.
This might be somewhat exposed more in GitHub repository README as well
Erik AlfthanThursday, September 28th, 2023 at 3:27:20 AM GMT-04:00
It didnt find the wheel in the cache, but if I used the line in the sql/README.md
pip install openlineage-sql --no-index --find-links ../target/wheels --force-reinstall
It is installed and thus skipped/passed when pip later checks if it needs to be installed.

Now I have a second issue because it is expecting me to have mysqlclient-2.2.0 which seems to need a binary
Command 'pkg-config --exists mysqlclient' returned non-zero exit status 127
and
Command 'pkg-config --exists mariadb' returned non-zero exit status 127
I am on Ubuntu 22.04 in WSL2. Should I go to apt and grab me a mysql client?
Jakub DardziƄskiThursday, September 28th, 2023 at 3:31:52 AM GMT-04:00
> It didnt find the wheel in the cache, but if I used the line in the sql/README.md
> pip install openlineage-sql --no-index --find-links ../target/wheels --force-reinstall
> It is installed and thus skipped/passed when pip later checks if it needs to be installed.
That’s actually expected. You should build new wheel locally and then install it.

> Now I have a second issue because it is expecting me to have mysqlclient-2.2.0 which seems to need a binary
> Command 'pkg-config --exists mysqlclient' returned non-zero exit status 127
> and
> Command 'pkg-config --exists mariadb' returned non-zero exit status 127
> I am on Ubuntu 22.04 in WSL2. Should I go to apt and grab me a mysql client?
We’ve left some system specific configuration, e.g. mysqlclient, to users as it’s a bit aside from OpenLineage and more of general development task.

probably
sudo apt-get install python3-dev default-libmysqlclient-dev build-essential 

should work
Erik AlfthanThursday, September 28th, 2023 at 3:32:04 AM GMT-04:00
I just realized that I should probably skip setting up my wsl and just run the tests in the docker setup you prepared
Jakub DardziƄskiThursday, September 28th, 2023 at 3:35:46 AM GMT-04:00
You could do that as well but if you want to test your changes vs many Airflow versions that wouldn’t be possible I think (run them with tox btw)
Erik AlfthanThursday, September 28th, 2023 at 4:54:39 AM GMT-04:00
This is starting to feel like a rabbit hole 😞

When I run tox, I get a lot of build errors
‱ client needs to be built
‱ sql needs to be built to a different target than its readme says
‱ a lot of builds fail on cython_sources
Jakub DardziƄskiThursday, September 28th, 2023 at 5:19:34 AM GMT-04:00
would you like to share some exact log lines? I’ve never seen such errors, they probably are system specific
Erik AlfthanThursday, September 28th, 2023 at 6:45:48 AM GMT-04:00
Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─&gt; [62 lines of output]
/tmp/pip-build-env-q1pay0xo/overlay/lib/python3.10/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in setup.cfg` - !! - - ** - The licensefile parameter is deprecated, use licensefiles instead. - - By 2023-Oct-30, you need to update your project and remove deprecated calls - or your builds will no longer be supported. - - See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. - ** - - !! - parsed = self.parsers.get(option_name, lambda x: x)(value) - running egg_info - writing lib3/PyYAML.egg-info/PKG-INFO - writing dependency_links to lib3/PyYAML.egg-info/dependency_links.txt - writing top-level names to lib3/PyYAML.egg-info/top_level.txt - Traceback (most recent call last): - File "/home/obr_erikal/projects/OpenLineage/integration/airflow/.tox/py3-airflow-2.1.4/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module> - main() - File "/home/obr_erikal/projects/OpenLineage/integration/airflow/.tox/py3-airflow-2.1.4/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main - json_out['return_val'] = hook(**hook_input['kwargs']) - File "/home/obr_erikal/projects/OpenLineage/integration/airflow/.tox/py3-airflow-2.1.4/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 118, in get_requires_for_build_wheel - return hook(config_settings) - File "/tmp/pip-build-env-q1pay0xo/overlay/lib/python3.10/site-packages/setuptools/build_meta.py", line 355, in get_requires_for_build_wheel - return self._get_build_requires(config_settings, requirements=['wheel']) - File "/tmp/pip-build-env-q1pay0xo/overlay/lib/python3.10/site-packages/setuptools/build_meta.py", line 325, in _get_build_requires - self.run_setup() - File "/tmp/pip-build-env-q1pay0xo/overlay/lib/python3.10/site-packages/setuptools/build_meta.py", line 341, in run_setup - exec(code, locals()) - File "<string>", line 271, in <module> - File "/tmp/pip-build-env-q1pay0xo/overlay/lib/python3.10/site-packages/setuptools/__init.py", line 103, in setup - return distutils.core.setup(**attrs) - File "/tmp/pip-build-env-q1pay0xo/overlay/lib/python3.10/site-packages/setuptools/distutils/core.py", line 185, in setup - return runcommands(dist) - File "/tmp/pip-build-env-q1pay0xo/overlay/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 201, in run_commands - dist.run_commands() - File "/tmp/pip-build-env-q1pay0xo/overlay/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands - self.run_command(cmd) - File "/tmp/pip-build-env-q1pay0xo/overlay/lib/python3.10/site-packages/setuptools/dist.py", line 989, in run_command - super().run_command(command) - File "/tmp/pip-build-env-q1pay0xo/overlay/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 988, in run_command - cmd_obj.run() - File "/tmp/pip-build-env-q1pay0xo/overlay/lib/python3.10/site-packages/setuptools/command/egg_info.py", line 318, in run - self.find_sources() - File "/tmp/pip-build-env-q1pay0xo/overlay/lib/python3.10/site-packages/setuptools/command/egg_info.py", line 326, in find_sources - mm.run() - File "/tmp/pip-build-env-q1pay0xo/overlay/lib/python3.10/site-packages/setuptools/command/egg_info.py", line 548, in run - self.add_defaults() - File "/tmp/pip-build-env-q1pay0xo/overlay/lib/python3.10/site-packages/setuptools/command/egg_info.py", line 586, in add_defaults - sdist.add_defaults(self) - File "/tmp/pip-build-env-q1pay0xo/overlay/lib/python3.10/site-packages/setuptools/command/sdist.py", line 113, in add_defaults - super().add_defaults() - File "/tmp/pip-build-env-q1pay0xo/overlay/lib/python3.10/site-packages/setuptools/_distutils/command/sdist.py", line 251, in add_defaults - self._add_defaults_ext() - File "/tmp/pip-build-env-q1pay0xo/overlay/lib/python3.10/site-packages/setuptools/_distutils/command/sdist.py", line 336, in _add_defaults_ext - self.filelist.extend(build_ext.get_source_files()) - File "<string>", line 201, in get_source_files - File "/tmp/pip-build-env-q1pay0xo/overlay/lib/python3.10/site-packages/setuptools/_distutils/cmd.py", line 107, in __getattr - raise AttributeError(attr) - AttributeError: cython_sources - [end of output] - -note: This error originates from a subprocess, and is likely not a problem with pip. -py3-airflow-2.1.4: exit 1 (7.85 seconds) /home/obr_erikal/projects/OpenLineage/integration/airflow> python -m pip install --find-links target/wheels/ --find-links ../sql/iface-py/target/wheels --use-deprecated=legacy-resolver --constraint=https://raw.githubusercontent.com/apache/airflow/constraints-2.1.4/constraints-3.8.txt apache-airflow==2.1.4 'mypy>=0.9.6' pytest pytest-mock -r dev-requirements.txt pid=368621 -py3-airflow-2.1.4: FAIL ✖ in 7.92 seconds`
Erik AlfthanThursday, September 28th, 2023 at 6:53:54 AM GMT-04:00
Then, for the actual error in my PR: Evidently you are not using isort, so what linter/fixer should I use for imports?
Jakub DardziƄskiThursday, September 28th, 2023 at 6:58:15 AM GMT-04:00
for the error - I think there’s a mistake in the docs. Could you please run maturin build --out target/wheels as a temp solution?
👀1
Jakub DardziƄskiThursday, September 28th, 2023 at 6:58:57 AM GMT-04:00
we’re using ruff , tox runs it as one of commands
Erik AlfthanThursday, September 28th, 2023 at 7:00:37 AM GMT-04:00
Not in the airflow folder?
OpenLineage/integration/airflow$ maturin build --out target/wheels
:boom: maturin failed
Caused by: pyproject.toml at /home/obr_erikal/projects/OpenLineage/integration/airflow/pyproject.toml is invalid
Caused by: TOML parse error at line 1, column 1
|
1 | [tool.ruff]
| ^
missing field build-system``
Jakub DardziƄskiThursday, September 28th, 2023 at 7:02:32 AM GMT-04:00
I meant change here https://github.com/OpenLineage/OpenLineage/blob/main/integration/sql/README.md

so
cd iface-py
-python -m pip install maturin
-maturin build --out ../target/wheels

becomes
cd iface-py
-python -m pip install maturin
-maturin build --out target/wheels

tox runs
install_command = python -m pip install {opts} --find-links target/wheels/ \
-    --find-links ../sql/iface-py/target/wheels

but it should be
install_command = python -m pip install {opts} --find-links target/wheels/ \
-    --find-links ../sql/target/wheels

actually and I’m posting PR to fix that
Erik AlfthanThursday, September 28th, 2023 at 7:05:12 AM GMT-04:00
yes, that part I actually worked out myself, but the cython_sources error I fail to understand cause. I have python3-dev installed on WSL Ubuntu with python version 3.10.12 in a virtualenv. Anything in that that could cause issues?
Jakub DardziƄskiThursday, September 28th, 2023 at 7:12:20 AM GMT-04:00
looks like it has something to do with latest release of Cython?
pip install "Cython&lt;3" maybe solves the issue?
Erik AlfthanThursday, September 28th, 2023 at 7:15:06 AM GMT-04:00
I didnt have any cython before the install. Also no change. Could it be some update to setuptools itself? seems like the depreciation notice and the error is coming from inside setuptools
Erik AlfthanThursday, September 28th, 2023 at 7:16:59 AM GMT-04:00
(I.e. I tried the pip install "Cython&lt;3" command without any change in the output )
Erik AlfthanThursday, September 28th, 2023 at 7:20:30 AM GMT-04:00
Applying ruff lint on the converter.py file fixed the issue on the PR though so unless you have any feedback on the change itself, I will set it up on my own computer later instead (right now doing changes on behalf of a client on the clients computer)

If the issue persists on my own computer, I'll dig a bit further
Jakub DardziƄskiThursday, September 28th, 2023 at 7:21:03 AM GMT-04:00
It’s a bit hard for me to find the root cause as I cannot reproduce this locally and CI works fine as well
Erik AlfthanThursday, September 28th, 2023 at 7:22:41 AM GMT-04:00
Yeah, I am thinking that if I run into the same problem "at home", I might find it worthwhile to understand the issue. Right now, the client only wants the fix.
👍1
Erik AlfthanThursday, September 28th, 2023 at 7:25:10 AM GMT-04:00
Is there an official release cycle?

or more specific, given that the PRs are approved, how soon can they reach openlineage-dbt and apache-airflow-providers-openlineage ?
Jakub DardziƄskiThursday, September 28th, 2023 at 7:28:58 AM GMT-04:00
we need to differentiate some things:
1. OpenLineage repository:
a. dbt integration - this is the only place where it is maintained
b. Airflow integration - here we only keep backwards compatibility but generally speaking starting from Airflow 2.7+ we would like to do all the job in Airflow repo as OL Airflow provider
2. Airflow repository - there’s only Airflow Openlineage provider compatible (and works best) with Airflow 2.7+

we have control over releases (obviously) in OL repo - it’s monthly cycle so beginning next week that should happen. There’s also a possibility to ask for ad-hoc release in #general slack channel and with approvals of committers the new version is also released


For Airflow providers - the cycle is monthly as well
Jakub DardziƄskiThursday, September 28th, 2023 at 7:31:30 AM GMT-04:00
it’s a bit complex for this split but needed temporarily
Erik AlfthanThursday, September 28th, 2023 at 7:31:47 AM GMT-04:00
oh, I did the fix in the wrong place! The client is on airflow 2.7 and is using the provider. Is it syncing?
Jakub DardziƄskiThursday, September 28th, 2023 at 7:32:28 AM GMT-04:00
it’s not, two separate places and we haven’t even added the whole thing with converting old lineage objects to OL specific

editing, that’s not true
Jakub DardziƄskiThursday, September 28th, 2023 at 7:34:40 AM GMT-04:00
Jakub DardziƄskiThursday, September 28th, 2023 at 7:35:17 AM GMT-04:00
sorry I did not mention this earlier. we definitely need to add some guidance how to proceed with contributions to OL and Airflow OL provider
Erik AlfthanThursday, September 28th, 2023 at 7:36:10 AM GMT-04:00
anyway, the dbt fix is the blocking issue, so if that parts comes next week, there is no real urgency in getting the columns. It is a nice to have for our ingest parquet files.
Jakub DardziƄskiThursday, September 28th, 2023 at 7:37:12 AM GMT-04:00
may I ask if you use some custom operator / python operator there?
Erik AlfthanThursday, September 28th, 2023 at 7:37:33 AM GMT-04:00
yeah, taskflow with inlets/outlets
Erik AlfthanThursday, September 28th, 2023 at 7:38:38 AM GMT-04:00
so we extract from sources and use pyarrow to create parquet files in storage that an mssql-server can use as external tables
Jakub DardziƄskiThursday, September 28th, 2023 at 7:39:54 AM GMT-04:00
awesome 👍
we have plans to integrate more with Python operator as well but not earlier than in Airflow 2.8
Erik AlfthanThursday, September 28th, 2023 at 7:43:41 AM GMT-04:00
I guess writing a generic extractor for the python operator is quite hard, but if you could support some inlet/outlet type for tabular fileformat / their python libraries like pyarrow or maybe even pandas and document it, I think a lot of people would understand how to use them
➕1
Michael RobinsonThursday, September 28th, 2023 at 4:16:24 PM GMT-04:00
Are you located in the Brussels area or within commutable distance? Interested in attending a meetup between October 16-20? If so, please DM @Sheeri Cabral (Collibra) or myself. TIA
❀1
Michael RobinsonMonday, October 2nd, 2023 at 11:58:32 AM GMT-04:00
@channel
Hello all, I’d like to open a vote to release OpenLineage 1.3.0, including:
‱ support for Spark 3.5 in the Spark integration
‱ scheme preservation bug fix in the Spark integration
‱ find-links path in tox bug in the Airflow integration fix
‱ more graceful logging when no OL provider is installed in the Airflow integration
‱ columns as schema facet for airflow.lineage.Table addition
‱ SQLSERVER to supported dbt profile types addition
Three +1s from committers will authorize. Thanks in advance.
🙌3
👍2
➕4
Michael RobinsonMonday, October 2nd, 2023 at 5:00:08 PM GMT-04:00
Thanks all. The release is authorized and will be initiated within 2 business days.
Jason YipMonday, October 2nd, 2023 at 5:11:46 PM GMT-04:00
looking forward to that, I am seeing inconsistent results in Databricks for Spark 3.4+, sometimes there's no inputs / outputs, hope that is fixed?
Harel SheinTuesday, October 3rd, 2023 at 9:59:24 AM GMT-04:00
@Jason Yip if it isn’t fixed for you, would love it if you could open up an issue that will allow us to reproduce and fix
👍1
Jason YipTuesday, October 3rd, 2023 at 8:23:40 PM GMT-04:00
@Harel Shein the issue still exists -> Spark 3.4 and above, including 3.5, saveAsTable and create table won't have inputs and outputs in Databricks
Jason YipTuesday, October 3rd, 2023 at 8:30:15 PM GMT-04:00
Jason YipTuesday, October 3rd, 2023 at 8:30:21 PM GMT-04:00
and of course this issue still exists
Harel SheinTuesday, October 3rd, 2023 at 9:45:09 PM GMT-04:00
thanks for posting, we’ll continue looking into this.. if you find any clues that might help, please let us know.
Jason YipTuesday, October 3rd, 2023 at 9:46:27 PM GMT-04:00
is there any instructions on how to hook up a debugger to OL?
Harel SheinWednesday, October 4th, 2023 at 9:04:16 AM GMT-04:00
@PaweƂ LeszczyƄski has been working on adding a debug facet, but more suggestions are more than welcome!
Harel SheinWednesday, October 4th, 2023 at 9:05:58 AM GMT-04:00
👀1
👍1
Jason YipThursday, October 5th, 2023 at 3:20:11 AM GMT-04:00
@PaweƂ LeszczyƄski do you have a build for the PR? Appreciated!
Harel SheinThursday, October 5th, 2023 at 3:05:08 PM GMT-04:00
we’ll ask for a release once it’s reviewed and merged
Michael RobinsonMonday, October 2nd, 2023 at 12:28:28 PM GMT-04:00
@channel
The September issue of OpenLineage News is here! This issue covers the big news about OpenLineage coming out of Airflow Summit, progress on the Airflow Provider, highlights from our meetup in Toronto, and much more.
To get the newsletter directly in your inbox each month, sign up here.
🩆2
đŸ”„3
Damien HawesTuesday, October 3rd, 2023 at 3:44:36 AM GMT-04:00
Hi folks - I'm wondering if its just me, but does io.openlineage:openlineage-sql-java:1.2.2 ship with the arm64.dylib binary? When i try and run code that uses the Java package on an Apple M1, the binary isn't found, The workaround is to checkout 1.2.2 and then build and publish it locally.
PaweƂ LeszczyƄskiTuesday, October 3rd, 2023 at 9:01:38 AM GMT-04:00
Not sure if I follow your question. Whenever OL is released, there is a script new-version.sh - https://github.com/OpenLineage/OpenLineage/blob/main/new-version.sh being run and modify the codebase.

So, If you pull the code, it contains OL version that has not been released yet and in case of dependencies, one need to build them on their own.

For example, here https://github.com/OpenLineage/OpenLineage/tree/main/integration/spark#preparation Preparation section describes how to build openlineage-java and openlineage-sql in order to build openlineage-spark.
Damien HawesWednesday, October 4th, 2023 at 5:27:26 AM GMT-04:00
Hmm. Let's elaborate my use case a bit.

We run Apache Hive on-premise. Hive provides query execution hooks for pre-query, post-query, and I think failed query.

Any way, as part of the hook, you're given the query string.

So I, naturally, tried to pass the query string into OpenLineageSql.parse(Collections.singletonList(hookContext.getQueryPlan().getQueryStr()), "hive") in order to test this out.

I was using openlineage-sql-java:1.2.2 at that time, and no matter what query string I gave it, nothing was returned.

I then stepped through the code and noticed that it was looking for the arm64 lib, and I noticed that that package (downloaded from maven central) lacked that particular native binary.
Damien HawesWednesday, October 4th, 2023 at 5:27:36 AM GMT-04:00
I hope that helps.
👍1
PaweƂ LeszczyƄskiWednesday, October 4th, 2023 at 9:03:02 AM GMT-04:00
I get in now. In Circle CI we do have 3 build steps:
            - build-integration-sql-x86
-            - build-integration-sql-arm
-            - build-integration-sql-macos

but no mac m1. I think at that time circle CI did not have a proper resource class in free plan. Additionally, @Maciej Obuchowski would prefer to migrate this to github actions as he claims this can be achieved there in a cleaner way (https://github.com/OpenLineage/OpenLineage/issues/1624).

Feel free to create an issue for this. Others would be able to upvote it in case they have similar experience.
Maciej ObuchowskiMonday, October 23rd, 2023 at 11:56:12 AM GMT-04:00
It doesn't have the free resource class still 😞
We're blocked on that unfortunately. Other solution would be to migrate to GH actions, where most of our solution could be replaced by something like that https://github.com/PyO3/maturin-action
Michael RobinsonTuesday, October 3rd, 2023 at 10:56:03 AM GMT-04:00
@channel
We released OpenLineage 1.3.1!
Added:
‱ Airflow: add some basic stats to the Airflow integration #1845 @harels
‱ Airflow: add columns as schema facet for airflow.lineage.Table (if defined) #2138 @erikalfthan
‱ DBT: add SQLSERVER to supported dbt profile types #2136 @erikalfthan
‱ Spark: support for latest 3.5 #2118 @pawel-big-lebowski
Fixed:
‱ Airflow: fix find-links path in tox #2139 @JDarDagran
‱ Airflow: add more graceful logging when no OpenLineage provider installed #2141 @JDarDagran
‱ Spark: fix bug in PathUtils’ prepareDatasetIdentifierFromDefaultTablePath (CatalogTable) to correctly preserve scheme from CatalogTable’s location #2142 @d-m-h
Thanks to all the contributors, including new contributor @Erik Alfthan!
Release: https://github.com/OpenLineage/OpenLineage/releases/tag/1.3.1
Changelog: https://github.com/OpenLineage/OpenLineage/blob/main/CHANGELOG.md
Commit history: https://github.com/OpenLineage/OpenLineage/compare/1.2.2...1.3.1
Maven: https://oss.sonatype.org/#nexus-search;quick~openlineage
PyPI: https://pypi.org/project/openlineage-python/
👍4
🎉1
Mars LanWednesday, October 4th, 2023 at 7:42:59 AM GMT-04:00
Any chance we can do a 1.3.2 soonish to include https://github.com/OpenLineage/OpenLineage/pull/2151 instead of waiting for the next monthly release?
Matthew ParasTuesday, October 3rd, 2023 at 12:34:57 PM GMT-04:00
Hey everyone - does anyone have a good mechanism for alerting on issues with open lineage? For example, maybe alerting when an event times out - perhaps to prometheus or some other kind of generic endpoint? Not sure the best approach here (if the meta inf extension would be able to achieve it)
PaweƂ LeszczyƄskiWednesday, October 4th, 2023 at 3:01:02 AM GMT-04:00
That's a great usecase for OpenLineage. Unfortunately, we don't have any doc or recomendation on that.

I would try using FluentD proxy we have (https://github.com/OpenLineage/OpenLineage/tree/main/proxy/fluentd) to copy event stream (alerting is just one of usecases for lineage events) and write fluentd plugin to send it asynchronously further to alerting service like PagerDuty.

It looks cool to me but I never had enough time to test this approach.
👍1
Julien Le DemTuesday, October 3rd, 2023 at 8:33:35 PM GMT-04:00
I have cleaned up the registry proposal.
https://docs.google.com/document/d/1zIxKST59q3I6ws896M4GkUn7IsueLw8ejct5E-TR0vY/edit
In particular:
‱ I clarified that option 2 is preferred at this point.
‱ I moved discussion notes to the bottom. they will go away at some point
‱ Once it is stable, I’ll create a proposal with the preferred option.
‱ we need a good proposal for the core facets prefix. My suggestion is to move core facets to core in the registry. The drawback is prefix would be inconsistent.
Michael RobinsonThursday, October 5th, 2023 at 2:44:14 PM GMT-04:00
@channel
This month’s TSC meeting is next Thursday the 12th at 10am PT. On the tentative agenda:
‱ announcements
‱ recent releases
‱ Airflow Summit recap
‱ tutorial: migrating to the Airflow Provider
‱ discussion topic: observability for OpenLineage/Marquez
‱ open discussion
‱ more (TBA)
More info and the meeting link can be found on the website. All are welcome! Do you have a discussion topic, use case or integration you’d like to demo? DM me to be added to the agenda.
👀3
Julien Le DemThursday, October 5th, 2023 at 5:34:12 PM GMT-04:00
I have created a ticket to make this easier to find. Once I get more feedback I’ll turn it into a md file in the repo: https://docs.google.com/document/d/1zIxKST59q3I6ws896M4GkUn7IsueLw8ejct5E-TR0vY/edit#heading=h.enpbmvu7n8gu
https://github.com/OpenLineage/OpenLineage/issues/2161
Julien Le DemThursday, October 5th, 2023 at 8:40:40 PM GMT-04:00
🎉2
Mars LanFriday, October 6th, 2023 at 7:19:01 AM GMT-04:00
@Michael Robinson can we cut a new release to include this change?
‱ https://github.com/OpenLineage/OpenLineage/pull/2151
➕5
Michael RobinsonFriday, October 6th, 2023 at 7:16:02 PM GMT-04:00
Thanks for requesting a release, @Mars Lan. It has been approved and will be initiated within 2 business days of next Monday.
🙏1
Guntaka Jeevan PaulSunday, October 8th, 2023 at 11:59:36 PM GMT-04:00
@here I am trying out the openlineage integration of spark on databricks. There is no event getting emitted from Openlineage, I see logs saying OpenLineage Event Skipped. I am attaching the Notebook that i am trying to run and the cluster logs. Kindly can someone help me on this
Jason YipMonday, October 9th, 2023 at 12:02:10 AM GMT-04:00
from my experience, it will only work on Spark 3.3.x or below, aka Runtime 12.2 or below. Anything above the events will show up once in a blue moon
Guntaka Jeevan PaulMonday, October 9th, 2023 at 12:04:38 AM GMT-04:00
ohh, thanks for the information @Jason Yip, I am trying out with 13.3 Databricks Version and Spark 3.4.1, will try using a below version as you suggested. Any issue tracking this bug @Jason Yip
Jason YipMonday, October 9th, 2023 at 12:06:06 AM GMT-04:00
Guntaka Jeevan PaulMonday, October 9th, 2023 at 12:11:54 AM GMT-04:00
tried with databricks 12.2 --> spark 3.3.2, still the same behaviour no event getting emitted
Jason YipMonday, October 9th, 2023 at 12:12:35 AM GMT-04:00
you can do 11.3, its the most stable one I know
Guntaka Jeevan PaulMonday, October 9th, 2023 at 12:12:46 AM GMT-04:00
sure, let me try that out
Guntaka Jeevan PaulMonday, October 9th, 2023 at 12:31:51 AM GMT-04:00
still the same problem
the jar that i am using is the latest openlineage-spark-1.3.1.jar, do you think that can be the problem
Guntaka Jeevan PaulMonday, October 9th, 2023 at 12:43:59 AM GMT-04:00
tried with openlineage-spark-1.2.2.jar, still the same issue, seems like they are skipping some events
Jason YipMonday, October 9th, 2023 at 1:47:20 AM GMT-04:00
Probably not all events will be captured, I have only tested create tables and jobs
PaweƂ LeszczyƄskiMonday, October 9th, 2023 at 4:31:12 AM GMT-04:00
Hi @Guntaka Jeevan Paul, how did you configure openlineage and what is your job doing?

We do have a bunch of integration tests on Databricks platform available here and they're passing on databricks runtime 13.0.x-scala2.12.

Could you also try running code same as our test does (this one)? If you run it and see OL events, this will make us sure your config is OK and we can continue further debug.

Looking at your spark script: could you save your dataset and see if you still don't see any events?
Guntaka Jeevan PaulMonday, October 9th, 2023 at 5:06:41 AM GMT-04:00
babynames = spark.read.format("csv").option("header", "true").option("inferSchema", "true").load("dbfs:/FileStore/babynames.csv")
-babynames.createOrReplaceTempView("babynames_table")
-years = spark.sql("select distinct(Year) from babynames_table").rdd.map(lambda row : row[0]).collect()
-years.sort()
-dbutils.widgets.dropdown("year", "2014", [str(x) for x in years])
-display(babynames.filter(babynames.Year == dbutils.widgets.get("year")))
Guntaka Jeevan PaulMonday, October 9th, 2023 at 5:08:09 AM GMT-04:00
this is the script that i am running @PaweƂ LeszczyƄski
kindly let me know if i’m doing any mistake. I have added the init script at the cluster level and from the logs i could see that openlineage is configured as i see a log statement
PaweƂ LeszczyƄskiMonday, October 9th, 2023 at 5:10:30 AM GMT-04:00
there's nothing wrong in that script. It's just we decided to limit amount of OL events for jobs that don't write their data anywhere and just do collect operation
PaweƂ LeszczyƄskiMonday, October 9th, 2023 at 5:11:02 AM GMT-04:00
this is also a potential reason why can't you see any events
Guntaka Jeevan PaulMonday, October 9th, 2023 at 5:14:33 AM GMT-04:00
ohh
okk, will try out the test script that you have mentioned above. Kindly correct me if my understanding is correct, so if there are a few transformatiosna nd finally writing somewhere that is where the OL events are expected to be emitted?
PaweƂ LeszczyƄskiMonday, October 9th, 2023 at 5:16:54 AM GMT-04:00
yes. main purpose of the lineage is to track dependencies between the datasets, when a job reads from dataset A and writes to dataset B. In case of databricks notebook, that do show or collect and print some query result on the screen, there may be no reason to track it in the sense of lineage.
Michael RobinsonMonday, October 9th, 2023 at 3:25:14 PM GMT-04:00
@channel
We released OpenLineage 1.4.1!
Additions:
‱ Client: allow setting client’s endpoint via environment variable 2151 @Mars Lan
‱ Flink: expand Iceberg source types 2149 @U05QA2D1XNV
‱ Spark: add debug facet 2147 @PaweƂ LeszczyƄski
‱ Spark: enable Nessie REST catalog 2165 @julwin
Thanks to all the contributors, especially new contributors @U05QA2D1XNV and @julwin!
Release: https://github.com/OpenLineage/OpenLineage/releases/tag/1.4.1
Changelog: https://github.com/OpenLineage/OpenLineage/blob/main/CHANGELOG.md
Commit history: https://github.com/OpenLineage/OpenLineage/compare/1.3.1...1.4.1
Maven: https://oss.sonatype.org/#nexus-search;quick~openlineage
PyPI: https://pypi.org/project/openlineage-python/
👍5
Drew BittenbenderMonday, October 9th, 2023 at 4:55:35 PM GMT-04:00
Hello. I am getting started with OL and Marquez with dbt. I am using dbt-ol. The namespace of the dataset showing up in Marquez is not the namespace I provide using OPENLINEAGE_NAMESPACE. It happens to be the same as the source in Marquez which is the snowflake account uri. It's obviously picking up the other env variable OPENLINEAGE_URL so i am pretty sure its not the environment. Is this expected?
Michael RobinsonMonday, October 9th, 2023 at 6:56:13 PM GMT-04:00
Hi Drew, thank you for using OpenLineage! I don’t know the details of your use case, but I believe this is expected, yes. In general, the dataset namespace is different. Jobs are namespaced separately from datasets, which are namespaced by their containing datasources. This is the case so datasets have the same name regardless of the job writing to them, as datasets are sometimes shared by jobs in different namespaces.
👍1
Jason YipTuesday, October 10th, 2023 at 1:05:11 AM GMT-04:00
Any idea why "environment-properties" is gone in Spark 3.4+ in StartEvent?
Jason YipTuesday, October 10th, 2023 at 8:53:59 PM GMT-04:00
example:

{"environment-properties":{"spark.databricks.clusterUsageTags.clusterName":"<mailto:jason.yip@tredence.com|jason.yip@tredence.com>'s Cluster","spark.databricks.job.runId":"","spark.databricks.job.type":"","spark.databricks.clusterUsageTags.azureSubscriptionId":"a4f54399-8db8-4849-adcc-a42aed1fb97f","spark.databricks.notebook.path":"/Repos/jason.yip@tredence.com/segmentation/01_Data Prep","spark.databricks.clusterUsageTags.clusterOwnerOrgId":"4679476628690204","MountPoints":[{"MountPoint":"/databricks-datasets","Source":"databricks-datasets"},{"MountPoint":"/Volumes","Source":"UnityCatalogVolumes"},{"MountPoint":"/databricks/mlflow-tracking","Source":"databricks/mlflow-tracking"},{"MountPoint":"/databricks-results","Source":"databricks-results"},{"MountPoint":"/databricks/mlflow-registry","Source":"databricks/mlflow-registry"},{"MountPoint":"/Volume","Source":"DbfsReserved"},{"MountPoint":"/volumes","Source":"DbfsReserved"},{"MountPoint":"/","Source":"DatabricksRoot"},{"MountPoint":"/volume","Source":"DbfsReserved"}],"User":"<mailto:jason.yip@tredence.com|jason.yip@tredence.com>","UserId":"4768657035718622","OrgId":"4679476628690204"}}
PaweƂ LeszczyƄskiWednesday, October 11th, 2023 at 3:46:13 AM GMT-04:00
Is this related to any OL version? In OL 1.2.2. we've added extra variable spark.databricks.clusterUsageTags.clusterAllTags to be captured, but this should not break things.

I think we're facing some issues on recent databricks runtime versions. Here is an issue for this: https://github.com/OpenLineage/OpenLineage/issues/2131

Is the problem you describe specific to some databricks runtime versions?
Jason YipWednesday, October 11th, 2023 at 11:17:06 AM GMT-04:00
yes, exactly Spark 3.4+
Jason YipWednesday, October 11th, 2023 at 9:12:27 PM GMT-04:00
Btw I don't understand the code flow entirely, if we are talking about a different classpath only, I see there's Unity Catalog handler in the code and it says it works the same as Delta, but I am not seeing it subclassing Delta. I suppose it will work the same.

I am happy to jump on a call to show you if needed
Jason YipMonday, October 16th, 2023 at 2:58:56 AM GMT-04:00
@PaweƂ LeszczyƄski do you think in Spark 3.4+ only one event would happen?

/**
* We get exact copies of OL events for org.apache.spark.scheduler.SparkListenerJobStart and
* org.apache.spark.sql.execution.ui.SparkListenerSQLExecutionStart. The same happens for end
* events.
*
* @return
*/
private boolean isOnJobStartOrEnd(SparkListenerEvent event) {
return event instanceof SparkListenerJobStart || event instanceof SparkListenerJobEnd;
}
Guntaka Jeevan PaulTuesday, October 10th, 2023 at 11:43:39 PM GMT-04:00
@here i am trying out the databricks spark integration and in one of the events i am getting a openlineage event where the output dataset is having a facet called symlinks , the statement that generated this event is this sql
CREATE TABLE IF NOT EXISTS covid_research.covid_data 
-USING CSV
-LOCATION '<abfss://oltptestdata@jeevanacceldata.dfs.core.windows.net/testdata/johns-hopkins-covid-19-daily-dashboard-cases-by-states.csv>' 
-OPTIONS (header "true", inferSchema "true");

Can someone kindly let me know what this symlinks facet is. i tried seeing the spec but did not get it completely
Jason YipTuesday, October 10th, 2023 at 11:44:53 PM GMT-04:00
I use it to get the table with database name
Guntaka Jeevan PaulTuesday, October 10th, 2023 at 11:47:15 PM GMT-04:00
so can i think it like if there is a synlink, then that table is kind of a reference to the original dataset
Jason YipWednesday, October 11th, 2023 at 1:25:44 AM GMT-04:00
yes
🙌1
Guntaka Jeevan PaulWednesday, October 11th, 2023 at 6:55:58 AM GMT-04:00
@here When i am running this sql as part of a databricks notebook, i am recieving an OL event where i see only an output dataset and there is no input dataset or a symlink facet inside the dataset to map it to the underlying azure storage object. Can anyone kindly help on this
spark.sql(f"CREATE TABLE IF NOT EXISTS covid_research.uscoviddata USING delta LOCATION '<abfss://oltptestdata@jeevanacceldata.dfs.core.windows.net/testdata/modified-delta>'")
-{
-    "eventTime": "2023-10-11T10:47:36.296Z",
-    "producer": "<https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark>",
-    "schemaURL": "<https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunEvent>",
-    "eventType": "COMPLETE",
-    "run": {
-        "runId": "d0f40be9-b921-4c84-ac9f-f14a86c29ff7",
-        "facets": {
-            "spark.logicalPlan": {
-                "_producer": "<https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark>",
-                "_schemaURL": "<https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet>",
-                "plan": [
-                    {
-                        "class": "org.apache.spark.sql.catalyst.plans.logical.CreateTable",
-                        "num-children": 1,
-                        "name": 0,
-                        "tableSchema": [],
-                        "partitioning": [],
-                        "tableSpec": null,
-                        "ignoreIfExists": true
-                    },
-                    {
-                        "class": "org.apache.spark.sql.catalyst.analysis.ResolvedIdentifier",
-                        "num-children": 0,
-                        "catalog": null,
-                        "identifier": null
-                    }
-                ]
-            },
-            "spark_version": {
-                "_producer": "<https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark>",
-                "_schemaURL": "<https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet>",
-                "spark-version": "3.3.0",
-                "openlineage-spark-version": "1.2.2"
-            },
-            "processing_engine": {
-                "_producer": "<https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark>",
-                "_schemaURL": "<https://openlineage.io/spec/facets/1-1-0/ProcessingEngineRunFacet.json#/$defs/ProcessingEngineRunFacet>",
-                "version": "3.3.0",
-                "name": "spark",
-                "openlineageAdapterVersion": "1.2.2"
-            }
-        }
-    },
-    "job": {
-        "namespace": "default",
-        "name": "adb-3942203504488904.4.azuredatabricks.net.create_table.covid_research_db_uscoviddata",
-        "facets": {}
-    },
-    "inputs": [],
-    "outputs": [
-        {
-            "namespace": "dbfs",
-            "name": "/user/hive/warehouse/covid_research.db/uscoviddata",
-            "facets": {
-                "dataSource": {
-                    "_producer": "<https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark>",
-                    "_schemaURL": "<https://openlineage.io/spec/facets/1-0-0/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet>",
-                    "name": "dbfs",
-                    "uri": "dbfs"
-                },
-                "schema": {
-                    "_producer": "<https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark>",
-                    "_schemaURL": "<https://openlineage.io/spec/facets/1-0-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet>",
-                    "fields": []
-                },
-                "storage": {
-                    "_producer": "<https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark>",
-                    "_schemaURL": "<https://openlineage.io/spec/facets/1-0-0/StorageDatasetFacet.json#/$defs/StorageDatasetFacet>",
-                    "storageLayer": "unity",
-                    "fileFormat": "parquet"
-                },
-                "symlinks": {
-                    "_producer": "<https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark>",
-                    "_schemaURL": "<https://openlineage.io/spec/facets/1-0-0/SymlinksDatasetFacet.json#/$defs/SymlinksDatasetFacet>",
-                    "identifiers": [
-                        {
-                            "namespace": "/user/hive/warehouse/covid_research.db",
-                            "name": "covid_research.uscoviddata",
-                            "type": "TABLE"
-                        }
-                    ]
-                },
-                "lifecycleStateChange": {
-                    "_producer": "<https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark>",
-                    "_schemaURL": "<https://openlineage.io/spec/facets/1-0-0/LifecycleStateChangeDatasetFacet.json#/$defs/LifecycleStateChangeDatasetFacet>",
-                    "lifecycleStateChange": "CREATE"
-                }
-            },
-            "outputFacets": {}
-        }
-    ]
-}
Damien HawesWednesday, October 11th, 2023 at 6:57:46 AM GMT-04:00
Hey Guntaka - can I ask you a favour? Can you please stop using @here or @channel - please keep in mind, you're pinging over 1000 people when you use that mention. Its incredibly distracting to have Slack notify me of a message that isn't pertinent to me.
Guntaka Jeevan PaulWednesday, October 11th, 2023 at 6:58:50 AM GMT-04:00
sure noted @Damien Hawes
Damien HawesWednesday, October 11th, 2023 at 6:59:34 AM GMT-04:00
Thank you!
Madhav KakumaniWednesday, October 11th, 2023 at 12:04:24 PM GMT-04:00
Hi @there, I am trying to make API call to get column-lineage information could you please let me know the url construct to retrieve the same? As per the API documentation I am passing the following url to GET column-lineage: http://localhost:5000/api/v1/column-lineage but getting error code:400. Thanks
Willy LulciucThursday, October 12th, 2023 at 1:55:26 PM GMT-04:00
Make sure to provide a dataset field nodeId as a query param in your request. If you’ve seeded Marquez with test metadata, you can use:
curl -XGET "<http://localhost:5002/api/v1/column-lineage?nodeId=datasetField%3Afood_delivery%3Apublic.delivery_7_days%3Acustomer_email>"

You can view the API docs for column lineage here!
Madhav KakumaniTuesday, October 17th, 2023 at 5:57:36 AM GMT-04:00
Thanks Willy. The documentation says 'name space' so i constructed API Like this:
'http://marquez-web:3000/api/v1/column-lineage/nodeId=datasetField:file:/home/jovyan/Downloads/event_attribute.csv:eventType'
but it is still not working 😞
Madhav KakumaniTuesday, October 17th, 2023 at 6:07:06 AM GMT-04:00
nodeId is constructed like this: datasetField:<namespace>:<dataset>:<field name>
Michael RobinsonWednesday, October 11th, 2023 at 1:00:01 PM GMT-04:00
@channel
Friendly reminder: this month’s TSC meeting, open to all, is tomorrow at 10 am PT: https://openlineage.slack.com/archives/C01CK9T7HKR/p1696531454431629
Michael RobinsonWednesday, October 11th, 2023 at 2:26:45 PM GMT-04:00
Newly added discussion topics:
‱ a proposal to add a Registry of Consumers and Producers
‱ a dbt issue to add OpenLineage Dataset names to the Manifest
‱ a proposal to add Dataset support in Spark LogicalPlan Nodes
‱ a proposal to institute a certification process for new integrations
Jason YipThursday, October 12th, 2023 at 3:08:34 PM GMT-04:00
This might be a dumb question, I guess I need to setup local Spark in order for the Spark tests to run successfully?
PaweƂ LeszczyƄskiFriday, October 13th, 2023 at 1:56:19 AM GMT-04:00
Guntaka Jeevan PaulFriday, October 13th, 2023 at 6:41:56 AM GMT-04:00
when trying to install openlineage-java in local via this command --> cd ../../client/java/ && ./gradlew publishToMavenLocal, i am receiving this error
&gt; Task :signMavenJavaPublication FAILED
-
-FAILURE: Build failed with an exception.
-
-* What went wrong:
-Execution failed for task ':signMavenJavaPublication'.
-&gt; Cannot perform signing task ':signMavenJavaPublication' because it has no configured signatory
Jason YipFriday, October 13th, 2023 at 1:35:06 PM GMT-04:00
@PaweƂ LeszczyƄski this is what I am getting
Jason YipFriday, October 13th, 2023 at 1:36:00 PM GMT-04:00
attaching the html
PaweƂ LeszczyƄskiMonday, October 16th, 2023 at 3:02:13 AM GMT-04:00
which java are you using? what is your operation system (is it windows?)?
Jason YipMonday, October 16th, 2023 at 3:35:18 AM GMT-04:00
yes it is Windows, i downloaded java 8 but I can try to build it with Linux subsystem or Mac
Guntaka Jeevan PaulMonday, October 16th, 2023 at 3:35:51 AM GMT-04:00
In my case it is Mac
Jason YipMonday, October 16th, 2023 at 3:56:09 AM GMT-04:00
* Where:
Build file '/mnt/c/Users/jason/Downloads/github/OpenLineage/integration/spark/build.gradle' line: 9

* What went wrong:
An exception occurred applying plugin request [id: 'com.adarshr.test-logger', version: '3.2.0']
> Failed to apply plugin [id 'com.adarshr.test-logger']
> Could not generate a proxy class for class com.adarshr.gradle.testlogger.TestLoggerExtension.

* Try:
Jason YipMonday, October 16th, 2023 at 3:56:23 AM GMT-04:00
tried with Linux subsystem
PaweƂ LeszczyƄskiMonday, October 16th, 2023 at 4:04:29 AM GMT-04:00
we don't have any restrictions for windows builds, however it is something we don't test regularly. 2h ago we did have a successful build on circle CI https://app.circleci.com/pipelines/github/OpenLineage/OpenLineage/8271/workflows/0ec521ae-cd21-444a-bfec-554d101770ea
Jason YipMonday, October 16th, 2023 at 4:13:04 AM GMT-04:00
... 111 more
Caused by: java.lang.ClassNotFoundException: org.gradle.api.provider.HasMultipleValues
... 117 more
Jason YipTuesday, October 17th, 2023 at 12:26:07 AM GMT-04:00
@PaweƂ LeszczyƄski now I am doing gradlew instead of gradle on windows coz Linux one doesn't work. The doc didn't mention about setting up Spark / Hadoop and that's my original question -- do I need to setup local Spark? Now it's throwing an error on Hadoop: java.io.FileNotFoundException: java.io.FileNotFoundException: HADOOP_HOME and hadoop.home.dir are unset.
Jason YipSaturday, October 21st, 2023 at 11:33:48 PM GMT-04:00
Got it working with Mac, couldn't get it working with Windows / Linux subsystem
Jason YipSunday, October 22nd, 2023 at 1:08:40 PM GMT-04:00
Now getting class not found despite build and test succeeded
Jason YipSunday, October 22nd, 2023 at 9:46:23 PM GMT-04:00
I uploaded the wrong jar.. there are so many jars, only the jar in the spark folder works, not subfolder
Anirudh ShrinivasonFriday, October 13th, 2023 at 2:48:40 AM GMT-04:00
Hi team, I am running the following pyspark code in a cell:
print("SELECTING 100 RECORDS FROM METADATA TABLE")
-df = spark.sql("""select * from <table> limit 100""")
-
-print("WRITING (1) 100 RECORDS FROM METADATA TABLE")
-df.write.mode("overwrite").format('delta').save("<s3 location 1>")
-df.createOrReplaceTempView("temp_metadata")
-
-print("WRITING (2) 100 RECORDS FROM METADATA TABLE")
-df.write.mode("overwrite").format("delta").save("<s3 location 2>")
-
-print("READING (1) 100 RECORDS FROM METADATA TABLE")
-df_read = spark.read.format('delta').load("<s3 location 3>")
-df_read.createOrReplaceTempView("metadata_1")
-
-print("DOING THE MERGE INTO SQL STEP!")
-df_new = spark.sql("""
-    MERGE INTO metadata_1
-    USING <table>
-    ON metadata_1.id = temp_metadata.id
-    WHEN MATCHED THEN UPDATE SET 
-        metadata_1.id = temp_metadata.id,
-        metadata_1.aspect = temp_metadata.aspect
-    WHEN NOT MATCHED THEN INSERT (id, aspect) 
-        VALUES (temp_metadata.id, temp_metadata.aspect)
-""")

I am running with debug log levels. I actually don't see any of the events being logged for SaveIntoDataSourceCommand or the MergeIntoCommand, but OL is in fact emitting events to the backend. It seems like the events are just not being logged... I actually observe this for all delta table related spark sql queries...
Anirudh ShrinivasonMonday, October 16th, 2023 at 12:01:42 AM GMT-04:00
Hi @PaweƂ LeszczyƄski is this expected? CMIIW but we should expect to see the events being logged when running with debug log level right?
Damien HawesMonday, October 16th, 2023 at 4:17:30 AM GMT-04:00
It's impossible to know without seeing how you've configured the listener.

Can you show this configuration?
Anirudh ShrinivasonTuesday, October 17th, 2023 at 3:15:20 AM GMT-04:00
spark.openlineage.transport.url &lt;url&gt;
-spark.openlineage.transport.endpoint /&lt;endpoint&gt;
-spark.openlineage.transport.type http
-spark.extraListeners io.openlineage.spark.agent.OpenLineageSparkListener
-spark.openlineage.facets.custom_environment_variables [BUNCH_OF_VARIABLES;]
-spark.openlineage.facets.disabled [spark_unknown\;spark.logicalPlan]

These are my spark configs... I'm setting log level to debug with sc.setLogLevel("DEBUG")
Damien HawesTuesday, October 17th, 2023 at 4:40:03 AM GMT-04:00
Two things:

1. If you want debug logs, you're going to have to provide a log4j.properties file or log4j2.properties file depending on the version of spark you're running. In that file, you will need to configure the logging levels. If I am not mistaken, the sc.setLogLevel controls ONLY the log levels of Spark namespaced components (i.e., org.apache.spark)
2. You're telling the listener to emit to a URL. If you want to see the events emitted to the console, then set spark.openlineage.transport.type=console, and remove the other spark.openlineage.transport.* configurations.
Do either (1) or (2).
Anirudh ShrinivasonFriday, October 20th, 2023 at 12:49:45 AM GMT-04:00
@Damien Hawes Hi, sflr.
1. So enabling sc.setLogLevel does actually enable debug logs from Openlineage. I can see the events and everyting being logged if I save it as a parquet format instead of delta.
2. I do want to emit events to the url. But, I would like to just see what exactly are the events being emitted for some specific jobs, since I see that the lineage is incorrect for some MergeInto cases
Anirudh ShrinivasonThursday, October 26th, 2023 at 4:56:50 AM GMT-04:00
Hi @Damien Hawes would like to check again on whether you'd have any thoughts about this... Thanks! 🙂
Rodrigo MaiaTuesday, October 17th, 2023 at 3:17:57 AM GMT-04:00
Hello All 👋!
We are currently trying to work the the spark integration for OpenLineage in our Databricks instance. The general setup is done and working with a few hicups here and there.
But one thing we are still struggling is how to link all spark jobs events with a Databricks job or a notebook run.
WeÂŽve recently noticed that some of the events produced by OL have the "environment-properties" attribute with information (for our context) regarding notebook path (if it is a notebook run), or the the job run ID (if its a databricks job run). But the thing is that these attributes are not always present.
I ran some samples yesterday for a job with 4 notebook tasks. From all 20 json payload sent by the OL listener, only 3 presented the "environment-properties" attribute. Its not only happening with Databricks jobs. When i run single notebooks and each cell has its onw set of spark jobs, not all json events presented that property either.

So my question is what is the criteria to have this attributes present or not in the event json file? Or maybe this in an issue? @Jason Yip did you find out anything about this?

⚙ Spark 3.4 / OL-Spark 1.4.1
PaweƂ LeszczyƄskiTuesday, October 17th, 2023 at 6:55:47 AM GMT-04:00
In general, we assume that OL events per run are cumulative. So, if you have 20 events with the same runId , then even if a single event contains some facet, we consider this is OK and let the backend combine it together. That's what we do in Marquez project (a reference backend architecture for OL) and that's why it is worth to use in Marquez as a rest API.

Are you able to use job namespace to aggregate all the Spark actions run within the databricks notebook? This is something that should serve this purpose.
Jason YipTuesday, October 17th, 2023 at 12:48:33 PM GMT-04:00
@Rodrigo Maia for Spark 3.4 I don't see the environment-properties showing up at all, but if you run the code as it is, register a listener on SparkListenerJobStart and get the properties, all of those properties will show up. There's an event filter that filters out the SparkListenerJobStart, I suspect that filtered out the "unneccessary" events.. was trying to do a custom build to do that, but still trying to setup Hadoop and Spark on my local
Rodrigo MaiaWednesday, October 18th, 2023 at 5:23:16 AM GMT-04:00
@PaweƂ LeszczyƄski you are right. This is what we are doing as well, combining events with the same runId to process the information on our backend. But even so, there are several runIds without this information. I went through these events to have a better view of what was happening. As you can see from 7 runIds, only 3 were showing the "environment-properties" attribute. Some condition is not being met here, or maybe it is what @Jason Yip suspects and there's some sort of filtering of unnecessary events
PaweƂ LeszczyƄskiThursday, October 19th, 2023 at 2:28:03 AM GMT-04:00
@Rodrigo Maia, If you are able to provide a small Spark script such that none of the OL events contain the environment-properties, but at least one should, please raise an issue for this.
PaweƂ LeszczyƄskiThursday, October 19th, 2023 at 2:29:11 AM GMT-04:00
It's extremely helpful when community open issues that are not only described well, but also contain small piece of code needed to reproduce this.
Rodrigo MaiaThursday, October 19th, 2023 at 2:59:39 AM GMT-04:00
I know. that's the goal. that is why I wanted to understand in the first place if there was any condition preventing this from happening, but now i get that this is not expected behaviour.
👍1
Jason YipThursday, October 19th, 2023 at 1:44:00 PM GMT-04:00
Jason YipThursday, October 19th, 2023 at 2:49:03 PM GMT-04:00
Please note that I am getting the same behavior, no code is needed, Spark 3.4+ won't be generating no matter what. I have been testing the same code for 2 months from this issue: https://github.com/OpenLineage/OpenLineage/issues/2124

I tried the code without OL and it worked perfectly, so it is OL filtering out the event for sure. I will try posting the code I use to collect the properties.
Jason YipThursday, October 19th, 2023 at 11:46:17 PM GMT-04:00
this code proves that the prosperities are still there, somehow got filtered out by OL:

%scala
-import org.apache.spark.scheduler._
-
-class JobStartListener extends SparkListener {
-  override def onJobStart(jobStart: SparkListenerJobStart): Unit = {
-    // Extract properties here
-    val jobId = jobStart.jobId
-    val stageInfos = jobStart.stageInfos
-    val properties = jobStart.properties
-
-    // You can print properties or save them somewhere
-    println(s"JobId: $jobId, Stages: ${stageInfos.size}, Properties: $properties")
-  }
-}
-
-val listener = new JobStartListener()
-spark.sparkContext.addSparkListener(listener)
-
-val df = spark.range(1000).repartition(10)
-df.count()
Jason YipThursday, October 19th, 2023 at 11:55:05 PM GMT-04:00
Rodrigo MaiaMonday, October 30th, 2023 at 4:46:16 AM GMT-04:00
Any ideas on how could i test it?
ankit jainTuesday, October 17th, 2023 at 10:57:03 PM GMT-04:00
Hello All, I am completely new for Openlineage, I have to setup the lab to conduct POC on various aspects like Lineage, metadata management , etc. As per openlineage site, i tried downloading Ubuntu, docker and binary files for Marquez. But I am lost somewhere and unable to configure whole setup. Can someone please assist in steps to start from scratch so that i can delve into the Openlineage capabilities. Many thanks
Jakub DardziƄskiWednesday, October 18th, 2023 at 1:32:01 AM GMT-04:00
hey, did you try to follow one of these guides?
https://openlineage.io/docs/guides/about
Michael RobinsonWednesday, October 18th, 2023 at 9:14:08 AM GMT-04:00
Which guide were you using, and what errors/issues are you encountering?
ankit jainSaturday, October 21st, 2023 at 3:43:14 PM GMT-04:00
Thanks Jakub for the response.
ankit jainSaturday, October 21st, 2023 at 3:45:42 PM GMT-04:00
In docker, marquez-api image is not running and exiting with the exit code 127.
Michael RobinsonSunday, October 22nd, 2023 at 9:34:53 AM GMT-04:00
@ankit jain thanks. I don't recognize 127, but 9 times out of 10 if the API or DB container fails the reason is a port conflict. Have you checked if port 5000 is available?
Jakub DardziƄskiSunday, October 22nd, 2023 at 9:54:10 AM GMT-04:00
could you please check what’s the output of
git config --get core.autocrlf

or
git config --global --get core.autocrlf

?
ankit jainTuesday, October 24th, 2023 at 8:09:14 AM GMT-04:00
@Michael Robinson thanks , I checked the port 5000 is not available.
I tried deleting docker images and recreating them, but still the same issue persist stating
/Usr/bin/env bash/r not found.
Gradle build is successful.
ankit jainTuesday, October 24th, 2023 at 8:09:54 AM GMT-04:00
@Jakub DardziƄski thanks, first command resulted as true and second command has no response
Jakub DardziƄskiTuesday, October 24th, 2023 at 8:15:57 AM GMT-04:00
are you running docker and git in Windows or Mac OS before 10.0?
Matthew ParasThursday, October 19th, 2023 at 3:00:42 PM GMT-04:00
Hey all - we've been noticing that some events go unreported by openlineage (spark) when the AsyncEventQueue fills up and starts dropping events. Wondering if anyone has experienced this before, and knows why it is happening? We've expanded the event queue capacity and thrown more hardware at the problem but no dice

Also as a note, the query plans from this job are pretty big - could the listener just be choking up? Happy to open a github issue as well if we suspect that it could be the listener itself having issues
Anirudh ShrinivasonFriday, October 20th, 2023 at 2:57:50 AM GMT-04:00
Hi, just checking, are you excluding the sparkPlan from the events? Or is it sending the spark plan too
Maciej ObuchowskiMonday, October 23rd, 2023 at 11:59:40 AM GMT-04:00
yeah - setting spark.openlineage.facets.disabled to [spark_unknown;spark.logicalPlan] should help
Matthew ParasTuesday, October 24th, 2023 at 5:50:26 PM GMT-04:00
sorry for the late reply - turns out this job is just whack 😄 we were going in circles trying to figure it out, we end up dropping events without open lineage enabled at all. But good to know that disabling the logical plan should speed us up if we run into this again
savanFriday, October 20th, 2023 at 8:31:45 AM GMT-04:00
@GitHubOpenLineageIssues
I am trying to contribute to Integration tests which is listed here as good first issue
the CONTRIBUTING.md mentions that i can trigger CI for integration tests from forked branch.
using this tool.
but i am unable to do so, is there a way to trigger CI from forked brach or do i have to get permission from someone to run the CI?

i am getting this error when i run this command sudo git-push-fork-to-upstream-branch upstream savannavalgi:hacktober
>
Username for '<https://github.com>': savannavalgi
-&gt; Password for '<https://savannavalgi@github.com>': 
-&gt; remote: Permission to OpenLineage/OpenLineage.git denied to savannavalgi.
-&gt; fatal: unable to access '<https://github.com/OpenLineage/OpenLineage.git/>': The requested URL returned error: 403

i have tried to configure ssh key
also tried to trigger CI from another brach,
and tried all of this after fetching the latest upstream

cc: @Athitya Kumar @Maciej Obuchowski @U05HD9G5T17
praveen kanamarlapudiFriday, October 20th, 2023 at 6:18:37 PM GMT-04:00
Hi,

We are using openlineage spark connector. We have used spark 3.2 and scala 2.12 so far. We have triggered a new job with Spark 3.4 and scala 2.13 and faced below exception.


java.lang.NoSuchMethodError: 'scala.collection.Seq org.apache.spark.sql.catalyst.plans.logical.LogicalPlan.map(scala.Function1)'
-    at io.openlineage.spark.agent.lifecycle.OpenLineageRunEventBuilder.lambda$buildInputDatasets$6(OpenLineageRunEventBuilder.java:341)
-    at java.base/java.util.Optional.map(Optional.java:265)
-    at io.openlineage.spark.agent.lifecycle.OpenLineageRunEventBuilder.buildInputDatasets(OpenLineageRunEventBuilder.java:339)
-    at io.openlineage.spark.agent.lifecycle.OpenLineageRunEventBuilder.populateRun(OpenLineageRunEventBuilder.java:295)
-    at io.openlineage.spark.agent.lifecycle.OpenLineageRunEventBuilder.buildRun(OpenLineageRunEventBuilder.java:279)
-    at io.openlineage.spark.agent.lifecycle.OpenLineageRunEventBuilder.buildRun(OpenLineageRunEventBuilder.java:222)
-    at io.openlineage.spark.agent.lifecycle.SparkSQLExecutionContext.start(SparkSQLExecutionContext.java:72)
-    at io.openlineage.spark.agent.OpenLineageSparkListener.lambda$sparkSQLExecStart$0(OpenLineageSparkListener.java:91)
PaweƂ LeszczyƄskiMonday, October 23rd, 2023 at 4:56:25 AM GMT-04:00
Hmy, that is interesting. Did it occur on databricks runtime? Could you give it a try with Scala 2.12? I think we don't test scala 2.13.
praveen kanamarlapudiMonday, October 23rd, 2023 at 12:02:13 PM GMT-04:00
I believe our Scala 2.12 jobs are working fine. It's not databricks runtime. We run Spark on Kube.
PaweƂ LeszczyƄskiTuesday, October 24th, 2023 at 6:47:14 AM GMT-04:00
Ok. I think You can raise an issue to support Scala 2.13 for latest Spark versions.
priya narayanaThursday, October 26th, 2023 at 6:13:40 AM GMT-04:00
Hi I want to customise the events which comes from Openlineage spark . Can some one give some information
PaweƂ LeszczyƄskiThursday, October 26th, 2023 at 7:45:41 AM GMT-04:00
Hi @priya narayana, please get familiar with Extending section on our docs: https://github.com/OpenLineage/OpenLineage/tree/main/integration/spark#extending
priya narayanaThursday, October 26th, 2023 at 9:53:07 AM GMT-04:00
Okay thank you. Just checking any other docs or git code which also can help me
harsh loombaThursday, October 26th, 2023 at 1:11:17 PM GMT-04:00
Hello Team
harsh loombaThursday, October 26th, 2023 at 1:12:38 PM GMT-04:00
Im upgrading the version from openlineage-airflow==0.24.0 to openlineage-airflow 1.4.1 but im seeing the following error, any help is appreciated
harsh loombaThursday, October 26th, 2023 at 1:14:02 PM GMT-04:00
@Jakub DardziƄski any thoughts?
Jakub DardziƄskiThursday, October 26th, 2023 at 1:14:24 PM GMT-04:00
what version of Airflow are you using?
harsh loombaThursday, October 26th, 2023 at 1:14:52 PM GMT-04:00
2.6.3 that satisfies the requirement
Jakub DardziƄskiThursday, October 26th, 2023 at 1:16:38 PM GMT-04:00
is it possible you have some custom operator?
harsh loombaThursday, October 26th, 2023 at 1:17:15 PM GMT-04:00
i think its the base operator causing the issue
harsh loombaThursday, October 26th, 2023 at 1:17:36 PM GMT-04:00
so no i believe
Jakub DardziƄskiThursday, October 26th, 2023 at 1:18:43 PM GMT-04:00
BaseOperator is parent class for any other operators, it defines how to do deepcopy
harsh loombaThursday, October 26th, 2023 at 1:19:11 PM GMT-04:00
yeah so its controlled by Airflow itself, I didnt customize it
Jakub DardziƄskiThursday, October 26th, 2023 at 1:19:49 PM GMT-04:00
uhm, maybe it's possible you could share dag code? you may hide sensitive data
harsh loombaThursday, October 26th, 2023 at 1:21:23 PM GMT-04:00
let me try with lower versions of openlineage, what's say
harsh loombaThursday, October 26th, 2023 at 1:21:39 PM GMT-04:00
its a big jump from 0.24.0 to 1.4.1
harsh loombaThursday, October 26th, 2023 at 1:22:25 PM GMT-04:00
but i will help here to investigate this issue
Jakub DardziƄskiThursday, October 26th, 2023 at 1:24:03 PM GMT-04:00
for me it seems that within dag or task you're defining some object that is not easy to copy
harsh loombaThursday, October 26th, 2023 at 1:26:05 PM GMT-04:00
possible, but with 0.24.0 that issue is not occurring, so worry is that the version upgrade could potentially break things
Jakub DardziƄskiThursday, October 26th, 2023 at 1:39:34 PM GMT-04:00
0.24.0 is not that old đŸ€”
harsh loombaThursday, October 26th, 2023 at 1:45:07 PM GMT-04:00
i see the issue with 0.24.0 I see it as warning
[airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -   File "/usr/lib64/python3.8/threading.py", line 932, in _bootstrap_inner
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -     self.run()
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -   File "/usr/lib64/python3.8/threading.py", line 870, in run
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -     self._target(*self._args, **self._kwargs)
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -   File "/home/upgrade/.local/lib/python3.8/site-packages/openlineage/airflow/listener.py", line 89, in on_running
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -     task_instance_copy = copy.deepcopy(task_instance)
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -   File "/usr/lib64/python3.8/copy.py", line 172, in deepcopy
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -     y = _reconstruct(x, memo, *rv)
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -   File "/usr/lib64/python3.8/copy.py", line 270, in _reconstruct
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -     state = deepcopy(state, memo)
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -   File "/usr/lib64/python3.8/copy.py", line 146, in deepcopy
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -     y = copier(x, memo)
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -   File "/usr/lib64/python3.8/copy.py", line 230, in _deepcopy_dict
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -     y[deepcopy(key, memo)] = deepcopy(value, memo)
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -   File "/usr/lib64/python3.8/copy.py", line 172, in deepcopy
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -     y = _reconstruct(x, memo, *rv)
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -   File "/usr/lib64/python3.8/copy.py", line 270, in _reconstruct
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -     state = deepcopy(state, memo)
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -   File "/usr/lib64/python3.8/copy.py", line 146, in deepcopy
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -     y = copier(x, memo)
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -   File "/usr/lib64/python3.8/copy.py", line 230, in _deepcopy_dict
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -     y[deepcopy(key, memo)] = deepcopy(value, memo)
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -   File "/usr/lib64/python3.8/copy.py", line 153, in deepcopy
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -     y = copier(memo)
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -   File "/home/upgrade/.local/lib/python3.8/site-packages/airflow/models/dag.py", line 2162, in __deepcopy__
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -     setattr(result, k, copy.deepcopy(v, memo))
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -   File "/usr/lib64/python3.8/copy.py", line 146, in deepcopy
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -     y = copier(x, memo)
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -   File "/usr/lib64/python3.8/copy.py", line 230, in _deepcopy_dict
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -     y[deepcopy(key, memo)] = deepcopy(value, memo)
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -   File "/usr/lib64/python3.8/copy.py", line 153, in deepcopy
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -     y = copier(memo)
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -   File "/home/upgrade/.local/lib/python3.8/site-packages/airflow/models/baseoperator.py", line 1224, in __deepcopy__
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -     setattr(result, k, copy.deepcopy(v, memo))
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -   File "/usr/lib64/python3.8/copy.py", line 172, in deepcopy
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -     y = _reconstruct(x, memo, *rv)
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -   File "/usr/lib64/python3.8/copy.py", line 270, in _reconstruct
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -     state = deepcopy(state, memo)
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -   File "/usr/lib64/python3.8/copy.py", line 146, in deepcopy
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -     y = copier(x, memo)
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -   File "/usr/lib64/python3.8/copy.py", line 230, in _deepcopy_dict
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -     y[deepcopy(key, memo)] = deepcopy(value, memo)
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -   File "/usr/lib64/python3.8/copy.py", line 146, in deepcopy
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -     y = copier(x, memo)
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -   File "/usr/lib64/python3.8/copy.py", line 230, in _deepcopy_dict
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -     y[deepcopy(key, memo)] = deepcopy(value, memo)
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -   File "/usr/lib64/python3.8/copy.py", line 153, in deepcopy
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -     y = copier(memo)
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -   File "/home/upgrade/.local/lib/python3.8/site-packages/airflow/models/baseoperator.py", line 1224, in __deepcopy__
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -     setattr(result, k, copy.deepcopy(v, memo))
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -   File "/usr/lib64/python3.8/copy.py", line 146, in deepcopy
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -     y = copier(x, memo)
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -   File "/usr/lib64/python3.8/copy.py", line 230, in _deepcopy_dict
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -     y[deepcopy(key, memo)] = deepcopy(value, memo)
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -   File "/usr/lib64/python3.8/copy.py", line 161, in deepcopy
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING -     rv = reductor(4)
-[2023-10-26, 17:40:50 UTC] [airflow/utils/log/logging_mixin.py::_propagate_log()::150] WARNING - TypeError: cannot pickle 'module' object

but with 1.4.1 its stopped processing any further and threw error
harsh loombaThursday, October 26th, 2023 at 2:18:08 PM GMT-04:00
I see the difference of calling in these 2 versions, current versions checks if Airflow is >2.6 then directly runs on_running but earlier version was running on separate thread. IS this what's raising this exception?
harsh loombaThursday, October 26th, 2023 at 2:24:49 PM GMT-04:00
harsh loombaThursday, October 26th, 2023 at 2:25:21 PM GMT-04:00
since we are directly running if version>2.6.0 therefore its throwing error in main processing
harsh loombaThursday, October 26th, 2023 at 2:28:02 PM GMT-04:00
may i know which Airflow version we tested this process?
harsh loombaThursday, October 26th, 2023 at 2:28:39 PM GMT-04:00
im on 2.6.3
Jakub DardziƄskiThursday, October 26th, 2023 at 2:30:53 PM GMT-04:00
2.1.4, 2.2.4, 2.3.4, 2.4.3, 2.5.2, 2.6.1
usually there are not too many changes between minor versions

I still believe it might be some code you might improve and probably is also an antipattern in airflow
harsh loombaThursday, October 26th, 2023 at 2:34:26 PM GMT-04:00
hummm...that's a valid observation but I dont write DAGS, other teams do, so imagine if many people wrote such DAGS I can't ask everyone to change their patterns right? If something is running on current openlineage version with warning that should still be running on upgraded version isn't it?
harsh loombaThursday, October 26th, 2023 at 2:38:04 PM GMT-04:00
however I see ur point
harsh loombaThursday, October 26th, 2023 at 2:49:52 PM GMT-04:00
So that specific task has 570 line of query and pretty bulky query, let me split into smaller units
harsh loombaThursday, October 26th, 2023 at 2:50:15 PM GMT-04:00
that should help right? @Jakub DardziƄski
Jakub DardziƄskiThursday, October 26th, 2023 at 2:51:27 PM GMT-04:00
query length shouldn’t be the issue, rather any python code
Jakub DardziƄskiThursday, October 26th, 2023 at 2:51:50 PM GMT-04:00
I get your point too, we might figure out some mechanism to skip irrelevant parts of task instance so that it doesn’t fail then
harsh loombaThursday, October 26th, 2023 at 2:52:12 PM GMT-04:00
actually its failing on that task itself
harsh loombaThursday, October 26th, 2023 at 2:52:33 PM GMT-04:00
let me try it will be pretty quick
harsh loombaThursday, October 26th, 2023 at 2:58:58 PM GMT-04:00
@Jakub DardziƄski but ur right we have to fix this at Openlineage side as well. Because ideally Openlineage shouldn't be causing any issue to the main DAG processing
Jakub DardziƄskiThursday, October 26th, 2023 at 5:51:05 PM GMT-04:00
it doesn’t break any airflow functionality, execution is wrapped into try/except block, only exception traceback is logged as you can see
Maciej ObuchowskiFriday, October 27th, 2023 at 5:25:54 AM GMT-04:00
Can you migrate to Airflow 2.7 and use apache-airflow-providers-openlineage? Ideally we wouldn't make meaningful changes to openlineage-airflow
harsh loombaFriday, October 27th, 2023 at 11:35:44 AM GMT-04:00
yup thats what im planning to do
harsh loombaFriday, October 27th, 2023 at 1:59:03 PM GMT-04:00
referencing to this conversation - what it takes to move to openlineage provider package from openlineage-airflow. Im updating Airflow to 2.7.2 but moving off of openlineage-airflow to provider package Im trying to estimate the amount of work it takes, any thoughts? reading change_logs I dont think its too much of a change but please share your thoughts and if somewhere its drafted please do share that as well
Maciej ObuchowskiMonday, October 30th, 2023 at 8:21:10 AM GMT-04:00
Generally not much - I would maybe think of a operator coverage. For example, for BigQuery old openlineage-airflow supports BigQueryExecuteQueryOperator. However, new apache-airflow-providers-openlineage supports BigQueryInsertJobOperator - because it's intended replacement for BigQueryExecuteQueryOperator and Airflow community does not want to accept contributions to deprecated operators.
🙏1
harsh loombaTuesday, October 31st, 2023 at 3:00:38 PM GMT-04:00
one question if someone is around - when im keeping both openlineage-airflow and apache-airflow-providers-openlineage in my requirement file, i see the following error -
    from openlineage.airflow.extractors import Extractors
-ModuleNotFoundError: No module named 'openlineage.airflow'

any thoughts?
John LukenoffTuesday, October 31st, 2023 at 3:37:07 PM GMT-04:00
I would usually do a pip freeze | grep openlineage as a sanity check to validate that the module is actually installed. Not sure how the provider and the module play together though
harsh loombaTuesday, October 31st, 2023 at 5:07:41 PM GMT-04:00
yeah so @John Lukenoff im not getting how i can use the specific extractor when i run my operator. Say for example, I have custom datawarehouseOperator and i want to override get_openlineage_facets_on_start and get_openlineage_facets_on_complete using the redshift extractor then how would i do that?
Rodrigo MaiaFriday, October 27th, 2023 at 5:49:25 AM GMT-04:00
Spark Integration Logs
Hey There
Are these events skipped because it's not supported or it's configured somewhere?
23/10/27 08:25:58 INFO SparkSQLExecutionContext: OpenLineage received Spark event that is configured to be skipped: SparkListenerSQLExecutionStart
23/10/27 08:25:58 INFO SparkSQLExecutionContext: OpenLineage received Spark event that is configured to be skipped: SparkListenerSQLExecutionEnd
HiteshFriday, October 27th, 2023 at 8:12:32 AM GMT-04:00
Hi People, actually I want to intercept the OpenLineage spark events right after the job ends and before they are emitted, so that I can add some extra information to the events or remove some information that I don't want.
Is there any way of doing this? Can someone please help me
Michael RobinsonMonday, October 30th, 2023 at 9:03:57 AM GMT-04:00
It general, I think this kind of use case is probably best served by facets, but what do you think @PaweƂ LeszczyƄski?
harsh loombaFriday, October 27th, 2023 at 1:59:03 PM GMT-04:00
referencing to this conversation - what it takes to move to openlineage provider package from openlineage-airflow. Im updating Airflow to 2.7.2 but moving off of openlineage-airflow to provider package Im trying to estimate the amount of work it takes, any thoughts? reading change_logs I dont think its too much of a change but please share your thoughts and if somewhere its drafted please do share that as well
KavithaFriday, October 27th, 2023 at 5:01:12 PM GMT-04:00
Hello, has anyone run into similar error as posted in this github open issues[https://github.com/MarquezProject/marquez/issues/2468] while setting up marquez on an EC2 Instance, would appreciate any help to get past the errors
Willy LulciucFriday, October 27th, 2023 at 5:04:30 PM GMT-04:00
Hmm, have you looked over our Running on AWS docs?
Willy LulciucFriday, October 27th, 2023 at 5:06:08 PM GMT-04:00
More specifically, the AWS RDS section. How are you deploying Marquez on Ec2?
KavithaFriday, October 27th, 2023 at 5:08:05 PM GMT-04:00
we were primarily referencing this document on git - https://github.com/MarquezProject/marquez
KavithaFriday, October 27th, 2023 at 5:09:05 PM GMT-04:00
leveraged docker and docker-compose
Willy LulciucFriday, October 27th, 2023 at 5:13:10 PM GMT-04:00
hmm so you’re running docker-compose up on an Ec2 instance you’ve ssh’d into? (just trying to understand your setup better)
KavithaFriday, October 27th, 2023 at 5:13:26 PM GMT-04:00
yes, thats correct
Willy LulciucFriday, October 27th, 2023 at 5:16:39 PM GMT-04:00
I’ve only used docker compose for local dev or integration tests. but, ok you’re probably in the PoC phase. Can you run the docker cmd on you local machine successfully? What OS is stalled on the Ec2 instance?
KavithaFriday, October 27th, 2023 at 5:18:00 PM GMT-04:00
yes, i can run and the OS is Ubuntu 20.04.6 LTS
KavithaFriday, October 27th, 2023 at 5:19:27 PM GMT-04:00
we initiallly ran into a permission denied error related to postgressql.conf file and we had to update file permissions to 777 and after which we started to see below errors
KavithaFriday, October 27th, 2023 at 5:19:36 PM GMT-04:00
marquez-db | 2023-10-27 20:35:52.512 GMT [35] FATAL: no pg_hba.conf entry for host "172.18.0.5", user "marquez", database "marquez", no encryption
marquez-db | 2023-10-27 20:35:52.529 GMT [36] FATAL: no pg_hba.conf entry for host "172.18.0.5", user "marquez", database "marquez", no encryption
KavithaFriday, October 27th, 2023 at 5:20:12 PM GMT-04:00
we then manually updated pg_hba.conf file to include host user and db details
Willy LulciucFriday, October 27th, 2023 at 5:20:42 PM GMT-04:00
Did you also update the marquez.yml with the db user / password?
KavithaFriday, October 27th, 2023 at 5:20:48 PM GMT-04:00
after which we started to see the errors posted in the github open issues page
Willy LulciucFriday, October 27th, 2023 at 5:21:33 PM GMT-04:00
hmm are you using an external database or are you spinning up the entire Marquez stack with docker compose?
KavithaFriday, October 27th, 2023 at 5:21:56 PM GMT-04:00
we are spinning up the entire Marquez stack with docker compose
KavithaFriday, October 27th, 2023 at 5:23:24 PM GMT-04:00
we did not change anything in the marquez.yml, i think we did not find that file in the github repo that we cloned into our local instance
Willy LulciucFriday, October 27th, 2023 at 5:26:31 PM GMT-04:00
It’s important that the init-db.sh script runs, but I don’t think it is
Willy LulciucFriday, October 27th, 2023 at 5:26:56 PM GMT-04:00
can you grab all the docker compose logs and share them? it’s hard to debug otherwise
KavithaFriday, October 27th, 2023 at 5:29:59 PM GMT-04:00
Willy LulciucFriday, October 27th, 2023 at 5:33:15 PM GMT-04:00
I would first suggest to remove the --build flag since you are specifying a version of Marquez to use via --tag
Willy LulciucFriday, October 27th, 2023 at 5:33:49 PM GMT-04:00
no the issue per se, but will help clear up some of the logs
KavithaFriday, October 27th, 2023 at 5:35:06 PM GMT-04:00
for sure thanks. we could get the logs without the --build portion, we tried with that option just once
KavithaFriday, October 27th, 2023 at 5:35:40 PM GMT-04:00
the errors were the same with/without --build option
KavithaFriday, October 27th, 2023 at 5:36:02 PM GMT-04:00
marquez-api | ERROR [2023-10-27 21:34:58,019] org.apache.tomcat.jdbc.pool.ConnectionPool: Unable to create initial connections of pool.
marquez-api | ! org.postgresql.util.PSQLException: FATAL: password authentication failed for user "marquez"
marquez-api | ! at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:693)
marquez-api | ! at org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:203)
marquez-api | ! at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:258)
marquez-api | ! at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:54)
marquez-api | ! at org.postgresql.jdbc.PgConnection.<init>(PgConnection.java:253)
marquez-api | ! at org.postgresql.Driver.makeConnection(Driver.java:434)
marquez-api | ! at org.postgresql.Driver.connect(Driver.java:291)
marquez-api | ! at org.apache.tomcat.jdbc.pool.PooledConnection.connectUsingDriver(PooledConnection.java:346)
marquez-api | ! at org.apache.tomcat.jdbc.pool.PooledConnection.connect(PooledConnection.java:227)
marquez-api | ! at org.apache.tomcat.jdbc.pool.ConnectionPool.createConnection(ConnectionPool.java:768)
marquez-api | ! at org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(ConnectionPool.java:696)
marquez-api | ! at org.apache.tomcat.jdbc.pool.ConnectionPool.init(ConnectionPool.java:495)
marquez-api | ! at org.apache.tomcat.jdbc.pool.ConnectionPool.<init>(ConnectionPool.java:153)
marquez-api | ! at org.apache.tomcat.jdbc.pool.DataSourceProxy.pCreatePool(DataSourceProxy.java:118)
marquez-api | ! at org.apache.tomcat.jdbc.pool.DataSourceProxy.createPool(DataSourceProxy.java:107)
marquez-api | ! at org.apache.tomcat.jdbc.pool.DataSourceProxy.getConnection(DataSourceProxy.java:131)
marquez-api | ! at org.flywaydb.core.internal.jdbc.JdbcUtils.openConnection(JdbcUtils.java:48)
marquez-api | ! at org.flywaydb.core.internal.jdbc.JdbcConnectionFactory.<init>(JdbcConnectionFactory.java:75)
marquez-api | ! at org.flywaydb.core.FlywayExecutor.execute(FlywayExecutor.java:147)
marquez-api | ! at org.flywaydb.core.Flyway.info(Flyway.java:190)
marquez-api | ! at marquez.db.DbMigration.hasPendingDbMigrations(DbMigration.java:73)
marquez-api | ! at marquez.db.DbMigration.migrateDbOrError(DbMigration.java:27)
marquez-api | ! at marquez.MarquezApp.run(MarquezApp.java:105)
marquez-api | ! at marquez.MarquezApp.run(MarquezApp.java:48)
marquez-api | ! at io.dropwizard.cli.EnvironmentCommand.run(EnvironmentCommand.java:67)
marquez-api | ! at io.dropwizard.cli.ConfiguredCommand.run(ConfiguredCommand.java:98)
marquez-api | ! at io.dropwizard.cli.Cli.run(Cli.java:78)
marquez-api | ! at io.dropwizard.Application.run(Application.java:94)
marquez-api | ! at marquez.MarquezApp.main(MarquezApp.java:60)
marquez-api | INFO [2023-10-27 21:34:58,024] marquez.MarquezApp: Stopping app...
Willy LulciucFriday, October 27th, 2023 at 5:38:52 PM GMT-04:00
debugging docker issues like this is so difficult
Willy LulciucFriday, October 27th, 2023 at 5:40:44 PM GMT-04:00
it could be a number of things, but you are connected to the database it’s just that the marquez user hasn’t been created
Willy LulciucFriday, October 27th, 2023 at 5:41:59 PM GMT-04:00
the /init-db.sh is what manages user creation
Willy LulciucFriday, October 27th, 2023 at 5:42:17 PM GMT-04:00
so it’s possible that the script isn’t running for whatever reason on your Ec2 instance
Willy LulciucFriday, October 27th, 2023 at 5:44:20 PM GMT-04:00
do you have other services running on that Ec2 instance? Like, other than Marquez
Willy LulciucFriday, October 27th, 2023 at 5:44:52 PM GMT-04:00
is there a postgres process running outside of docker?
KavithaFriday, October 27th, 2023 at 8:34:50 PM GMT-04:00
no other services except marquez on this EC2 instance
KavithaFriday, October 27th, 2023 at 8:35:49 PM GMT-04:00
this was a new Ec2 instance that was spun up to install and use marquez
KavithaFriday, October 27th, 2023 at 8:36:09 PM GMT-04:00
n we can confirm that no postgres process runs outside of docker
Jason YipSunday, October 29th, 2023 at 3:06:28 AM GMT-04:00
I realize in Spark 3.4+, some job ids don't have a start event. What part of the code is responsible for triggering the START and COMPLETE event
PaweƂ LeszczyƄskiMonday, October 30th, 2023 at 9:59:53 AM GMT-04:00
hi @Jason Yip could you provide an example of such a job?
Jason YipMonday, October 30th, 2023 at 4:51:55 PM GMT-04:00
@PaweƂ LeszczyƄski same old:

# delete the old table if needed
_ = spark.sql('DROP TABLE IF EXISTS transactions')

# expected structure of the file
transactions_schema = StructType([
StructField('household_id', IntegerType()),
StructField('basket_id', LongType()),
StructField('day', IntegerType()),
StructField('product_id', IntegerType()),
StructField('quantity', IntegerType()),
StructField('sales_amount', FloatType()),
StructField('store_id', IntegerType()),
StructField('discount_amount', FloatType()),
StructField('transaction_time', IntegerType()),
StructField('week_no', IntegerType()),
StructField('coupon_discount', FloatType()),
StructField('coupon_discount_match', FloatType())
])

# read data to dataframe
df = (spark
.read
.csv(
adlsRootPath + '/examples/data/csv/completejourney/transaction_data.csv',
header=True,
schema=transactions_schema))

df.write\
.format('delta')\
.mode('overwrite')\
.option('overwriteSchema', 'true')\
.option('path', adlsRootPath + '/examples/data/csv/completejourney/silver/transactions')\
.saveAsTable('transactions')

df.count()

# # create table object to make delta lake queryable
# _ = spark.sql(f'''
# CREATE TABLE transactions
# USING DELTA
# LOCATION '{adlsRootPath}/examples/data/csv/completejourney/silver/transactions'
# ''')

# show data
display(
spark.table('transactions')
)
John LukenoffMonday, October 30th, 2023 at 6:51:43 PM GMT-04:00
👋 Hi team, cross-posting from the Marquez Channel in case anyone here has a better idea of the spec

> For most of our lineage extractors in airflow, we are using the rust sql parser from openlineage-sql to extract table lineage via sql statements. When errors occur we are adding an extractionError run facet similar to what is being done here. I’m finding in the case that multiple statements were extracted but one failed to parse while many others were successful, the lineage for these runs doesn’t appear as expected in Marquez. Is there any logic around the extractionError run facet that could be causing this? It seems reasonable to assume that we might take this to mean the entire run event is invalid if we have any extraction errors.
>
> I would still expect to see the other lineage we sent for the run but am instead just seeing the extractionError in the marquez UI, in the database, runs with an extractionError facet don’t seem to make it to the job_versions_io_mapping table
Maciej ObuchowskiTuesday, October 31st, 2023 at 6:34:05 AM GMT-04:00
Can you show the actual event? Should be in the events tab in Marquez
KavithaTuesday, October 31st, 2023 at 11:59:07 AM GMT-04:00
@John Lukenoff, would you mind posting the link to Marquez teams slack channel?
John LukenoffTuesday, October 31st, 2023 at 12:15:37 PM GMT-04:00
yep here is the link: https://marquezproject.slack.com/archives/C01E8MQGJP7/p1698702140709439

This is the full event, sanitized of internal info:
{
-  "job": {
-    "name": "some_dag.some_task",
-    "facets": {},
-    "namespace": "default"
-  },
-  "run": {
-    "runId": "a9565df2-f1a1-3ee3-b202-7626f8c4b92d",
-    "facets": {
-      "extractionError": {
-        "errors": [
-          {
-            "task": "ALTER SESSION UNSET QUERY_TAG;",
-            "_producer": "<https://github.com/OpenLineage/OpenLineage/tree/0.24.0/client/python>",
-            "_schemaURL": "<https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/BaseFacet>",
-            "taskNumber": 0,
-            "errorMessage": "Expected one of TABLE or INDEX, found: SESSION"
-          }
-        ],
-        "_producer": "<https://github.com/OpenLineage/OpenLineage/tree/0.24.0/client/python>",
-        "_schemaURL": "<https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/ExtractionErrorRunFacet>",
-        "totalTasks": 1,
-        "failedTasks": 1
-      }
-    }
-  },
-  "inputs": [
-    {
-      "name": "foo.bar",
-      "facets": {},
-      "namespace": "snowflake"
-    },
-    {
-      "name": "fizz.buzz",
-      "facets": {},
-      "namespace": "snowflake"
-    }
-  ],
-  "outputs": [
-    { "name": "foo1.bar2", "facets": {}, "namespace": "snowflake" },
-    {
-      "name": "fizz1.buzz2",
-      "facets": {},
-      "namespace": "snowflake"
-    }
-  ],
-  "producer": "<https://github.com/MyCompany/repo/blob/next-master/company/data/pipelines/airflow_utils/openlineage_utils/client.py>",
-  "eventTime": "2023-10-30T02:46:13.367274Z",
-  "eventType": "COMPLETE"
-}
KavithaTuesday, October 31st, 2023 at 12:43:07 PM GMT-04:00
thank you!
KavithaTuesday, October 31st, 2023 at 1:14:29 PM GMT-04:00
@John Lukenoff, sorry to trouble again, is the slack channel still active? for whatever reason i cant get to this workspace
John LukenoffTuesday, October 31st, 2023 at 1:15:26 PM GMT-04:00
yep it’s still active, maybe you need to join the workspace first? https://join.slack.com/t/marquezproject/shared_invite/zt-266fdhg9g-TE7e0p~EHK50GJMMqNH4tg
KavithaTuesday, October 31st, 2023 at 1:25:51 PM GMT-04:00
that was a good call. the link you just shared worked! thank you!
Maciej ObuchowskiTuesday, October 31st, 2023 at 1:27:55 PM GMT-04:00
yeah from OL perspective this looks good - the inputs and outputs are there, the extraction error facet looks like it should
Maciej ObuchowskiTuesday, October 31st, 2023 at 1:28:05 PM GMT-04:00
must be some Marquez hiccup 🙂
👍1
John LukenoffTuesday, October 31st, 2023 at 1:28:45 PM GMT-04:00
Makes sense, I’ll tail my marquez logs today to see if I can find anything
John LukenoffWednesday, November 1st, 2023 at 7:37:06 PM GMT-04:00
Somehow this started working after we switched from our beta to prod infrastructure. I suspect something was failing due to constraints on the size of our db and the load of poor quality data it was under after months of testing against it
harsh loombaTuesday, October 31st, 2023 at 3:00:38 PM GMT-04:00
one question if someone is around - when im keeping both openlineage-airflow and apache-airflow-providers-openlineage in my requirement file, i see the following error -
    from openlineage.airflow.extractors import Extractors
-ModuleNotFoundError: No module named 'openlineage.airflow'

any thoughts?
Michael RobinsonWednesday, November 1st, 2023 at 11:34:43 AM GMT-04:00
@channel
I’m opening a vote to release OpenLineage 1.5.0, including:
‱ support for Cassandra Connectors lineage in the Flink integration
‱ support for Databricks Runtime 13.3 in the Spark integration
‱ support for rdd and toDF operations from the Spark Scala API in Spark
‱ lowered requirements for attrs and requests packages in the Airflow integration
‱ lazy rendering of yaml configs in the dbt integration
‱ bug fixes, tests, infra fixes, doc changes, and more.
Three +1s from committers will authorize an immediate release.
➕6
👍1
🚀2
Michael RobinsonThursday, November 2nd, 2023 at 5:11:58 AM GMT-04:00
Thanks, all. The release is authorized and will be initiated within 2 business days.
Michael RobinsonWednesday, November 1st, 2023 at 1:29:09 PM GMT-04:00
@channel
The October 2023 issue of OpenLineage News is available now! Sign up to get in directly in your inbox each month.
👍2
🎉1
John LukenoffWednesday, November 1st, 2023 at 7:40:39 PM GMT-04:00
Hi team 👋 , we’re finding that for our Spark jobs we are almost always getting some junk characters in our dataset names. We’ve pushed the regex filter to its limits and would like to extend the logic of deriving the dataset name in openlineage-spark (currently on 1.4.1). I seem to recall hearing we could do this by implementing our own LogicalPlanVisitor or something along those lines? Is that still the recommended approach and if so would this be possible to implement in Scala vs. Java (scala noob here :simple_smile:)
PaweƂ LeszczyƄskiThursday, November 2nd, 2023 at 3:34:15 AM GMT-04:00
Hi John, we're always happy to help with the contribution.

One of the possible solutions to this would be to do that just in openlineage-java client:
‱ introduce config entry like normalizeDatasetNameToAscii : enabled/disabled
‱ modify DatasetIdentifier class to contain static member boolean normalizeDatasetNameToAscii and normalize dataset name according to this setting
‱ additionally, you would need to add config entry in io.openlineage.client.OpenLineageYaml and make sure both loadOpenLineageYaml methods set DatasetIdentifier.normalizeDatasetNameToAscii based on the config
‱ document this in the doc
So, no Scala nor custom logical plan visitors required.
Mike FangWednesday, November 1st, 2023 at 8:30:38 PM GMT-04:00
I am looking to send OpenLineage events to an AWS API Gateway endpoint from an AWS MWAA instance. The problem is that all requests to AWS services need to be signed with SigV4, and using API Gateway with IAM authentication would require requests to API Gateway be signed with SigV4. Would the best way to do so be to just modify the python client HTTP transport to include a new config option for signing emitted OpenLineage events with SigV4? Are there any alternatives?
Jakub DardziƄskiThursday, November 2nd, 2023 at 2:41:50 AM GMT-04:00
there’s actually an issue for that:
https://github.com/OpenLineage/OpenLineage/issues/2189

but the way to do this is imho to create new custom transport (it might inherit from HTTP transport) and register it in transport factory
Mike FangThursday, November 2nd, 2023 at 1:05:05 PM GMT-04:00
I am thinking of just modifying the HTTP transport and using requests.auth.AuthBase to create different auth methods instead of a TokenProvider class

Classes which subclass requests.auth.AuthBase can also just directly be given to the requests call in the auth parameter
👍1
Jakub DardziƄskiThursday, November 2nd, 2023 at 2:40:24 PM GMT-04:00
would you like to contribute? 🙂
Mike FangThursday, November 2nd, 2023 at 2:43:05 PM GMT-04:00
I was about to contribute, but I actually just realized that there is an existing way to provide a custom transport that would solve form y use case. My only question is how do I register this custom transport in my MWAA environment? Can I provide the custom transport as an Airflow plugin and then specify the class in the Openlineage.yml config? Will it automatically pick it up?
Jakub DardziƄskiThursday, November 2nd, 2023 at 3:45:56 PM GMT-04:00
although I did not test this in MWAA but locally only: I’ve created Airflow plugin that in __init__.py has defined (or imported) following code:
from openlineage.client.transport import register_transport, Transport, Config
-
-
-@register_transport
-class FakeTransport(Transport):
-    kind = "fake"
-    config = Config
-
-    def __init__(self, config: Config) -> None:
-        print(config)
-
-    def emit(self, event) -> None:
-        print(event)

setting AIRFLOW__OPENLINEAGE__TRANSPORT='{"type": "fake"}' does take effect and I can see output in Airflow logs
Jakub DardziƄskiThursday, November 2nd, 2023 at 3:47:45 PM GMT-04:00
in setup.py it’s:
    ...,
-    entry_points={
-        'airflow.plugins': [
-            'custom_transport = custom_transport:CustomTransportPlugin',
-        ],
-    },
-    install_requires=["openlineage-python"]
-)
Mike FangFriday, November 3rd, 2023 at 12:52:55 PM GMT-04:00
ok great thanks for following up on this, super helpful
Michael RobinsonThursday, November 2nd, 2023 at 12:00:00 PM GMT-04:00
👍5
🚀1
Jason YipThursday, November 2nd, 2023 at 2:49:18 PM GMT-04:00
@PaweƂ LeszczyƄski I tested 1.5.0, it works great now, but the environment facets is gone in START... which I very much want it.. any thoughts?
Jason YipFriday, November 3rd, 2023 at 4:18:11 AM GMT-04:00
actually, it shows up in one of the RUNNING now... behavior is consistent between 11.3 and 13.3, thanks for fixing this issue
👍1
Jason YipSaturday, November 4th, 2023 at 3:44:22 PM GMT-04:00
@PaweƂ LeszczyƄski looks like I need to bring bad news.. 13.3 is fixed for specific scenarios, but 11.3 is still reading output as dbfs.. there are scenarios that it's not producing input and output like:

create table table using delta as
location 'abfss://....'
Select * from parquet.`abfss://....'
Jason YipSaturday, November 4th, 2023 at 3:44:31 PM GMT-04:00
Will test more and ope issues
Rodrigo MaiaMonday, November 6th, 2023 at 5:34:33 AM GMT-05:00
@Jason Yiphow did you manage the get the environment attribute. it's not showing up to me at all. I've tried databricks abut also tried a local instance of spark.
Jason YipTuesday, November 7th, 2023 at 6:32:02 PM GMT-05:00
@Rodrigo Maia its showing up in one of the RUNNING events, not in the START event anymore
Rodrigo MaiaWednesday, November 8th, 2023 at 3:04:32 AM GMT-05:00
I never had a running event :melting_face: Am I filtering something?
Jason YipWednesday, November 8th, 2023 at 1:03:26 PM GMT-05:00
Umm.. ok show me your code, will try on my end
Jason YipWednesday, November 8th, 2023 at 2:26:06 PM GMT-05:00
@PaweƂ LeszczyƄski @Rodrigo Maia actually if you are using UC-enabled cluster, you won't get any RUNNING events
Michael RobinsonFriday, November 3rd, 2023 at 12:00:07 PM GMT-04:00
@channel
This month’s TSC meeting (open to all) is next Thursday the 9th at 10am PT. On the agenda:
‱ announcements
‱ recent releases
‱ recent additions to the Flink integration by @U05QA2D1XNV
‱ recent additions to the Spark integration by @PaweƂ LeszczyƄski
‱ updates on proposals by @Julien Le Dem
‱ discussion topics
‱ open discussion
More info and the meeting link can be found on the website. All are welcome! Do you have a discussion topic, use case or integration you’d like to demo? DM me to be added to the agenda.
👍1
priya narayanaSaturday, November 4th, 2023 at 7:08:10 AM GMT-04:00
Hi Team , we are trying to customize the events by writing custom lineage listener extending OpenLineageSparkListener, but would need some direction how to capture the events
Jakub DardziƄskiSaturday, November 4th, 2023 at 7:11:46 AM GMT-04:00
priya narayanaSaturday, November 4th, 2023 at 7:13:47 AM GMT-04:00
yes
Jakub DardziƄskiSaturday, November 4th, 2023 at 7:15:21 AM GMT-04:00
It seems pretty extensively described, what kind of help do you need?
priya narayanaSaturday, November 4th, 2023 at 7:16:13 AM GMT-04:00
io.openlineage.spark.api.OpenLineageEventHandlerFactory if i use this how will i pass custom listener to my spark submit
priya narayanaSaturday, November 4th, 2023 at 7:17:25 AM GMT-04:00
I would like to know how will i customize my events using this . For example: - In "input" Facet i want only symlinks name i am not intereseted in anything else
priya narayanaSaturday, November 4th, 2023 at 7:17:32 AM GMT-04:00
can you please provide some guidance
priya narayanaSaturday, November 4th, 2023 at 7:18:36 AM GMT-04:00
@Jakub DardziƄski this is the doubt i have
priya narayanaSaturday, November 4th, 2023 at 8:17:25 AM GMT-04:00
Some one who did spark integration throw some light
Jakub DardziƄskiSaturday, November 4th, 2023 at 8:21:22 AM GMT-04:00
it's weekend for most of us so you probably need to wait until Monday for precise answers
David GossMonday, November 6th, 2023 at 4:03:42 AM GMT-05:00
👋 I raised a PR https://github.com/OpenLineage/OpenLineage/pull/2223 off the back of some Marquez conversations a while back to try and clarify how names of Snowflake objects should be expressed in OL events. I used Snowflake’s OL view as a guide, but also I appreciate there are other OL producers that involve Snowflake too (Airflow? dbt?). Any feedback on this would be appreciated!
David GossWednesday, November 8th, 2023 at 10:42:35 AM GMT-05:00
Thanks for merging this @Maciej Obuchowski!
👍1
Athitya KumarMonday, November 6th, 2023 at 5:22:03 AM GMT-05:00
Hey team! 👋

We're trying to use openlineage-flink, and would like provide the openlineage.transport.type=http and configure other transport configs, but we're not able to find sufficient docs (tried this doc) on where/how these configs can be provided.

For example, in spark, the changes mostly were delegated to the spark-submit command like
spark-submit --conf "spark.extraListeners=io.openlineage.spark.agent.OpenLineageSparkListener" \
-    --packages "io.openlineage:openlineage-spark:&lt;spark-openlineage-version&gt;" \
-    --conf "spark.openlineage.transport.url=http://{openlineage.client.host}/api/v1/namespaces/spark_integration/" \
-    --class com.mycompany.MySparkApp my_application.jar

And the OpenLineageSparkListener has a method to retrieve the provided spark confs as an object in the ArgumentParser. Similarly, looking for some pointers on how the openlineage.transport configs can be provided to OpenLineageFlinkJobListener & how the flink listener parses/uses these configs

TIA! 😄
Maciej ObuchowskiTuesday, November 7th, 2023 at 5:56:09 AM GMT-05:00
similarly to spark config, you can use flink config
Athitya KumarTuesday, November 7th, 2023 at 10:36:53 PM GMT-05:00
@Maciej Obuchowski - Got it. Our use-case is that we're trying to build a wrapper on top of openlineage-flink for productionising for our flink jobs.

We're trying to have a wrapper class that extends OpenLineageFlinkJobListener class, and overwrites the HTTP transport endpoint/url to a constant value (say, example.com and /api/v1/flink). But we see that the OpenLineageFlinkJobListener constructor is defined as a private constructor - just wanted to check with the team whether it was just a default scope, or intended to be private. If it was just a default scope, can we contribute a PR to make it public, to make it friendly for teams trying to adopt & extend openlineage?

And also, we wanted to understand better on where we're reading the HTTP transport endpoint/url configs in OpenLineageFlinkJobListener and what'd be the best place to override it to the constant endpoint/url for our use-case
Maciej ObuchowskiWednesday, November 8th, 2023 at 5:55:43 AM GMT-05:00
We parse flink conf to get that information: https://github.com/OpenLineage/OpenLineage/blob/26494b596e9669d2ada164066a73c44e04[
]ink/src/main/java/io/openlineage/flink/client/EventEmitter.java

> But we see that the OpenLineageFlinkJobListener constructor is defined as a private constructor - just wanted to check with the team whether it was just a default scope, or intended to be private.
The way to construct is is a public builder in the same class

I think easier way than wrapper class would be use existing flink configuration, or to set up OPENLINEAGE_URL env variable, or have openlineage.yml config file - not sure why this is the way you've chosen?
Athitya KumarThursday, November 9th, 2023 at 12:41:02 PM GMT-05:00
I think easier way than wrapper class would be use existing flink configuration, or to set up OPENLINEAGE_URL env variable, or have openlineage.yml config file - not sure why this is the way you've chosen?
@Maciej Obuchowski - The reasoning behind going with a wrapper class is that we can abstract out the nitty-gritty like how/where we're publishing openlineage events etc - especially for companies that have a lot of teams that may be adopting openlineage.

For example, if we wanna move away from http transport to kafka transport - we'd be changing only this wrapper class and ask folks to update their wrapper class dependency version. If we went without the wrapper class, then the exact config changes would need to be synced and done by many different teams, who may not have enough context.

Similarly, if we wanna enable some other default best-practise configs, or inject any company-specific configs etc, the wrapper would be useful in abstracting out the details and be the 1 place that handles all openlineage related integrations for any future changes.

That's why we wanna extend openlineage's listener class & leverage most of the OSS code as-is; and at the same time, have the ability to extend & inject customisations. I think that's where some things like having getters for the class object attributes, or having public constructors would be really helpful 😄
Maciej ObuchowskiThursday, November 9th, 2023 at 1:03:56 PM GMT-05:00
@Athitya Kumar that makes sense. Feel free to provide PR adding getters and stuff.
🎉1
Yannick LibertTuesday, November 7th, 2023 at 6:03:49 AM GMT-05:00
Hi all, we (I work with @U05VDHJJ9T7 and @Abdallah) have a quick question regarding the spark integration:
if a spark app contains several jobs, they will be named "my_spark_app_name.job1" and "my_spark_app_name.job2"
eg:
spark_job.collect_limit
spark_job.map_partitions_parallel_collection

If I understood correctly, the spark integration maps one Spark job to a single OpenLineage Job, and the application itself should be assigned a Run id at startup and each job that executes will report the application's Run id as its parent job run (taken from: https://openlineage.io/docs/integrations/spark/).

In our case, the app Run Id is never created, and the jobs runs don't contain any parent facets. We tested it with a recent integration version in 1.4.1 and also an older one (0.26.0).
Did we miss something in the OL spark integration config?
PaweƂ LeszczyƄskiTuesday, November 7th, 2023 at 6:07:51 AM GMT-05:00
hey, a name of the output dataset should be put at the end of the job name. This was introduced to help with jobs that call multiple spark actions
Yannick LibertTuesday, November 7th, 2023 at 7:05:52 AM GMT-05:00
Hi PaweƂ,
Thanks for your answer, yes indeed with the newer version of OL, we automatically have the name of the output dataset at the end of the job name, but no App run id, nor any parent run facet.
PaweƂ LeszczyƄskiTuesday, November 7th, 2023 at 8:16:44 AM GMT-05:00
yes, you're right. I mean you can set in config spark.openlineage.parentJobName which will be shared through whole app run, but this needs to be set manually
Yannick LibertTuesday, November 7th, 2023 at 8:36:58 AM GMT-05:00
I see, thanks a lot for your reply we'll try that
ldaceyTuesday, November 7th, 2023 at 10:49:25 AM GMT-05:00
if I have a dataset on adls gen2 which synapse connects to as an external delta table, is that the use case of a symlink dataset? the delta table is connected to by PBI and by Synapse, but the underlying data is exactly the same
Maciej ObuchowskiWednesday, November 8th, 2023 at 10:49:04 AM GMT-05:00
Sounds like it, yes - if the logical dataset names are different but physical one is the same
Rodrigo MaiaWednesday, November 8th, 2023 at 12:38:52 PM GMT-05:00
Has anyone here tried OpenLineage with Spark on Amazon EMR?
Jason YipWednesday, November 8th, 2023 at 1:01:16 PM GMT-05:00
No but it should work the same I tried on AWS and Google Colab and Azure
👍1
U053LCT71BQThursday, November 9th, 2023 at 3:10:54 AM GMT-05:00
Yes. @Abdallah could provide some details if needed.
👍1
đŸ”„1
Michael RobinsonWednesday, November 8th, 2023 at 12:44:54 PM GMT-05:00
@channel
Friendly reminder: this month’s TSC meeting, open to all, is tomorrow at 10 am PT: https://openlineage.slack.com/archives/C01CK9T7HKR/p1699027207361229
👍1
Jason YipFriday, November 10th, 2023 at 3:25:45 PM GMT-05:00
@PaweƂ LeszczyƄski regarding to https://github.com/OpenLineage/OpenLineage/issues/2124, OL is parsing out the table location in Hive metastore, it is the location of the table in the catalog and not the physical location of the data. It is both right and wrong because it is a table, just it is an external table.

https://docs.databricks.com/en/sql/language-manual/sql-ref-external-tables.html
Jason YipFriday, November 10th, 2023 at 3:32:28 PM GMT-05:00
Jason YipSaturday, November 11th, 2023 at 3:29:33 AM GMT-05:00
@PaweƂ LeszczyƄski this is why if create a table with adls location it won't show input and output:

https://github.com/OpenLineage/OpenLineage/blob/main/integration/spark/spark35/src[
]k35/agent/lifecycle/plan/CreateReplaceOutputDatasetBuilder.java

Because the catalog object is not there.
Jason YipSaturday, November 11th, 2023 at 3:30:44 AM GMT-05:00
Databricks needs to be re-written in a way that supports Databricks it seems like
Jason YipMonday, November 13th, 2023 at 3:00:42 AM GMT-05:00
@PaweƂ LeszczyƄski I went back to 1.4.1, output does show adls location. But environment facet is gone in 1.4.1. It shows up in 1.5.0 but namespace is back to dbfs....
Jason YipMonday, November 13th, 2023 at 3:18:37 AM GMT-05:00
@PaweƂ LeszczyƄski I diff CreateReplaceDatasetBuilder.java and CreateReplaceOutputDatasetBuilder.java and they are the same except for the class name, so I am not sure what is causing the change. I also realize you don't have a test case for ADLS
PaweƂ LeszczyƄskiMonday, November 13th, 2023 at 4:52:07 AM GMT-05:00
Thanks @Jason Yip for your engagement in finding the cause and solution to this issue.

Among the technical problems, another problem here is that our databricks integration tests are run on AWS and the issue you describe occurs in Azure. I would consider this a primary issue as it is difficult for me to verify the behaviour you describe and fix it with a failing integration test at the start.

Are you able to reproduce the issue on AWS Databricks environment so that we could include it in our integration tests and make sure the behvaiour will not change later on in future?
Jason YipMonday, November 13th, 2023 at 6:06:44 PM GMT-05:00
I didn't know Azure and AWS Databricks are different. Let me try it on AWS as well
Naresh reddyWednesday, November 15th, 2023 at 7:17:24 AM GMT-05:00
Hi
Can anyone point me to the deck on how Airflow can be integrated using Openlineage?
Naresh reddyWednesday, November 15th, 2023 at 7:27:55 AM GMT-05:00
thank you @Maciej Obuchowski
Naresh reddyWednesday, November 15th, 2023 at 11:09:24 AM GMT-05:00
Can anyone tell me why OL is better than other competitors if you can provide an analysis that would be great
Harel SheinThursday, November 16th, 2023 at 11:46:16 AM GMT-05:00
Hey @Naresh reddy can you help me understand what you mean by competitors?
OL is a specification that can be used to solve various problems, so if you have a clear problem statement, maybe I can help with pros/cons for that problem
Naresh reddyWednesday, November 15th, 2023 at 11:10:58 AM GMT-05:00
what are the pros and cons of OL. we often talk about positives to market it but what are the pain points using OL,how it's addressing user issues?
Michael RobinsonThursday, November 16th, 2023 at 1:38:42 PM GMT-05:00
Hi @Naresh reddy, thanks for your question. We’ve heard that OpenLineage is attractive because of its desirable integrations, including a best-in-class Spark integration, its extensibility, the fact that it’s not destructive, and the fact that it’s open source. I’m not aware of pain points per se, but there are certainly features and integrations that we wish we could focus on but can’t at the moment — like the Dagster integration, which needs a new maintainer. OpenLineage is like any other open standard in that ecosystem coverage is a constant process rather than a journey, and it requires contributions in order to get close to 100%. Thankfully, we are gaining users and contributors all the time, and integrations are being added or improved upon daily. See the Ecosystem page on the website for a list of consumers and producers and links to more resources, and check out the GitHub repo for the codebase, commit history, contributors, governance procedures, and more. We’re quick to respond to messages here and issues on GitHub — usually within one day.
\ No newline at end of file diff --git a/html/C01EB6DCLHX-0.html b/html/C01EB6DCLHX-0.html deleted file mode 100644 index aaad435..0000000 --- a/html/C01EB6DCLHX-0.html +++ /dev/null @@ -1,6 +0,0 @@ -Slack

github-notifications

Created by Julien Le Dem on Tuesday, November 3rd, 2020

GitHubSunday, August 20th, 2023 at 12:17:54 AM GMT-04:00
UnknownSunday, September 3rd, 2023 at 12:14:43 AM GMT-04:00
GitHubWednesday, August 23rd, 2023 at 5:15:51 AM GMT-04:00
UnknownWednesday, August 23rd, 2023 at 10:53:27 AM GMT-04:00
GitHubWednesday, August 23rd, 2023 at 5:19:59 AM GMT-04:00
UnknownWednesday, August 23rd, 2023 at 5:19:59 AM GMT-04:00
UnknownWednesday, August 23rd, 2023 at 5:19:59 AM GMT-04:00
GitHubWednesday, August 23rd, 2023 at 5:22:03 AM GMT-04:00
GitHubWednesday, August 23rd, 2023 at 5:24:43 AM GMT-04:00
UnknownWednesday, August 23rd, 2023 at 10:53:27 AM GMT-04:00
UnknownWednesday, August 23rd, 2023 at 10:53:27 AM GMT-04:00
GitHubWednesday, August 23rd, 2023 at 10:53:27 AM GMT-04:00
GitHubWednesday, August 23rd, 2023 at 10:55:26 AM GMT-04:00
GitHubWednesday, August 23rd, 2023 at 10:58:15 AM GMT-04:00
GitHubWednesday, August 23rd, 2023 at 11:51:12 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 7:54:18 PM GMT-04:00
GitHubWednesday, August 23rd, 2023 at 1:37:20 PM GMT-04:00
UnknownWednesday, August 23rd, 2023 at 2:35:08 PM GMT-04:00
GitHubWednesday, August 23rd, 2023 at 2:35:07 PM GMT-04:00
UnknownWednesday, August 23rd, 2023 at 2:35:08 PM GMT-04:00
GitHubWednesday, August 23rd, 2023 at 2:36:37 PM GMT-04:00
GitHubWednesday, August 23rd, 2023 at 2:37:13 PM GMT-04:00
GitHubWednesday, August 23rd, 2023 at 2:38:32 PM GMT-04:00
GitHubWednesday, August 23rd, 2023 at 2:40:03 PM GMT-04:00
GitHubWednesday, August 23rd, 2023 at 2:41:09 PM GMT-04:00
GitHubWednesday, August 23rd, 2023 at 3:00:09 PM GMT-04:00
GitHubThursday, August 24th, 2023 at 6:41:40 PM GMT-04:00
GitHubFriday, August 25th, 2023 at 9:04:33 AM GMT-04:00
UnknownFriday, August 25th, 2023 at 1:54:37 PM GMT-04:00
GitHubFriday, August 25th, 2023 at 11:38:00 AM GMT-04:00
UnknownFriday, September 1st, 2023 at 11:06:26 AM GMT-04:00
UnknownFriday, August 25th, 2023 at 1:54:37 PM GMT-04:00
GitHubFriday, August 25th, 2023 at 1:54:37 PM GMT-04:00
GitHubFriday, August 25th, 2023 at 1:56:45 PM GMT-04:00
GitHubSunday, August 27th, 2023 at 12:14:04 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 2:55:46 AM GMT-04:00
GitHubSunday, August 27th, 2023 at 12:14:15 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 3:09:54 AM GMT-04:00
GitHubSunday, August 27th, 2023 at 12:14:52 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 8:41:27 AM GMT-04:00
GitHubSunday, August 27th, 2023 at 12:56:40 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 2:56:11 AM GMT-04:00
GitHubSunday, August 27th, 2023 at 12:57:35 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 2:55:16 AM GMT-04:00
GitHubSunday, August 27th, 2023 at 12:58:31 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 8:36:21 AM GMT-04:00
GitHubSunday, August 27th, 2023 at 12:58:35 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 3:11:23 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 2:55:15 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 2:55:16 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 2:55:46 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 2:55:46 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 2:56:11 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 2:57:10 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 2:57:45 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 3:00:09 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 3:09:53 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 3:09:54 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 3:11:23 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 3:11:23 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 3:11:30 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 3:13:29 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 3:14:06 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 3:15:37 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 5:33:42 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 7:47:29 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 7:47:30 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 8:39:00 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 7:47:30 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 8:36:21 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 8:36:21 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 8:38:08 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 8:39:00 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 8:39:00 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 8:39:43 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 8:40:29 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 8:41:26 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 8:41:27 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 8:42:26 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 8:43:36 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 8:44:31 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 8:46:33 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 9:39:40 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 10:22:42 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 10:22:41 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 10:22:42 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 10:24:34 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 10:27:03 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 5:23:46 PM GMT-04:00
UnknownWednesday, September 6th, 2023 at 2:27:48 PM GMT-04:00
GitHubMonday, August 28th, 2023 at 7:54:17 PM GMT-04:00
UnknownMonday, August 28th, 2023 at 7:54:18 PM GMT-04:00
GitHubMonday, August 28th, 2023 at 7:57:07 PM GMT-04:00
GitHubTuesday, August 29th, 2023 at 1:45:20 AM GMT-04:00
UnknownWednesday, August 30th, 2023 at 4:18:06 PM GMT-04:00
GitHubWednesday, August 30th, 2023 at 6:22:00 AM GMT-04:00
GitHubWednesday, August 30th, 2023 at 8:16:30 AM GMT-04:00
UnknownWednesday, August 30th, 2023 at 8:35:01 AM GMT-04:00
GitHubWednesday, August 30th, 2023 at 8:35:01 AM GMT-04:00
UnknownWednesday, August 30th, 2023 at 8:35:01 AM GMT-04:00
GitHubWednesday, August 30th, 2023 at 8:37:32 AM GMT-04:00
GitHubWednesday, August 30th, 2023 at 9:07:52 AM GMT-04:00
UnknownWednesday, August 30th, 2023 at 9:07:52 AM GMT-04:00
UnknownMonday, September 4th, 2023 at 10:15:19 AM GMT-04:00
UnknownWednesday, August 30th, 2023 at 9:07:52 AM GMT-04:00
UnknownWednesday, August 30th, 2023 at 9:33:42 AM GMT-04:00
GitHubWednesday, August 30th, 2023 at 9:33:43 AM GMT-04:00
UnknownWednesday, August 30th, 2023 at 9:33:43 AM GMT-04:00
GitHubWednesday, August 30th, 2023 at 9:35:33 AM GMT-04:00
GitHubWednesday, August 30th, 2023 at 9:37:40 AM GMT-04:00
UnknownWednesday, August 30th, 2023 at 4:18:06 PM GMT-04:00
GitHubThursday, August 31st, 2023 at 4:36:21 PM GMT-04:00
UnknownFriday, September 1st, 2023 at 8:56:00 AM GMT-04:00
GitHubFriday, September 1st, 2023 at 8:55:59 AM GMT-04:00
UnknownFriday, September 1st, 2023 at 8:56:00 AM GMT-04:00
GitHubFriday, September 1st, 2023 at 8:59:19 AM GMT-04:00
GitHubFriday, September 1st, 2023 at 11:06:25 AM GMT-04:00
UnknownFriday, September 1st, 2023 at 11:06:26 AM GMT-04:00
GitHubFriday, September 1st, 2023 at 11:09:39 AM GMT-04:00
GitHubSaturday, September 2nd, 2023 at 6:19:52 AM GMT-04:00
UnknownSaturday, September 2nd, 2023 at 6:19:53 AM GMT-04:00
UnknownSaturday, September 2nd, 2023 at 6:19:53 AM GMT-04:00
GitHubSunday, September 3rd, 2023 at 12:14:35 AM GMT-04:00
UnknownMonday, September 4th, 2023 at 1:59:12 AM GMT-04:00
GitHubSunday, September 3rd, 2023 at 12:14:39 AM GMT-04:00
UnknownMonday, September 4th, 2023 at 2:01:23 AM GMT-04:00
UnknownSunday, September 3rd, 2023 at 12:14:43 AM GMT-04:00
GitHubSunday, September 3rd, 2023 at 12:25:46 AM GMT-04:00
UnknownMonday, September 4th, 2023 at 2:00:00 AM GMT-04:00
GitHubSunday, September 3rd, 2023 at 12:25:49 AM GMT-04:00
UnknownMonday, September 4th, 2023 at 1:58:46 AM GMT-04:00
GitHubSunday, September 3rd, 2023 at 12:55:45 AM GMT-04:00
UnknownMonday, September 4th, 2023 at 4:57:44 PM GMT-04:00
GitHubMonday, September 4th, 2023 at 1:58:45 AM GMT-04:00
UnknownMonday, September 4th, 2023 at 1:58:46 AM GMT-04:00
UnknownMonday, September 4th, 2023 at 1:59:12 AM GMT-04:00
GitHubMonday, September 4th, 2023 at 1:59:12 AM GMT-04:00
GitHubMonday, September 4th, 2023 at 1:59:59 AM GMT-04:00
UnknownMonday, September 4th, 2023 at 2:00:00 AM GMT-04:00
GitHubMonday, September 4th, 2023 at 2:00:41 AM GMT-04:00
GitHubMonday, September 4th, 2023 at 2:01:02 AM GMT-04:00
UnknownMonday, September 4th, 2023 at 2:01:23 AM GMT-04:00
GitHubMonday, September 4th, 2023 at 2:01:46 AM GMT-04:00
GitHubMonday, September 4th, 2023 at 2:03:45 AM GMT-04:00
GitHubMonday, September 4th, 2023 at 2:04:46 AM GMT-04:00
GitHubMonday, September 4th, 2023 at 6:35:02 AM GMT-04:00
GitHubMonday, September 4th, 2023 at 10:15:18 AM GMT-04:00
UnknownMonday, September 4th, 2023 at 10:15:19 AM GMT-04:00
UnknownMonday, September 4th, 2023 at 10:15:20 AM GMT-04:00
GitHubMonday, September 4th, 2023 at 10:16:56 AM GMT-04:00
GitHubMonday, September 4th, 2023 at 11:22:11 AM GMT-04:00
UnknownMonday, September 4th, 2023 at 11:22:12 AM GMT-04:00
GitHubMonday, September 4th, 2023 at 11:24:24 AM GMT-04:00
GitHubMonday, September 4th, 2023 at 11:26:40 AM GMT-04:00
GitHubMonday, September 4th, 2023 at 4:57:44 PM GMT-04:00
UnknownMonday, September 4th, 2023 at 4:57:44 PM GMT-04:00
GitHubMonday, September 4th, 2023 at 4:59:48 PM GMT-04:00
GitHubTuesday, September 5th, 2023 at 2:27:59 AM GMT-04:00
UnknownTuesday, September 5th, 2023 at 2:27:59 AM GMT-04:00
UnknownFriday, September 8th, 2023 at 9:14:58 AM GMT-04:00
UnknownTuesday, September 5th, 2023 at 2:27:59 AM GMT-04:00
GitHubTuesday, September 5th, 2023 at 3:52:57 AM GMT-04:00
GitHubTuesday, September 5th, 2023 at 4:26:27 AM GMT-04:00
GitHubTuesday, September 5th, 2023 at 9:59:11 AM GMT-04:00
UnknownTuesday, September 5th, 2023 at 2:24:40 PM GMT-04:00
GitHubTuesday, September 5th, 2023 at 11:10:34 AM GMT-04:00
UnknownTuesday, September 5th, 2023 at 2:08:32 PM GMT-04:00
GitHubTuesday, September 5th, 2023 at 2:08:31 PM GMT-04:00
UnknownTuesday, September 5th, 2023 at 2:08:32 PM GMT-04:00
GitHubTuesday, September 5th, 2023 at 2:10:51 PM GMT-04:00
GitHubTuesday, September 5th, 2023 at 2:24:40 PM GMT-04:00
UnknownTuesday, September 5th, 2023 at 2:24:40 PM GMT-04:00
GitHubTuesday, September 5th, 2023 at 2:26:57 PM GMT-04:00
GitHubWednesday, September 6th, 2023 at 4:46:14 AM GMT-04:00
UnknownWednesday, September 6th, 2023 at 4:46:14 AM GMT-04:00
GitHubWednesday, September 6th, 2023 at 4:48:07 AM GMT-04:00
GitHubWednesday, September 6th, 2023 at 4:50:34 AM GMT-04:00
GitHubWednesday, September 6th, 2023 at 5:23:31 AM GMT-04:00
UnknownWednesday, September 6th, 2023 at 5:23:31 AM GMT-04:00
UnknownWednesday, September 6th, 2023 at 5:23:31 AM GMT-04:00
GitHubWednesday, September 6th, 2023 at 2:27:47 PM GMT-04:00
UnknownWednesday, September 6th, 2023 at 2:27:48 PM GMT-04:00
GitHubWednesday, September 6th, 2023 at 2:29:58 PM GMT-04:00
GitHubWednesday, September 6th, 2023 at 4:16:46 PM GMT-04:00
UnknownWednesday, September 6th, 2023 at 4:31:06 PM GMT-04:00
UnknownWednesday, September 6th, 2023 at 4:31:06 PM GMT-04:00
GitHubWednesday, September 6th, 2023 at 4:44:05 PM GMT-04:00
GitHubThursday, September 7th, 2023 at 3:09:06 PM GMT-04:00
UnknownFriday, September 8th, 2023 at 7:20:04 AM GMT-04:00
GitHubFriday, September 8th, 2023 at 3:02:07 AM GMT-04:00
UnknownFriday, September 8th, 2023 at 3:02:07 AM GMT-04:00
UnknownMonday, September 11th, 2023 at 7:20:06 AM GMT-04:00
UnknownFriday, September 8th, 2023 at 3:02:07 AM GMT-04:00
GitHubFriday, September 8th, 2023 at 4:20:09 AM GMT-04:00
UnknownFriday, September 8th, 2023 at 6:18:48 AM GMT-04:00
GitHubFriday, September 8th, 2023 at 6:18:48 AM GMT-04:00
UnknownFriday, September 8th, 2023 at 6:18:48 AM GMT-04:00
GitHubFriday, September 8th, 2023 at 6:20:27 AM GMT-04:00
GitHubFriday, September 8th, 2023 at 6:22:40 AM GMT-04:00
GitHubFriday, September 8th, 2023 at 7:20:04 AM GMT-04:00
UnknownFriday, September 8th, 2023 at 7:20:04 AM GMT-04:00
GitHubFriday, September 8th, 2023 at 7:21:59 AM GMT-04:00
GitHubFriday, September 8th, 2023 at 7:24:10 AM GMT-04:00
GitHubFriday, September 8th, 2023 at 9:14:58 AM GMT-04:00
UnknownFriday, September 8th, 2023 at 9:14:58 AM GMT-04:00
UnknownFriday, September 8th, 2023 at 9:14:58 AM GMT-04:00
GitHubFriday, September 8th, 2023 at 9:16:53 AM GMT-04:00
GitHubFriday, September 8th, 2023 at 9:19:20 AM GMT-04:00
GitHubFriday, September 8th, 2023 at 9:23:26 AM GMT-04:00
UnknownFriday, September 8th, 2023 at 1:27:13 PM GMT-04:00
GitHubFriday, September 8th, 2023 at 1:27:13 PM GMT-04:00
UnknownFriday, September 8th, 2023 at 1:27:13 PM GMT-04:00
GitHubFriday, September 8th, 2023 at 1:29:11 PM GMT-04:00
GitHubFriday, September 8th, 2023 at 1:31:53 PM GMT-04:00
GitHubFriday, September 8th, 2023 at 4:34:36 PM GMT-04:00
UnknownThursday, September 14th, 2023 at 11:02:48 AM GMT-04:00
GitHubSunday, September 10th, 2023 at 12:13:54 AM GMT-04:00
UnknownThursday, September 28th, 2023 at 4:25:39 AM GMT-04:00
GitHubSunday, September 10th, 2023 at 12:32:47 AM GMT-04:00
UnknownMonday, September 11th, 2023 at 2:14:33 AM GMT-04:00
GitHubSunday, September 10th, 2023 at 12:32:48 AM GMT-04:00
UnknownMonday, September 11th, 2023 at 2:15:06 AM GMT-04:00
GitHubSunday, September 10th, 2023 at 12:38:44 AM GMT-04:00
UnknownTuesday, September 12th, 2023 at 7:55:00 AM GMT-04:00
UnknownMonday, September 11th, 2023 at 2:14:33 AM GMT-04:00
GitHubMonday, September 11th, 2023 at 2:15:06 AM GMT-04:00
UnknownMonday, September 11th, 2023 at 2:15:06 AM GMT-04:00
GitHubMonday, September 11th, 2023 at 2:17:05 AM GMT-04:00
GitHubMonday, September 11th, 2023 at 2:19:05 AM GMT-04:00
GitHubMonday, September 11th, 2023 at 4:30:26 AM GMT-04:00
UnknownTuesday, September 12th, 2023 at 6:59:17 AM GMT-04:00
GitHubMonday, September 11th, 2023 at 5:12:27 AM GMT-04:00
UnknownTuesday, September 12th, 2023 at 6:59:17 AM GMT-04:00
GitHubMonday, September 11th, 2023 at 7:20:04 AM GMT-04:00
GitHubMonday, September 11th, 2023 at 7:20:05 AM GMT-04:00
UnknownMonday, September 11th, 2023 at 7:20:05 AM GMT-04:00
UnknownMonday, September 11th, 2023 at 7:20:05 AM GMT-04:00
UnknownMonday, September 11th, 2023 at 7:20:06 AM GMT-04:00
GitHubMonday, September 11th, 2023 at 7:21:50 AM GMT-04:00
GitHubMonday, September 11th, 2023 at 7:24:06 AM GMT-04:00
GitHubMonday, September 11th, 2023 at 8:52:20 AM GMT-04:00
UnknownMonday, September 11th, 2023 at 8:52:21 AM GMT-04:00
UnknownMonday, September 11th, 2023 at 8:52:21 AM GMT-04:00
GitHubMonday, September 11th, 2023 at 5:35:24 PM GMT-04:00
UnknownTuesday, September 12th, 2023 at 9:02:38 AM GMT-04:00
GitHubTuesday, September 12th, 2023 at 5:17:14 AM GMT-04:00
UnknownTuesday, September 12th, 2023 at 5:17:15 AM GMT-04:00
UnknownTuesday, September 12th, 2023 at 5:23:09 AM GMT-04:00
UnknownTuesday, September 12th, 2023 at 5:17:15 AM GMT-04:00
GitHubTuesday, September 12th, 2023 at 5:23:09 AM GMT-04:00
UnknownTuesday, September 12th, 2023 at 5:23:09 AM GMT-04:00
GitHubTuesday, September 12th, 2023 at 5:25:02 AM GMT-04:00
GitHubTuesday, September 12th, 2023 at 5:27:22 AM GMT-04:00
GitHubTuesday, September 12th, 2023 at 6:59:17 AM GMT-04:00
UnknownTuesday, September 12th, 2023 at 6:59:17 AM GMT-04:00
UnknownTuesday, September 12th, 2023 at 6:59:17 AM GMT-04:00
GitHubTuesday, September 12th, 2023 at 7:01:15 AM GMT-04:00
GitHubTuesday, September 12th, 2023 at 7:03:22 AM GMT-04:00
UnknownTuesday, September 12th, 2023 at 7:55:00 AM GMT-04:00
GitHubTuesday, September 12th, 2023 at 9:02:38 AM GMT-04:00
UnknownTuesday, September 12th, 2023 at 9:02:38 AM GMT-04:00
GitHubTuesday, September 12th, 2023 at 9:04:33 AM GMT-04:00
GitHubTuesday, September 12th, 2023 at 9:06:19 AM GMT-04:00
UnknownTuesday, September 12th, 2023 at 9:19:54 AM GMT-04:00
GitHubTuesday, September 12th, 2023 at 9:07:38 AM GMT-04:00
GitHubTuesday, September 12th, 2023 at 9:19:53 AM GMT-04:00
UnknownTuesday, September 12th, 2023 at 9:19:54 AM GMT-04:00
GitHubTuesday, September 12th, 2023 at 9:22:16 AM GMT-04:00
GitHubTuesday, September 12th, 2023 at 5:24:34 PM GMT-04:00
UnknownWednesday, September 13th, 2023 at 12:29:19 PM GMT-04:00
GitHubWednesday, September 13th, 2023 at 2:21:59 AM GMT-04:00
UnknownWednesday, September 13th, 2023 at 2:22:00 AM GMT-04:00
UnknownWednesday, September 13th, 2023 at 5:15:25 AM GMT-04:00
UnknownWednesday, September 13th, 2023 at 2:22:00 AM GMT-04:00
GitHubWednesday, September 13th, 2023 at 5:15:25 AM GMT-04:00
UnknownWednesday, September 13th, 2023 at 5:15:25 AM GMT-04:00
GitHubWednesday, September 13th, 2023 at 5:17:46 AM GMT-04:00
GitHubWednesday, September 13th, 2023 at 5:20:10 AM GMT-04:00
GitHubWednesday, September 13th, 2023 at 7:54:43 AM GMT-04:00
GitHubWednesday, September 13th, 2023 at 9:07:30 AM GMT-04:00
UnknownWednesday, September 13th, 2023 at 10:35:09 AM GMT-04:00
GitHubWednesday, September 13th, 2023 at 10:35:08 AM GMT-04:00
UnknownWednesday, September 13th, 2023 at 10:35:09 AM GMT-04:00
GitHubWednesday, September 13th, 2023 at 10:38:06 AM GMT-04:00
GitHubWednesday, September 13th, 2023 at 12:29:19 PM GMT-04:00
UnknownWednesday, September 13th, 2023 at 12:29:19 PM GMT-04:00
GitHubWednesday, September 13th, 2023 at 12:31:45 PM GMT-04:00
GitHubWednesday, September 13th, 2023 at 3:13:43 PM GMT-04:00
UnknownTuesday, September 26th, 2023 at 5:42:01 PM GMT-04:00
GitHubWednesday, September 13th, 2023 at 3:25:55 PM GMT-04:00
GitHubThursday, September 14th, 2023 at 7:10:43 AM GMT-04:00
UnknownThursday, September 14th, 2023 at 11:02:48 AM GMT-04:00
GitHubThursday, September 14th, 2023 at 8:27:36 AM GMT-04:00
GitHubThursday, September 14th, 2023 at 9:26:32 AM GMT-04:00
UnknownThursday, September 14th, 2023 at 11:03:43 AM GMT-04:00
GitHubThursday, September 14th, 2023 at 9:54:31 AM GMT-04:00
GitHubThursday, September 14th, 2023 at 11:02:47 AM GMT-04:00
UnknownThursday, September 14th, 2023 at 11:02:48 AM GMT-04:00
UnknownThursday, September 14th, 2023 at 11:02:48 AM GMT-04:00
GitHubThursday, September 14th, 2023 at 11:03:42 AM GMT-04:00
UnknownThursday, September 14th, 2023 at 11:03:43 AM GMT-04:00
GitHubThursday, September 14th, 2023 at 11:04:51 AM GMT-04:00
GitHubThursday, September 14th, 2023 at 11:05:37 AM GMT-04:00
GitHubThursday, September 14th, 2023 at 11:07:09 AM GMT-04:00
GitHubThursday, September 14th, 2023 at 11:07:56 AM GMT-04:00
GitHubThursday, September 14th, 2023 at 11:29:49 AM GMT-04:00
GitHubThursday, September 14th, 2023 at 11:56:53 AM GMT-04:00
UnknownThursday, September 14th, 2023 at 12:18:21 PM GMT-04:00
GitHubThursday, September 14th, 2023 at 12:18:20 PM GMT-04:00
UnknownThursday, September 14th, 2023 at 12:18:21 PM GMT-04:00
GitHubThursday, September 14th, 2023 at 12:20:13 PM GMT-04:00
GitHubThursday, September 14th, 2023 at 12:22:54 PM GMT-04:00
GitHubThursday, September 14th, 2023 at 12:27:32 PM GMT-04:00
UnknownThursday, September 14th, 2023 at 12:32:38 PM GMT-04:00
GitHubThursday, September 14th, 2023 at 12:32:38 PM GMT-04:00
UnknownThursday, September 14th, 2023 at 12:32:38 PM GMT-04:00
GitHubThursday, September 14th, 2023 at 12:34:00 PM GMT-04:00
GitHubThursday, September 14th, 2023 at 12:34:23 PM GMT-04:00
GitHubThursday, September 14th, 2023 at 12:35:58 PM GMT-04:00
GitHubThursday, September 14th, 2023 at 12:37:10 PM GMT-04:00
GitHubThursday, September 14th, 2023 at 12:38:21 PM GMT-04:00
GitHubThursday, September 14th, 2023 at 2:22:05 PM GMT-04:00
UnknownTuesday, September 19th, 2023 at 6:22:33 PM GMT-04:00
GitHubFriday, September 15th, 2023 at 2:36:54 AM GMT-04:00
UnknownFriday, September 15th, 2023 at 2:36:54 AM GMT-04:00
UnknownFriday, September 15th, 2023 at 4:38:27 AM GMT-04:00
UnknownFriday, September 15th, 2023 at 2:36:54 AM GMT-04:00
GitHubFriday, September 15th, 2023 at 4:38:27 AM GMT-04:00
UnknownFriday, September 15th, 2023 at 4:38:27 AM GMT-04:00
GitHubFriday, September 15th, 2023 at 4:40:21 AM GMT-04:00
GitHubFriday, September 15th, 2023 at 4:43:08 AM GMT-04:00
GitHubFriday, September 15th, 2023 at 9:45:13 AM GMT-04:00
UnknownFriday, September 15th, 2023 at 9:53:15 AM GMT-04:00
GitHubFriday, September 15th, 2023 at 9:53:14 AM GMT-04:00
UnknownFriday, September 15th, 2023 at 9:53:15 AM GMT-04:00
GitHubFriday, September 15th, 2023 at 9:55:32 AM GMT-04:00
GitHubSunday, September 17th, 2023 at 12:20:03 AM GMT-04:00
UnknownWednesday, September 20th, 2023 at 10:57:05 AM GMT-04:00
GitHubSunday, September 17th, 2023 at 12:20:08 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 8:41:23 AM GMT-04:00
GitHubSunday, September 17th, 2023 at 12:46:03 AM GMT-04:00
UnknownSunday, September 24th, 2023 at 7:42:33 PM GMT-04:00
GitHubTuesday, September 19th, 2023 at 12:24:52 PM GMT-04:00
UnknownTuesday, September 19th, 2023 at 2:15:15 PM GMT-04:00
GitHubTuesday, September 19th, 2023 at 2:15:15 PM GMT-04:00
UnknownTuesday, September 19th, 2023 at 2:15:15 PM GMT-04:00
GitHubTuesday, September 19th, 2023 at 2:17:35 PM GMT-04:00
GitHubTuesday, September 19th, 2023 at 5:42:21 PM GMT-04:00
UnknownTuesday, September 19th, 2023 at 5:52:33 PM GMT-04:00
GitHubTuesday, September 19th, 2023 at 5:52:33 PM GMT-04:00
UnknownTuesday, September 19th, 2023 at 5:52:33 PM GMT-04:00
GitHubTuesday, September 19th, 2023 at 5:54:29 PM GMT-04:00
GitHubTuesday, September 19th, 2023 at 5:54:31 PM GMT-04:00
GitHubTuesday, September 19th, 2023 at 5:56:30 PM GMT-04:00
GitHubTuesday, September 19th, 2023 at 5:57:15 PM GMT-04:00
GitHubTuesday, September 19th, 2023 at 5:58:45 PM GMT-04:00
GitHubTuesday, September 19th, 2023 at 6:22:32 PM GMT-04:00
UnknownTuesday, September 19th, 2023 at 6:22:33 PM GMT-04:00
GitHubTuesday, September 19th, 2023 at 6:24:23 PM GMT-04:00
GitHubTuesday, September 19th, 2023 at 6:27:07 PM GMT-04:00
GitHubTuesday, September 19th, 2023 at 6:27:26 PM GMT-04:00
UnknownTuesday, September 19th, 2023 at 6:36:38 PM GMT-04:00
GitHubTuesday, September 19th, 2023 at 6:36:37 PM GMT-04:00
UnknownTuesday, September 19th, 2023 at 6:36:38 PM GMT-04:00
GitHubTuesday, September 19th, 2023 at 6:38:40 PM GMT-04:00
GitHubTuesday, September 19th, 2023 at 6:40:47 PM GMT-04:00
UnknownWednesday, September 20th, 2023 at 10:57:05 AM GMT-04:00
GitHubWednesday, September 20th, 2023 at 11:28:22 AM GMT-04:00
GitHubWednesday, September 20th, 2023 at 11:30:09 AM GMT-04:00
GitHubWednesday, September 20th, 2023 at 11:32:28 AM GMT-04:00
GitHubWednesday, September 20th, 2023 at 2:56:40 PM GMT-04:00
GitHubWednesday, September 20th, 2023 at 4:09:10 PM GMT-04:00
GitHubFriday, September 22nd, 2023 at 5:34:53 AM GMT-04:00
UnknownFriday, September 22nd, 2023 at 7:01:25 AM GMT-04:00
GitHubFriday, September 22nd, 2023 at 7:01:24 AM GMT-04:00
UnknownFriday, September 22nd, 2023 at 7:01:25 AM GMT-04:00
GitHubFriday, September 22nd, 2023 at 7:03:27 AM GMT-04:00
GitHubFriday, September 22nd, 2023 at 7:05:45 AM GMT-04:00
GitHubSaturday, September 23rd, 2023 at 3:55:04 PM GMT-04:00
GitHubSunday, September 24th, 2023 at 12:10:59 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 2:38:06 AM GMT-04:00
GitHubSunday, September 24th, 2023 at 12:17:59 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 2:41:10 AM GMT-04:00
GitHubSunday, September 24th, 2023 at 12:18:06 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 2:41:45 AM GMT-04:00
GitHubSunday, September 24th, 2023 at 12:24:10 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 2:38:31 AM GMT-04:00
UnknownSunday, September 24th, 2023 at 7:42:33 PM GMT-04:00
GitHubMonday, September 25th, 2023 at 11:01:11 AM GMT-04:00
UnknownThursday, September 28th, 2023 at 7:50:07 AM GMT-04:00
GitHubMonday, September 25th, 2023 at 11:14:17 AM GMT-04:00
UnknownThursday, September 28th, 2023 at 7:51:57 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 2:24:32 AM GMT-04:00
UnknownWednesday, October 25th, 2023 at 3:34:22 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 2:38:06 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 2:38:06 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 2:38:31 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 2:38:31 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 2:40:06 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 2:40:20 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 2:41:08 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 2:41:10 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 2:41:45 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 2:41:45 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 2:42:35 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 2:44:09 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 2:44:49 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 2:46:24 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 2:47:01 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 7:22:25 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 7:22:26 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 7:40:05 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 7:22:26 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 7:40:04 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 7:40:05 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 7:42:03 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 7:44:19 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 8:00:33 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 8:00:33 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 8:00:33 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 8:39:46 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 8:39:47 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 8:39:47 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 8:41:23 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 8:41:23 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 8:43:12 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 8:45:30 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 5:41:59 PM GMT-04:00
UnknownTuesday, September 26th, 2023 at 5:42:01 PM GMT-04:00
GitHubTuesday, September 26th, 2023 at 5:44:04 PM GMT-04:00
GitHubWednesday, September 27th, 2023 at 3:07:11 AM GMT-04:00
GitHubWednesday, September 27th, 2023 at 8:19:41 AM GMT-04:00
GitHubWednesday, September 27th, 2023 at 8:19:47 AM GMT-04:00
UnknownWednesday, September 27th, 2023 at 8:19:47 AM GMT-04:00
UnknownWednesday, September 27th, 2023 at 8:19:47 AM GMT-04:00
GitHubWednesday, September 27th, 2023 at 8:21:50 AM GMT-04:00
GitHubWednesday, September 27th, 2023 at 8:24:15 AM GMT-04:00
GitHubWednesday, September 27th, 2023 at 8:32:12 AM GMT-04:00
UnknownWednesday, September 27th, 2023 at 8:32:13 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 4:30:59 AM GMT-04:00
UnknownWednesday, September 27th, 2023 at 8:32:13 AM GMT-04:00
GitHubWednesday, September 27th, 2023 at 9:02:53 AM GMT-04:00
UnknownFriday, October 6th, 2023 at 7:33:42 AM GMT-04:00
GitHubWednesday, September 27th, 2023 at 10:58:54 AM GMT-04:00
UnknownThursday, September 28th, 2023 at 7:50:05 AM GMT-04:00
GitHubWednesday, September 27th, 2023 at 12:43:15 PM GMT-04:00
GitHubThursday, September 28th, 2023 at 4:25:39 AM GMT-04:00
UnknownThursday, September 28th, 2023 at 4:25:39 AM GMT-04:00
GitHubThursday, September 28th, 2023 at 4:27:32 AM GMT-04:00
GitHubThursday, September 28th, 2023 at 4:30:01 AM GMT-04:00
GitHubThursday, September 28th, 2023 at 4:42:07 AM GMT-04:00
UnknownThursday, September 28th, 2023 at 7:51:57 AM GMT-04:00
GitHubThursday, September 28th, 2023 at 7:38:48 AM GMT-04:00
UnknownFriday, September 29th, 2023 at 9:20:27 AM GMT-04:00
UnknownThursday, September 28th, 2023 at 7:50:05 AM GMT-04:00
GitHubThursday, September 28th, 2023 at 7:50:06 AM GMT-04:00
UnknownThursday, September 28th, 2023 at 7:50:07 AM GMT-04:00
GitHubThursday, September 28th, 2023 at 7:51:56 AM GMT-04:00
UnknownThursday, September 28th, 2023 at 7:51:57 AM GMT-04:00
GitHubThursday, September 28th, 2023 at 7:51:57 AM GMT-04:00
UnknownThursday, September 28th, 2023 at 7:51:57 AM GMT-04:00
GitHubThursday, September 28th, 2023 at 7:53:40 AM GMT-04:00
GitHubThursday, September 28th, 2023 at 7:54:18 AM GMT-04:00
GitHubThursday, September 28th, 2023 at 7:56:35 AM GMT-04:00
GitHubThursday, September 28th, 2023 at 11:38:12 AM GMT-04:00
UnknownThursday, September 28th, 2023 at 12:02:27 PM GMT-04:00
UnknownThursday, September 28th, 2023 at 12:02:27 PM GMT-04:00
GitHubThursday, September 28th, 2023 at 12:02:27 PM GMT-04:00
GitHubThursday, September 28th, 2023 at 12:04:29 PM GMT-04:00
GitHubThursday, September 28th, 2023 at 12:06:52 PM GMT-04:00
GitHubThursday, September 28th, 2023 at 6:13:11 PM GMT-04:00
UnknownFriday, September 29th, 2023 at 4:43:53 AM GMT-04:00
GitHubFriday, September 29th, 2023 at 4:43:52 AM GMT-04:00
UnknownFriday, September 29th, 2023 at 4:43:53 AM GMT-04:00
GitHubFriday, September 29th, 2023 at 4:45:51 AM GMT-04:00
GitHubFriday, September 29th, 2023 at 4:48:17 AM GMT-04:00
GitHubFriday, September 29th, 2023 at 5:12:10 AM GMT-04:00
UnknownMonday, October 2nd, 2023 at 2:13:19 AM GMT-04:00
GitHubFriday, September 29th, 2023 at 7:11:10 AM GMT-04:00
UnknownFriday, September 29th, 2023 at 7:11:11 AM GMT-04:00
UnknownMonday, October 2nd, 2023 at 4:21:45 AM GMT-04:00
UnknownFriday, September 29th, 2023 at 7:11:11 AM GMT-04:00
GitHubFriday, September 29th, 2023 at 9:20:26 AM GMT-04:00
UnknownFriday, September 29th, 2023 at 9:20:27 AM GMT-04:00
GitHubFriday, September 29th, 2023 at 9:22:21 AM GMT-04:00
GitHubFriday, September 29th, 2023 at 9:25:29 AM GMT-04:00
GitHubFriday, September 29th, 2023 at 10:23:18 AM GMT-04:00
GitHubSunday, October 1st, 2023 at 12:34:14 AM GMT-04:00
UnknownMonday, October 2nd, 2023 at 2:14:36 AM GMT-04:00
GitHubSunday, October 1st, 2023 at 12:34:25 AM GMT-04:00
UnknownMonday, October 2nd, 2023 at 2:14:11 AM GMT-04:00
GitHubSunday, October 1st, 2023 at 12:51:58 AM GMT-04:00
UnknownSunday, October 1st, 2023 at 1:36:56 AM GMT-04:00
UnknownSunday, October 1st, 2023 at 1:36:56 AM GMT-04:00
GitHubSunday, October 1st, 2023 at 1:36:57 AM GMT-04:00
GitHubSunday, October 1st, 2023 at 1:38:43 AM GMT-04:00
GitHubSunday, October 1st, 2023 at 1:41:28 AM GMT-04:00
GitHubMonday, October 2nd, 2023 at 2:13:19 AM GMT-04:00
UnknownMonday, October 2nd, 2023 at 2:13:19 AM GMT-04:00
GitHubMonday, October 2nd, 2023 at 2:14:10 AM GMT-04:00
UnknownMonday, October 2nd, 2023 at 2:14:11 AM GMT-04:00
GitHubMonday, October 2nd, 2023 at 2:14:36 AM GMT-04:00
UnknownMonday, October 2nd, 2023 at 2:14:36 AM GMT-04:00
GitHubMonday, October 2nd, 2023 at 2:15:02 AM GMT-04:00
GitHubMonday, October 2nd, 2023 at 2:15:50 AM GMT-04:00
GitHubMonday, October 2nd, 2023 at 2:16:24 AM GMT-04:00
GitHubMonday, October 2nd, 2023 at 2:17:44 AM GMT-04:00
GitHubMonday, October 2nd, 2023 at 2:18:49 AM GMT-04:00
GitHubMonday, October 2nd, 2023 at 3:05:39 AM GMT-04:00
UnknownMonday, October 2nd, 2023 at 3:05:39 AM GMT-04:00
UnknownMonday, October 2nd, 2023 at 3:05:39 AM GMT-04:00
GitHubMonday, October 2nd, 2023 at 4:21:45 AM GMT-04:00
UnknownMonday, October 2nd, 2023 at 4:21:45 AM GMT-04:00
GitHubMonday, October 2nd, 2023 at 4:23:34 AM GMT-04:00
GitHubMonday, October 2nd, 2023 at 4:25:50 AM GMT-04:00
GitHubMonday, October 2nd, 2023 at 11:26:07 AM GMT-04:00
UnknownMonday, October 2nd, 2023 at 1:18:28 PM GMT-04:00
GitHubMonday, October 2nd, 2023 at 1:18:27 PM GMT-04:00
UnknownMonday, October 2nd, 2023 at 1:18:28 PM GMT-04:00
GitHubMonday, October 2nd, 2023 at 1:20:49 PM GMT-04:00
GitHubMonday, October 2nd, 2023 at 1:57:37 PM GMT-04:00
UnknownThursday, October 5th, 2023 at 6:52:49 AM GMT-04:00
GitHubMonday, October 2nd, 2023 at 2:37:37 PM GMT-04:00
UnknownTuesday, October 3rd, 2023 at 9:02:00 AM GMT-04:00
GitHubMonday, October 2nd, 2023 at 7:15:48 PM GMT-04:00
UnknownMonday, October 2nd, 2023 at 7:19:51 PM GMT-04:00
GitHubMonday, October 2nd, 2023 at 7:19:50 PM GMT-04:00
UnknownMonday, October 2nd, 2023 at 7:19:51 PM GMT-04:00
GitHubMonday, October 2nd, 2023 at 7:22:16 PM GMT-04:00
GitHubMonday, October 2nd, 2023 at 9:48:34 PM GMT-04:00
UnknownWednesday, October 4th, 2023 at 2:16:58 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 8:30:35 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 8:49:45 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 3:33:43 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 9:02:00 AM GMT-04:00
UnknownTuesday, October 3rd, 2023 at 9:02:00 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 9:03:12 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 9:04:10 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 9:05:11 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 9:06:39 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 9:07:42 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 9:13:01 AM GMT-04:00
UnknownTuesday, October 3rd, 2023 at 10:07:58 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 10:07:57 AM GMT-04:00
UnknownTuesday, October 3rd, 2023 at 10:07:58 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 10:08:47 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 3:17:15 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 10:08:49 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 2:41:11 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 10:08:52 AM GMT-04:00
UnknownThursday, October 5th, 2023 at 4:13:10 PM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 10:08:59 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 4:30:56 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 10:09:15 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 10:09:24 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 2:43:39 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 10:09:30 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 2:43:00 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 10:09:44 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 10:11:59 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 10:12:06 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 10:14:38 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 10:33:29 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 2:58:00 PM GMT-04:00
UnknownWednesday, October 4th, 2023 at 11:59:14 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 2:16:58 AM GMT-04:00
GitHubWednesday, October 4th, 2023 at 2:16:58 AM GMT-04:00
GitHubWednesday, October 4th, 2023 at 2:18:47 AM GMT-04:00
GitHubWednesday, October 4th, 2023 at 2:21:05 AM GMT-04:00
GitHubWednesday, October 4th, 2023 at 2:41:10 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 2:41:11 AM GMT-04:00
GitHubWednesday, October 4th, 2023 at 2:42:57 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 2:43:00 AM GMT-04:00
GitHubWednesday, October 4th, 2023 at 2:43:38 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 2:43:39 AM GMT-04:00
GitHubWednesday, October 4th, 2023 at 2:45:37 AM GMT-04:00
GitHubWednesday, October 4th, 2023 at 2:45:46 AM GMT-04:00
GitHubWednesday, October 4th, 2023 at 2:48:00 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 3:17:15 AM GMT-04:00
GitHubWednesday, October 4th, 2023 at 3:33:42 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 3:33:43 AM GMT-04:00
GitHubWednesday, October 4th, 2023 at 3:35:46 AM GMT-04:00
GitHubWednesday, October 4th, 2023 at 3:38:48 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 4:30:56 AM GMT-04:00
GitHubWednesday, October 4th, 2023 at 4:30:57 AM GMT-04:00
GitHubWednesday, October 4th, 2023 at 4:32:48 AM GMT-04:00
GitHubWednesday, October 4th, 2023 at 4:35:12 AM GMT-04:00
GitHubWednesday, October 4th, 2023 at 8:48:47 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 3:31:35 AM GMT-04:00
GitHubWednesday, October 4th, 2023 at 8:48:58 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 8:48:59 AM GMT-04:00
UnknownFriday, October 6th, 2023 at 7:33:42 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 8:48:59 AM GMT-04:00
GitHubWednesday, October 4th, 2023 at 9:15:04 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 5:59:23 PM GMT-04:00
GitHubWednesday, October 4th, 2023 at 10:57:04 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 11:59:14 AM GMT-04:00
GitHubWednesday, October 4th, 2023 at 11:59:14 AM GMT-04:00
GitHubWednesday, October 4th, 2023 at 12:02:15 PM GMT-04:00
UnknownWednesday, October 4th, 2023 at 5:59:23 PM GMT-04:00
GitHubWednesday, October 4th, 2023 at 5:59:23 PM GMT-04:00
GitHubWednesday, October 4th, 2023 at 6:06:38 PM GMT-04:00
GitHubWednesday, October 4th, 2023 at 8:24:20 PM GMT-04:00
GitHubThursday, October 5th, 2023 at 6:52:49 AM GMT-04:00
UnknownThursday, October 5th, 2023 at 6:52:49 AM GMT-04:00
GitHubThursday, October 5th, 2023 at 6:55:04 AM GMT-04:00
GitHubThursday, October 5th, 2023 at 7:36:56 AM GMT-04:00
UnknownThursday, October 5th, 2023 at 5:46:56 PM GMT-04:00
GitHubThursday, October 5th, 2023 at 10:54:09 AM GMT-04:00
UnknownSunday, October 8th, 2023 at 6:44:55 PM GMT-04:00
UnknownThursday, October 5th, 2023 at 4:13:10 PM GMT-04:00
GitHubThursday, October 5th, 2023 at 4:13:10 PM GMT-04:00
GitHubThursday, October 5th, 2023 at 4:15:14 PM GMT-04:00
GitHubThursday, October 5th, 2023 at 4:17:45 PM GMT-04:00
GitHubThursday, October 5th, 2023 at 5:27:43 PM GMT-04:00
GitHubThursday, October 5th, 2023 at 5:46:56 PM GMT-04:00
UnknownThursday, October 5th, 2023 at 5:46:56 PM GMT-04:00
GitHubThursday, October 5th, 2023 at 5:49:15 PM GMT-04:00
GitHubThursday, October 5th, 2023 at 5:50:31 PM GMT-04:00
GitHubThursday, October 5th, 2023 at 7:06:12 PM GMT-04:00
GitHubFriday, October 6th, 2023 at 4:29:35 AM GMT-04:00
GitHubFriday, October 6th, 2023 at 7:33:42 AM GMT-04:00
UnknownFriday, October 6th, 2023 at 7:33:42 AM GMT-04:00
UnknownFriday, October 6th, 2023 at 7:33:42 AM GMT-04:00
GitHubFriday, October 6th, 2023 at 7:35:43 AM GMT-04:00
GitHubFriday, October 6th, 2023 at 7:38:30 AM GMT-04:00
GitHubFriday, October 6th, 2023 at 8:26:48 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 4:35:46 AM GMT-04:00
GitHubFriday, October 6th, 2023 at 9:18:00 AM GMT-04:00
UnknownFriday, October 20th, 2023 at 7:05:52 AM GMT-04:00
GitHubFriday, October 6th, 2023 at 10:00:40 AM GMT-04:00
UnknownTuesday, October 10th, 2023 at 1:26:33 PM GMT-04:00
GitHubSunday, October 8th, 2023 at 12:19:12 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 2:23:18 AM GMT-04:00
GitHubSunday, October 8th, 2023 at 12:19:31 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 2:23:47 AM GMT-04:00
GitHubSunday, October 8th, 2023 at 12:19:37 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 2:23:37 AM GMT-04:00
GitHubSunday, October 8th, 2023 at 12:19:39 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 3:28:20 AM GMT-04:00
GitHubSunday, October 8th, 2023 at 12:39:35 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 2:20:49 AM GMT-04:00
GitHubSunday, October 8th, 2023 at 12:40:36 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 4:36:40 AM GMT-04:00
GitHubSunday, October 8th, 2023 at 12:41:33 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 2:21:15 AM GMT-04:00
UnknownSunday, October 8th, 2023 at 6:44:55 PM GMT-04:00
GitHubSunday, October 8th, 2023 at 6:44:55 PM GMT-04:00
GitHubSunday, October 8th, 2023 at 6:47:43 PM GMT-04:00
GitHubMonday, October 9th, 2023 at 12:16:01 AM GMT-04:00
UnknownThursday, October 19th, 2023 at 2:20:45 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 2:20:49 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 2:20:50 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 2:21:15 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 2:21:16 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 2:22:48 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 2:23:13 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 2:23:18 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 2:23:37 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 2:23:47 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 2:25:30 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 2:25:37 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 3:28:20 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 3:28:21 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 3:30:02 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 3:31:35 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 3:31:36 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 3:32:26 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 3:33:57 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 4:35:46 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 4:35:46 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 4:35:47 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 4:35:47 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 4:35:47 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 4:36:40 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 4:36:40 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 4:37:37 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 4:38:38 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 4:40:13 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 4:40:56 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 7:54:56 AM GMT-04:00
UnknownThursday, October 12th, 2023 at 4:44:41 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 9:47:28 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 9:58:11 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 9:58:11 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 9:58:12 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 9:59:11 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 10:00:28 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 10:01:15 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 10:03:33 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 1:33:03 PM GMT-04:00
UnknownMonday, October 9th, 2023 at 2:32:45 PM GMT-04:00
GitHubMonday, October 9th, 2023 at 2:32:45 PM GMT-04:00
UnknownMonday, October 9th, 2023 at 2:32:45 PM GMT-04:00
GitHubMonday, October 9th, 2023 at 2:34:45 PM GMT-04:00
GitHubMonday, October 9th, 2023 at 2:37:17 PM GMT-04:00
GitHubMonday, October 9th, 2023 at 2:37:37 PM GMT-04:00
UnknownMonday, October 9th, 2023 at 2:42:15 PM GMT-04:00
UnknownMonday, October 9th, 2023 at 2:42:15 PM GMT-04:00
GitHubMonday, October 9th, 2023 at 2:42:15 PM GMT-04:00
GitHubMonday, October 9th, 2023 at 2:43:19 PM GMT-04:00
GitHubMonday, October 9th, 2023 at 2:45:38 PM GMT-04:00
GitHubMonday, October 9th, 2023 at 2:47:25 PM GMT-04:00
GitHubMonday, October 9th, 2023 at 2:47:56 PM GMT-04:00
GitHubMonday, October 9th, 2023 at 2:49:57 PM GMT-04:00
GitHubMonday, October 9th, 2023 at 3:16:16 PM GMT-04:00
GitHubTuesday, October 10th, 2023 at 7:55:33 AM GMT-04:00
UnknownTuesday, October 10th, 2023 at 7:55:33 AM GMT-04:00
UnknownWednesday, October 11th, 2023 at 2:04:28 AM GMT-04:00
UnknownTuesday, October 10th, 2023 at 7:55:33 AM GMT-04:00
UnknownTuesday, October 10th, 2023 at 1:26:33 PM GMT-04:00
GitHubTuesday, October 10th, 2023 at 1:26:33 PM GMT-04:00
GitHubTuesday, October 10th, 2023 at 1:28:56 PM GMT-04:00
GitHubTuesday, October 10th, 2023 at 2:43:56 PM GMT-04:00
UnknownWednesday, October 11th, 2023 at 1:24:47 PM GMT-04:00
UnknownWednesday, October 11th, 2023 at 2:04:28 AM GMT-04:00
GitHubWednesday, October 11th, 2023 at 2:04:28 AM GMT-04:00
GitHubWednesday, October 11th, 2023 at 2:06:33 AM GMT-04:00
GitHubWednesday, October 11th, 2023 at 2:08:54 AM GMT-04:00
GitHubWednesday, October 11th, 2023 at 2:17:24 AM GMT-04:00
UnknownThursday, November 9th, 2023 at 10:15:37 AM GMT-05:00
GitHubWednesday, October 11th, 2023 at 6:34:27 AM GMT-04:00
UnknownWednesday, October 11th, 2023 at 6:34:27 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:48:04 AM GMT-04:00
UnknownWednesday, October 11th, 2023 at 6:34:27 AM GMT-04:00
GitHubWednesday, October 11th, 2023 at 1:24:47 PM GMT-04:00
UnknownWednesday, October 11th, 2023 at 1:24:47 PM GMT-04:00
GitHubWednesday, October 11th, 2023 at 1:30:07 PM GMT-04:00
UnknownThursday, October 12th, 2023 at 4:44:41 AM GMT-04:00
GitHubThursday, October 12th, 2023 at 4:44:41 AM GMT-04:00
GitHubThursday, October 12th, 2023 at 4:46:38 AM GMT-04:00
GitHubThursday, October 12th, 2023 at 4:49:14 AM GMT-04:00
GitHubThursday, October 12th, 2023 at 10:56:54 AM GMT-04:00
UnknownThursday, October 19th, 2023 at 3:33:04 PM GMT-04:00
GitHubFriday, October 13th, 2023 at 8:53:44 AM GMT-04:00
UnknownFriday, October 13th, 2023 at 9:36:57 AM GMT-04:00
GitHubFriday, October 13th, 2023 at 9:14:54 AM GMT-04:00
GitHubFriday, October 13th, 2023 at 9:18:52 AM GMT-04:00
UnknownFriday, October 13th, 2023 at 9:18:53 AM GMT-04:00
UnknownFriday, October 13th, 2023 at 9:18:53 AM GMT-04:00
GitHubFriday, October 13th, 2023 at 9:28:45 AM GMT-04:00
UnknownFriday, October 13th, 2023 at 9:36:57 AM GMT-04:00
GitHubFriday, October 13th, 2023 at 9:36:59 AM GMT-04:00
GitHubFriday, October 13th, 2023 at 9:39:42 AM GMT-04:00
GitHubFriday, October 13th, 2023 at 1:03:14 PM GMT-04:00
GitHubSunday, October 15th, 2023 at 12:05:12 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:04:25 AM GMT-04:00
GitHubSunday, October 15th, 2023 at 12:05:13 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:12:15 AM GMT-04:00
GitHubSunday, October 15th, 2023 at 12:18:47 AM GMT-04:00
UnknownWednesday, October 18th, 2023 at 2:05:19 AM GMT-04:00
GitHubSunday, October 15th, 2023 at 12:42:08 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:04:56 AM GMT-04:00
GitHubSunday, October 15th, 2023 at 12:42:16 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:05:55 AM GMT-04:00
GitHubSunday, October 15th, 2023 at 12:42:28 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:05:25 AM GMT-04:00
GitHubSunday, October 15th, 2023 at 12:52:00 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:02:31 AM GMT-04:00
GitHubSunday, October 15th, 2023 at 12:52:01 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:06:19 AM GMT-04:00
GitHubMonday, October 16th, 2023 at 12:44:43 AM GMT-04:00
GitHubMonday, October 16th, 2023 at 12:44:54 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:02:31 AM GMT-04:00
GitHubMonday, October 16th, 2023 at 2:02:32 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:04:25 AM GMT-04:00
GitHubMonday, October 16th, 2023 at 2:04:29 AM GMT-04:00
GitHubMonday, October 16th, 2023 at 2:04:55 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:04:56 AM GMT-04:00
GitHubMonday, October 16th, 2023 at 2:05:25 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:05:25 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:05:55 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:06:19 AM GMT-04:00
GitHubMonday, October 16th, 2023 at 2:06:57 AM GMT-04:00
GitHubMonday, October 16th, 2023 at 2:07:11 AM GMT-04:00
GitHubMonday, October 16th, 2023 at 2:07:17 AM GMT-04:00
GitHubMonday, October 16th, 2023 at 2:09:18 AM GMT-04:00
GitHubMonday, October 16th, 2023 at 2:10:01 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:12:15 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:48:04 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 4:30:59 AM GMT-04:00
GitHubMonday, October 16th, 2023 at 4:30:59 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 4:30:59 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 4:30:59 AM GMT-04:00
GitHubMonday, October 16th, 2023 at 4:31:00 AM GMT-04:00
GitHubMonday, October 16th, 2023 at 4:32:49 AM GMT-04:00
GitHubMonday, October 16th, 2023 at 4:35:07 AM GMT-04:00
GitHubMonday, October 16th, 2023 at 8:02:57 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 8:02:57 AM GMT-04:00
UnknownMonday, October 23rd, 2023 at 5:57:30 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 8:02:57 AM GMT-04:00
GitHubMonday, October 16th, 2023 at 10:19:13 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 4:59:56 PM GMT-04:00
UnknownMonday, October 16th, 2023 at 4:59:56 PM GMT-04:00
GitHubMonday, October 16th, 2023 at 4:59:56 PM GMT-04:00
GitHubMonday, October 16th, 2023 at 5:02:41 PM GMT-04:00
GitHubTuesday, October 17th, 2023 at 4:35:32 AM GMT-04:00
UnknownTuesday, October 17th, 2023 at 4:35:33 AM GMT-04:00
UnknownWednesday, October 25th, 2023 at 3:34:22 AM GMT-04:00
UnknownTuesday, October 17th, 2023 at 4:35:33 AM GMT-04:00
UnknownWednesday, October 18th, 2023 at 2:05:19 AM GMT-04:00
GitHubWednesday, October 18th, 2023 at 10:29:38 AM GMT-04:00
GitHubThursday, October 19th, 2023 at 2:20:44 AM GMT-04:00
UnknownThursday, October 19th, 2023 at 2:20:45 AM GMT-04:00
GitHubThursday, October 19th, 2023 at 2:22:57 AM GMT-04:00
GitHubThursday, October 19th, 2023 at 2:25:34 AM GMT-04:00
GitHubThursday, October 19th, 2023 at 5:43:58 AM GMT-04:00
UnknownThursday, October 19th, 2023 at 5:43:58 AM GMT-04:00
UnknownThursday, October 26th, 2023 at 5:48:16 AM GMT-04:00
UnknownThursday, October 19th, 2023 at 5:43:58 AM GMT-04:00
GitHubThursday, October 19th, 2023 at 8:01:50 AM GMT-04:00
UnknownThursday, October 19th, 2023 at 8:01:51 AM GMT-04:00
UnknownFriday, October 20th, 2023 at 7:05:52 AM GMT-04:00
UnknownThursday, October 19th, 2023 at 8:01:51 AM GMT-04:00
GitHubThursday, October 19th, 2023 at 3:33:03 PM GMT-04:00
UnknownThursday, October 19th, 2023 at 3:33:04 PM GMT-04:00
GitHubThursday, October 19th, 2023 at 3:35:39 PM GMT-04:00
GitHubThursday, October 19th, 2023 at 3:49:03 PM GMT-04:00
UnknownThursday, October 19th, 2023 at 4:25:12 PM GMT-04:00
GitHubThursday, October 19th, 2023 at 4:25:11 PM GMT-04:00
UnknownThursday, October 19th, 2023 at 4:25:12 PM GMT-04:00
GitHubThursday, October 19th, 2023 at 4:27:24 PM GMT-04:00
GitHubThursday, October 19th, 2023 at 5:52:21 PM GMT-04:00
UnknownThursday, October 19th, 2023 at 5:55:05 PM GMT-04:00
UnknownThursday, October 19th, 2023 at 5:55:05 PM GMT-04:00
GitHubThursday, October 19th, 2023 at 5:55:05 PM GMT-04:00
GitHubThursday, October 19th, 2023 at 5:57:44 PM GMT-04:00
GitHubFriday, October 20th, 2023 at 6:58:41 AM GMT-04:00
UnknownMonday, October 23rd, 2023 at 3:45:25 AM GMT-04:00
GitHubFriday, October 20th, 2023 at 7:05:52 AM GMT-04:00
UnknownFriday, October 20th, 2023 at 7:05:52 AM GMT-04:00
UnknownFriday, October 20th, 2023 at 7:05:52 AM GMT-04:00
GitHubFriday, October 20th, 2023 at 7:07:57 AM GMT-04:00
GitHubFriday, October 20th, 2023 at 7:10:17 AM GMT-04:00
GitHubFriday, October 20th, 2023 at 7:49:50 AM GMT-04:00
UnknownMonday, October 23rd, 2023 at 3:46:24 AM GMT-04:00
GitHubFriday, October 20th, 2023 at 10:03:38 AM GMT-04:00
GitHubSunday, October 22nd, 2023 at 12:01:45 AM GMT-04:00
UnknownMonday, October 23rd, 2023 at 3:51:04 AM GMT-04:00
GitHubSunday, October 22nd, 2023 at 12:01:53 AM GMT-04:00
UnknownMonday, October 23rd, 2023 at 3:51:51 AM GMT-04:00
GitHubSunday, October 22nd, 2023 at 12:35:40 AM GMT-04:00
UnknownMonday, October 23rd, 2023 at 3:52:39 AM GMT-04:00
UnknownMonday, October 23rd, 2023 at 3:45:25 AM GMT-04:00
GitHubMonday, October 23rd, 2023 at 3:46:23 AM GMT-04:00
UnknownMonday, October 23rd, 2023 at 3:46:24 AM GMT-04:00
GitHubMonday, October 23rd, 2023 at 3:48:32 AM GMT-04:00
GitHubMonday, October 23rd, 2023 at 3:50:45 AM GMT-04:00
GitHubMonday, October 23rd, 2023 at 3:51:03 AM GMT-04:00
UnknownMonday, October 23rd, 2023 at 3:51:04 AM GMT-04:00
GitHubMonday, October 23rd, 2023 at 3:51:50 AM GMT-04:00
UnknownMonday, October 23rd, 2023 at 3:51:51 AM GMT-04:00
UnknownMonday, October 23rd, 2023 at 3:52:39 AM GMT-04:00
GitHubMonday, October 23rd, 2023 at 3:52:40 AM GMT-04:00
GitHubMonday, October 23rd, 2023 at 3:52:48 AM GMT-04:00
GitHubMonday, October 23rd, 2023 at 3:53:57 AM GMT-04:00
GitHubMonday, October 23rd, 2023 at 3:54:55 AM GMT-04:00
GitHubMonday, October 23rd, 2023 at 3:56:33 AM GMT-04:00
GitHubMonday, October 23rd, 2023 at 4:00:17 AM GMT-04:00
GitHubMonday, October 23rd, 2023 at 4:02:53 AM GMT-04:00
GitHubMonday, October 23rd, 2023 at 5:57:30 AM GMT-04:00
UnknownMonday, October 23rd, 2023 at 5:57:30 AM GMT-04:00
GitHubMonday, October 23rd, 2023 at 12:55:33 PM GMT-04:00
UnknownMonday, October 23rd, 2023 at 5:01:17 PM GMT-04:00
GitHubMonday, October 23rd, 2023 at 5:01:15 PM GMT-04:00
UnknownMonday, October 23rd, 2023 at 5:01:17 PM GMT-04:00
GitHubMonday, October 23rd, 2023 at 5:03:52 PM GMT-04:00
GitHubTuesday, October 24th, 2023 at 9:45:42 AM GMT-04:00
UnknownMonday, October 30th, 2023 at 5:05:57 PM GMT-04:00
GitHubTuesday, October 24th, 2023 at 10:35:38 AM GMT-04:00
UnknownMonday, October 30th, 2023 at 5:05:35 PM GMT-04:00
GitHubTuesday, October 24th, 2023 at 7:34:26 PM GMT-04:00
UnknownThursday, October 26th, 2023 at 5:49:47 AM GMT-04:00
GitHubTuesday, October 24th, 2023 at 11:57:46 PM GMT-04:00
UnknownFriday, November 10th, 2023 at 7:19:42 AM GMT-05:00
GitHubWednesday, October 25th, 2023 at 3:34:21 AM GMT-04:00
UnknownWednesday, October 25th, 2023 at 3:34:22 AM GMT-04:00
UnknownWednesday, October 25th, 2023 at 3:34:22 AM GMT-04:00
GitHubWednesday, October 25th, 2023 at 3:36:08 AM GMT-04:00
GitHubWednesday, October 25th, 2023 at 3:38:41 AM GMT-04:00
GitHubWednesday, October 25th, 2023 at 3:40:40 AM GMT-04:00
UnknownThursday, October 26th, 2023 at 5:40:57 AM GMT-04:00
GitHubWednesday, October 25th, 2023 at 5:56:06 PM GMT-04:00
GitHubThursday, October 26th, 2023 at 4:25:10 AM GMT-04:00
UnknownThursday, October 26th, 2023 at 4:25:10 AM GMT-04:00
UnknownThursday, October 26th, 2023 at 5:40:57 AM GMT-04:00
UnknownThursday, October 26th, 2023 at 4:25:10 AM GMT-04:00
GitHubThursday, October 26th, 2023 at 5:40:56 AM GMT-04:00
UnknownThursday, October 26th, 2023 at 5:40:57 AM GMT-04:00
UnknownThursday, October 26th, 2023 at 5:40:57 AM GMT-04:00
GitHubThursday, October 26th, 2023 at 5:42:42 AM GMT-04:00
GitHubThursday, October 26th, 2023 at 5:45:05 AM GMT-04:00
GitHubThursday, October 26th, 2023 at 5:48:16 AM GMT-04:00
UnknownThursday, October 26th, 2023 at 5:48:16 AM GMT-04:00
UnknownThursday, October 26th, 2023 at 5:49:47 AM GMT-04:00
GitHubThursday, October 26th, 2023 at 5:50:50 AM GMT-04:00
GitHubThursday, October 26th, 2023 at 5:53:55 AM GMT-04:00
GitHubThursday, October 26th, 2023 at 6:16:53 AM GMT-04:00
UnknownThursday, October 26th, 2023 at 6:35:14 AM GMT-04:00
UnknownThursday, October 26th, 2023 at 7:48:49 AM GMT-04:00
UnknownThursday, October 26th, 2023 at 6:35:14 AM GMT-04:00
GitHubThursday, October 26th, 2023 at 7:08:27 AM GMT-04:00
GitHubThursday, October 26th, 2023 at 7:08:27 AM GMT-04:00
UnknownThursday, October 26th, 2023 at 7:08:27 AM GMT-04:00
UnknownThursday, October 26th, 2023 at 7:08:27 AM GMT-04:00
GitHubThursday, October 26th, 2023 at 7:10:52 AM GMT-04:00
GitHubThursday, October 26th, 2023 at 7:13:36 AM GMT-04:00
UnknownThursday, October 26th, 2023 at 7:48:49 AM GMT-04:00
GitHubFriday, October 27th, 2023 at 5:00:21 AM GMT-04:00
UnknownWednesday, November 15th, 2023 at 4:58:47 AM GMT-05:00
GitHubFriday, October 27th, 2023 at 9:23:56 AM GMT-04:00
UnknownFriday, October 27th, 2023 at 9:23:56 AM GMT-04:00
UnknownFriday, October 27th, 2023 at 9:33:24 AM GMT-04:00
UnknownFriday, October 27th, 2023 at 9:23:56 AM GMT-04:00
GitHubFriday, October 27th, 2023 at 9:33:23 AM GMT-04:00
UnknownFriday, October 27th, 2023 at 9:33:24 AM GMT-04:00
GitHubFriday, October 27th, 2023 at 9:36:02 AM GMT-04:00
GitHubFriday, October 27th, 2023 at 9:38:18 AM GMT-04:00
GitHubFriday, October 27th, 2023 at 12:55:58 PM GMT-04:00
UnknownMonday, October 30th, 2023 at 9:05:29 AM GMT-04:00
GitHubSunday, October 29th, 2023 at 12:24:29 AM GMT-04:00
UnknownMonday, October 30th, 2023 at 2:53:06 AM GMT-04:00
GitHubSunday, October 29th, 2023 at 11:15:19 PM GMT-04:00
UnknownTuesday, October 31st, 2023 at 2:32:45 AM GMT-04:00
GitHubMonday, October 30th, 2023 at 12:45:40 AM GMT-04:00
GitHubMonday, October 30th, 2023 at 2:53:05 AM GMT-04:00
UnknownMonday, October 30th, 2023 at 2:53:06 AM GMT-04:00
GitHubMonday, October 30th, 2023 at 2:55:39 AM GMT-04:00
GitHubMonday, October 30th, 2023 at 2:58:20 AM GMT-04:00
GitHubMonday, October 30th, 2023 at 5:23:38 AM GMT-04:00
UnknownTuesday, October 31st, 2023 at 2:34:07 AM GMT-04:00
GitHubMonday, October 30th, 2023 at 9:05:29 AM GMT-04:00
UnknownMonday, October 30th, 2023 at 9:05:29 AM GMT-04:00
GitHubMonday, October 30th, 2023 at 9:07:50 AM GMT-04:00
GitHubMonday, October 30th, 2023 at 11:17:21 AM GMT-04:00
UnknownMonday, October 30th, 2023 at 5:17:18 PM GMT-04:00
GitHubMonday, October 30th, 2023 at 11:36:04 AM GMT-04:00
UnknownFriday, November 10th, 2023 at 4:35:54 AM GMT-05:00
GitHubMonday, October 30th, 2023 at 12:21:47 PM GMT-04:00
UnknownMonday, October 30th, 2023 at 5:05:16 PM GMT-04:00
GitHubMonday, October 30th, 2023 at 2:31:44 PM GMT-04:00
UnknownThursday, November 2nd, 2023 at 6:26:04 AM GMT-04:00
GitHubMonday, October 30th, 2023 at 5:05:16 PM GMT-04:00
UnknownMonday, October 30th, 2023 at 5:05:16 PM GMT-04:00
GitHubMonday, October 30th, 2023 at 5:05:35 PM GMT-04:00
UnknownMonday, October 30th, 2023 at 5:05:35 PM GMT-04:00
GitHubMonday, October 30th, 2023 at 5:05:57 PM GMT-04:00
UnknownMonday, October 30th, 2023 at 5:05:57 PM GMT-04:00
GitHubMonday, October 30th, 2023 at 5:08:13 PM GMT-04:00
GitHubMonday, October 30th, 2023 at 5:17:17 PM GMT-04:00
UnknownMonday, October 30th, 2023 at 5:17:18 PM GMT-04:00
GitHubMonday, October 30th, 2023 at 5:20:26 PM GMT-04:00
GitHubMonday, October 30th, 2023 at 5:23:11 PM GMT-04:00
GitHubMonday, October 30th, 2023 at 6:49:10 PM GMT-04:00
UnknownTuesday, October 31st, 2023 at 8:36:45 AM GMT-04:00
GitHubTuesday, October 31st, 2023 at 2:32:45 AM GMT-04:00
UnknownTuesday, October 31st, 2023 at 2:32:45 AM GMT-04:00
GitHubTuesday, October 31st, 2023 at 2:34:07 AM GMT-04:00
UnknownTuesday, October 31st, 2023 at 2:34:07 AM GMT-04:00
GitHubTuesday, October 31st, 2023 at 2:35:31 AM GMT-04:00
GitHubTuesday, October 31st, 2023 at 2:36:44 AM GMT-04:00
GitHubTuesday, October 31st, 2023 at 8:36:45 AM GMT-04:00
UnknownTuesday, October 31st, 2023 at 8:36:45 AM GMT-04:00
GitHubTuesday, October 31st, 2023 at 8:39:28 AM GMT-04:00
GitHubTuesday, October 31st, 2023 at 8:42:00 AM GMT-04:00
GitHubTuesday, October 31st, 2023 at 8:06:37 PM GMT-04:00
UnknownWednesday, November 15th, 2023 at 4:56:42 AM GMT-05:00
GitHubWednesday, November 1st, 2023 at 10:06:55 AM GMT-04:00
UnknownWednesday, November 8th, 2023 at 10:16:34 AM GMT-05:00
GitHubWednesday, November 1st, 2023 at 12:28:09 PM GMT-04:00
UnknownThursday, November 2nd, 2023 at 5:42:35 AM GMT-04:00
GitHubThursday, November 2nd, 2023 at 5:42:34 AM GMT-04:00
UnknownThursday, November 2nd, 2023 at 5:42:35 AM GMT-04:00
GitHubThursday, November 2nd, 2023 at 5:45:57 AM GMT-04:00
GitHubThursday, November 2nd, 2023 at 5:46:19 AM GMT-04:00
GitHubThursday, November 2nd, 2023 at 5:48:27 AM GMT-04:00
GitHubThursday, November 2nd, 2023 at 5:48:58 AM GMT-04:00
GitHubThursday, November 2nd, 2023 at 5:51:51 AM GMT-04:00
GitHubThursday, November 2nd, 2023 at 6:10:25 AM GMT-04:00
UnknownThursday, November 2nd, 2023 at 6:26:04 AM GMT-04:00
GitHubThursday, November 2nd, 2023 at 6:26:04 AM GMT-04:00
GitHubThursday, November 2nd, 2023 at 6:28:34 AM GMT-04:00
GitHubThursday, November 2nd, 2023 at 6:38:03 AM GMT-04:00
UnknownThursday, November 2nd, 2023 at 6:50:29 AM GMT-04:00
GitHubThursday, November 2nd, 2023 at 6:50:27 AM GMT-04:00
UnknownThursday, November 2nd, 2023 at 6:50:29 AM GMT-04:00
GitHubThursday, November 2nd, 2023 at 6:53:15 AM GMT-04:00
GitHubFriday, November 3rd, 2023 at 7:31:33 AM GMT-04:00
GitHubFriday, November 3rd, 2023 at 7:43:08 AM GMT-04:00
UnknownThursday, November 9th, 2023 at 5:03:09 AM GMT-05:00
GitHubFriday, November 3rd, 2023 at 10:38:19 AM GMT-04:00
UnknownFriday, November 3rd, 2023 at 2:14:40 PM GMT-04:00
GitHubFriday, November 3rd, 2023 at 1:26:17 PM GMT-04:00
GitHubFriday, November 3rd, 2023 at 1:32:04 PM GMT-04:00
GitHubFriday, November 3rd, 2023 at 1:32:59 PM GMT-04:00
GitHubFriday, November 3rd, 2023 at 1:34:40 PM GMT-04:00
UnknownFriday, November 3rd, 2023 at 1:34:40 PM GMT-04:00
UnknownFriday, November 3rd, 2023 at 1:34:40 PM GMT-04:00
UnknownFriday, November 3rd, 2023 at 2:14:40 PM GMT-04:00
GitHubFriday, November 3rd, 2023 at 2:40:40 PM GMT-04:00
UnknownFriday, November 3rd, 2023 at 2:43:56 PM GMT-04:00
GitHubFriday, November 3rd, 2023 at 2:43:10 PM GMT-04:00
UnknownFriday, November 3rd, 2023 at 2:43:56 PM GMT-04:00
GitHubFriday, November 3rd, 2023 at 2:50:51 PM GMT-04:00
GitHubFriday, November 3rd, 2023 at 2:50:54 PM GMT-04:00
UnknownFriday, November 3rd, 2023 at 2:50:55 PM GMT-04:00
UnknownFriday, November 3rd, 2023 at 2:50:55 PM GMT-04:00
GitHubFriday, November 3rd, 2023 at 4:55:02 PM GMT-04:00
GitHubFriday, November 3rd, 2023 at 6:30:02 PM GMT-04:00
UnknownWednesday, November 8th, 2023 at 7:56:49 AM GMT-05:00
GitHubFriday, November 3rd, 2023 at 6:34:38 PM GMT-04:00
UnknownWednesday, November 8th, 2023 at 7:56:50 AM GMT-05:00
GitHubSunday, November 5th, 2023 at 12:03:50 AM GMT-04:00
UnknownTuesday, November 7th, 2023 at 7:16:58 AM GMT-05:00
GitHubMonday, November 6th, 2023 at 9:20:37 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 4:15:17 AM GMT-05:00
GitHubTuesday, November 7th, 2023 at 7:16:57 AM GMT-05:00
UnknownTuesday, November 7th, 2023 at 7:16:58 AM GMT-05:00
GitHubTuesday, November 7th, 2023 at 7:19:18 AM GMT-05:00
GitHubTuesday, November 7th, 2023 at 7:21:16 AM GMT-05:00
GitHubTuesday, November 7th, 2023 at 10:08:25 AM GMT-05:00
UnknownTuesday, November 7th, 2023 at 10:08:26 AM GMT-05:00
UnknownWednesday, November 8th, 2023 at 1:29:17 AM GMT-05:00
UnknownTuesday, November 7th, 2023 at 10:08:26 AM GMT-05:00
GitHubWednesday, November 8th, 2023 at 1:29:17 AM GMT-05:00
UnknownWednesday, November 8th, 2023 at 1:29:17 AM GMT-05:00
GitHubWednesday, November 8th, 2023 at 2:56:00 AM GMT-05:00
UnknownWednesday, November 8th, 2023 at 2:56:00 AM GMT-05:00
UnknownWednesday, November 8th, 2023 at 6:15:34 AM GMT-05:00
UnknownWednesday, November 8th, 2023 at 2:56:00 AM GMT-05:00
GitHubWednesday, November 8th, 2023 at 3:42:06 AM GMT-05:00
UnknownWednesday, November 8th, 2023 at 4:05:30 AM GMT-05:00
UnknownWednesday, November 8th, 2023 at 4:05:30 AM GMT-05:00
GitHubWednesday, November 8th, 2023 at 4:05:30 AM GMT-05:00
GitHubWednesday, November 8th, 2023 at 4:08:09 AM GMT-05:00
GitHubWednesday, November 8th, 2023 at 4:10:00 AM GMT-05:00
GitHubWednesday, November 8th, 2023 at 6:15:33 AM GMT-05:00
UnknownWednesday, November 8th, 2023 at 6:15:34 AM GMT-05:00
GitHubWednesday, November 8th, 2023 at 6:18:00 AM GMT-05:00
GitHubWednesday, November 8th, 2023 at 6:20:22 AM GMT-05:00
GitHubWednesday, November 8th, 2023 at 7:56:48 AM GMT-05:00
UnknownWednesday, November 8th, 2023 at 7:56:49 AM GMT-05:00
UnknownWednesday, November 8th, 2023 at 7:56:50 AM GMT-05:00
GitHubWednesday, November 8th, 2023 at 7:59:57 AM GMT-05:00
GitHubWednesday, November 8th, 2023 at 8:02:29 AM GMT-05:00
GitHubWednesday, November 8th, 2023 at 10:16:33 AM GMT-05:00
UnknownWednesday, November 8th, 2023 at 10:16:34 AM GMT-05:00
GitHubWednesday, November 8th, 2023 at 4:32:47 PM GMT-05:00
UnknownThursday, November 9th, 2023 at 5:08:05 AM GMT-05:00
GitHubThursday, November 9th, 2023 at 5:03:08 AM GMT-05:00
UnknownThursday, November 9th, 2023 at 5:03:09 AM GMT-05:00
GitHubThursday, November 9th, 2023 at 5:08:05 AM GMT-05:00
UnknownThursday, November 9th, 2023 at 5:08:05 AM GMT-05:00
UnknownThursday, November 9th, 2023 at 10:15:37 AM GMT-05:00
GitHubThursday, November 9th, 2023 at 11:33:22 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 2:32:08 PM GMT-05:00
GitHubThursday, November 9th, 2023 at 3:29:23 PM GMT-05:00
GitHubThursday, November 9th, 2023 at 4:03:16 PM GMT-05:00
UnknownFriday, November 10th, 2023 at 4:23:06 AM GMT-05:00
GitHubFriday, November 10th, 2023 at 4:23:05 AM GMT-05:00
UnknownFriday, November 10th, 2023 at 4:23:06 AM GMT-05:00
GitHubFriday, November 10th, 2023 at 4:26:31 AM GMT-05:00
GitHubFriday, November 10th, 2023 at 4:28:26 AM GMT-05:00
GitHubFriday, November 10th, 2023 at 4:35:53 AM GMT-05:00
UnknownFriday, November 10th, 2023 at 4:35:54 AM GMT-05:00
GitHubFriday, November 10th, 2023 at 4:35:54 AM GMT-05:00
UnknownFriday, November 10th, 2023 at 4:35:54 AM GMT-05:00
UnknownFriday, November 10th, 2023 at 4:35:54 AM GMT-05:00
GitHubFriday, November 10th, 2023 at 4:38:11 AM GMT-05:00
GitHubFriday, November 10th, 2023 at 4:40:07 AM GMT-05:00
GitHubFriday, November 10th, 2023 at 4:47:06 AM GMT-05:00
UnknownFriday, November 10th, 2023 at 5:11:07 AM GMT-05:00
GitHubFriday, November 10th, 2023 at 5:11:07 AM GMT-05:00
UnknownFriday, November 10th, 2023 at 5:11:07 AM GMT-05:00
GitHubFriday, November 10th, 2023 at 5:13:45 AM GMT-05:00
GitHubFriday, November 10th, 2023 at 5:15:41 AM GMT-05:00
GitHubFriday, November 10th, 2023 at 7:19:41 AM GMT-05:00
UnknownFriday, November 10th, 2023 at 7:19:42 AM GMT-05:00
GitHubFriday, November 10th, 2023 at 7:20:07 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 11:28:57 AM GMT-05:00
GitHubFriday, November 10th, 2023 at 7:22:27 AM GMT-05:00
GitHubFriday, November 10th, 2023 at 7:24:19 AM GMT-05:00
GitHubFriday, November 10th, 2023 at 10:11:13 AM GMT-05:00
UnknownFriday, November 10th, 2023 at 10:16:05 AM GMT-05:00
GitHubFriday, November 10th, 2023 at 10:16:05 AM GMT-05:00
UnknownFriday, November 10th, 2023 at 10:16:05 AM GMT-05:00
GitHubFriday, November 10th, 2023 at 4:01:19 PM GMT-05:00
GitHubSaturday, November 11th, 2023 at 11:28:57 PM GMT-05:00
UnknownMonday, November 13th, 2023 at 1:41:45 AM GMT-05:00
GitHubSaturday, November 11th, 2023 at 11:29:08 PM GMT-05:00
UnknownMonday, November 13th, 2023 at 1:41:28 AM GMT-05:00
GitHubSaturday, November 11th, 2023 at 11:29:33 PM GMT-05:00
UnknownMonday, November 13th, 2023 at 1:42:41 AM GMT-05:00
GitHubSaturday, November 11th, 2023 at 11:30:01 PM GMT-05:00
UnknownMonday, November 13th, 2023 at 5:26:08 AM GMT-05:00
GitHubSaturday, November 11th, 2023 at 11:30:02 PM GMT-05:00
UnknownMonday, November 13th, 2023 at 1:44:44 AM GMT-05:00
GitHubSaturday, November 11th, 2023 at 11:39:08 PM GMT-05:00
UnknownMonday, November 13th, 2023 at 1:45:27 AM GMT-05:00
GitHubSaturday, November 11th, 2023 at 11:39:22 PM GMT-05:00
UnknownMonday, November 13th, 2023 at 1:44:08 AM GMT-05:00
GitHubSaturday, November 11th, 2023 at 11:39:25 PM GMT-05:00
UnknownMonday, November 13th, 2023 at 1:40:43 AM GMT-05:00
GitHubSaturday, November 11th, 2023 at 11:39:42 PM GMT-05:00
UnknownMonday, November 13th, 2023 at 5:25:38 AM GMT-05:00
GitHubSaturday, November 11th, 2023 at 11:39:54 PM GMT-05:00
UnknownMonday, November 13th, 2023 at 11:32:29 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 1:40:43 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 1:40:43 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 1:41:28 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 1:41:28 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 1:41:44 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 1:41:45 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 1:42:40 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 1:42:41 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 1:44:07 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 1:44:08 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 1:44:28 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 1:44:38 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 1:44:43 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 1:44:44 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 1:45:12 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 1:45:27 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 1:45:27 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 1:46:13 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 1:46:38 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 1:47:00 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 1:47:13 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 1:48:50 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 1:59:11 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 2:01:33 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 2:10:16 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 2:12:58 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 2:17:45 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 2:20:40 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 4:15:17 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 5:25:38 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 5:25:38 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 5:26:08 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 5:26:08 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 5:29:27 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 5:31:36 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 5:52:02 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 5:52:03 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 5:52:03 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 10:44:42 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:28:56 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 11:28:57 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:29:21 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 11:31:14 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:29:22 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 11:31:43 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:29:27 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 11:31:33 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:30:11 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 11:31:59 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:31:14 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 11:31:14 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:31:33 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 11:31:33 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:31:43 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 11:31:43 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:31:51 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:31:58 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 11:31:59 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:32:29 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 11:32:29 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:34:20 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:34:45 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:35:17 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:36:35 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:37:00 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:37:12 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:37:54 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:39:43 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:40:12 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:43:26 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:45:21 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 2:32:07 PM GMT-05:00
UnknownMonday, November 13th, 2023 at 2:32:08 PM GMT-05:00
GitHubMonday, November 13th, 2023 at 2:34:00 PM GMT-05:00
GitHubTuesday, November 14th, 2023 at 11:14:01 AM GMT-05:00
UnknownThursday, November 16th, 2023 at 9:23:57 AM GMT-05:00
GitHubTuesday, November 14th, 2023 at 6:58:02 PM GMT-05:00
UnknownWednesday, November 15th, 2023 at 9:23:51 AM GMT-05:00
GitHubTuesday, November 14th, 2023 at 7:45:38 PM GMT-05:00
UnknownTuesday, November 14th, 2023 at 7:45:39 PM GMT-05:00
UnknownThursday, November 16th, 2023 at 4:31:48 PM GMT-05:00
UnknownTuesday, November 14th, 2023 at 7:45:39 PM GMT-05:00
GitHubWednesday, November 15th, 2023 at 4:33:43 AM GMT-05:00
UnknownWednesday, November 15th, 2023 at 5:07:16 AM GMT-05:00
GitHubWednesday, November 15th, 2023 at 4:51:28 AM GMT-05:00
UnknownWednesday, November 15th, 2023 at 4:56:42 AM GMT-05:00
UnknownWednesday, November 15th, 2023 at 4:58:47 AM GMT-05:00
GitHubWednesday, November 15th, 2023 at 5:00:01 AM GMT-05:00
UnknownWednesday, November 15th, 2023 at 5:00:01 AM GMT-05:00
UnknownWednesday, November 15th, 2023 at 5:00:01 AM GMT-05:00
GitHubWednesday, November 15th, 2023 at 5:00:32 AM GMT-05:00
UnknownWednesday, November 15th, 2023 at 5:00:33 AM GMT-05:00
UnknownWednesday, November 15th, 2023 at 5:00:33 AM GMT-05:00
GitHubWednesday, November 15th, 2023 at 5:00:50 AM GMT-05:00
UnknownWednesday, November 15th, 2023 at 5:00:51 AM GMT-05:00
UnknownWednesday, November 15th, 2023 at 5:00:51 AM GMT-05:00
GitHubWednesday, November 15th, 2023 at 5:07:16 AM GMT-05:00
UnknownWednesday, November 15th, 2023 at 5:07:16 AM GMT-05:00
GitHubWednesday, November 15th, 2023 at 5:09:46 AM GMT-05:00
GitHubWednesday, November 15th, 2023 at 5:11:47 AM GMT-05:00
GitHubWednesday, November 15th, 2023 at 9:23:51 AM GMT-05:00
UnknownWednesday, November 15th, 2023 at 9:23:51 AM GMT-05:00
GitHubWednesday, November 15th, 2023 at 9:26:45 AM GMT-05:00
GitHubWednesday, November 15th, 2023 at 9:28:49 AM GMT-05:00
GitHubThursday, November 16th, 2023 at 9:23:56 AM GMT-05:00
UnknownThursday, November 16th, 2023 at 9:23:57 AM GMT-05:00
GitHubThursday, November 16th, 2023 at 9:27:31 AM GMT-05:00
GitHubThursday, November 16th, 2023 at 9:29:27 AM GMT-05:00
GitHubThursday, November 16th, 2023 at 4:31:47 PM GMT-05:00
UnknownThursday, November 16th, 2023 at 4:31:48 PM GMT-05:00
GitHubThursday, November 16th, 2023 at 4:34:23 PM GMT-05:00
GitHubThursday, November 16th, 2023 at 4:36:13 PM GMT-05:00
GitHubFriday, November 17th, 2023 at 8:51:38 AM GMT-05:00
GitHubFriday, November 17th, 2023 at 3:11:02 PM GMT-05:00
UnknownFriday, November 17th, 2023 at 4:46:07 PM GMT-05:00
UnknownFriday, November 17th, 2023 at 4:46:07 PM GMT-05:00
GitHubFriday, November 17th, 2023 at 4:51:57 PM GMT-05:00
\ No newline at end of file diff --git a/html/C01NAFMBVEY-0.html b/html/C01NAFMBVEY-0.html deleted file mode 100644 index ad7f3ba..0000000 --- a/html/C01NAFMBVEY-0.html +++ /dev/null @@ -1,10 +0,0 @@ -Slack

mark-grover

Created by U01HNSHB2H4 on Monday, February 15th, 2021

No messages were ever sent!
\ No newline at end of file diff --git a/html/C022MMLU31B-0.html b/html/C022MMLU31B-0.html deleted file mode 100644 index dc919a5..0000000 --- a/html/C022MMLU31B-0.html +++ /dev/null @@ -1,10 +0,0 @@ -Slack

user-generated-metadata

Created by Julien Le Dem on Friday, May 21st, 2021

No messages were ever sent!
\ No newline at end of file diff --git a/html/C030F1J0264-0.html b/html/C030F1J0264-0.html deleted file mode 100644 index d371b61..0000000 --- a/html/C030F1J0264-0.html +++ /dev/null @@ -1,10 +0,0 @@ -Slack

dagster-integration

Created by U025D1JDTRB on Friday, January 21st, 2022

No messages were ever sent!
\ No newline at end of file diff --git a/html/C04E3Q18RR9-0.html b/html/C04E3Q18RR9-0.html deleted file mode 100644 index 39d634b..0000000 --- a/html/C04E3Q18RR9-0.html +++ /dev/null @@ -1,10 +0,0 @@ -Slack

open-lineage-plus-bacalhau

Created by U044VPCNMDX on Wednesday, December 7th, 2022

No messages were ever sent!
\ No newline at end of file diff --git a/html/C04JPTTC876-0.html b/html/C04JPTTC876-0.html deleted file mode 100644 index 52df9e5..0000000 --- a/html/C04JPTTC876-0.html +++ /dev/null @@ -1,11 +0,0 @@ -Slack

spec-compliance

Created by Julien Le Dem on Thursday, January 12th, 2023

Key points/decisions - -<https://docs.google.com/document/d/1ysZR13QwDvAiY_rQJedLHpnNn3deQeow7BmCNckd2uM/edit>

No messages were ever sent!
\ No newline at end of file diff --git a/html/C04MV3HFU0N-0.html b/html/C04MV3HFU0N-0.html deleted file mode 100644 index ed0afd3..0000000 --- a/html/C04MV3HFU0N-0.html +++ /dev/null @@ -1,6 +0,0 @@ -Slack

github-discussions

Created by Julien Le Dem on Friday, February 3rd, 2023

GitHubSunday, August 20th, 2023 at 12:17:54 AM GMT-04:00
UnknownSunday, September 3rd, 2023 at 12:14:43 AM GMT-04:00
GitHubWednesday, August 23rd, 2023 at 5:15:50 AM GMT-04:00
UnknownWednesday, August 23rd, 2023 at 10:53:27 AM GMT-04:00
GitHubWednesday, August 23rd, 2023 at 5:19:59 AM GMT-04:00
UnknownWednesday, August 23rd, 2023 at 5:19:59 AM GMT-04:00
UnknownWednesday, August 23rd, 2023 at 5:19:59 AM GMT-04:00
UnknownWednesday, August 23rd, 2023 at 10:53:27 AM GMT-04:00
UnknownWednesday, August 23rd, 2023 at 10:53:27 AM GMT-04:00
GitHubWednesday, August 23rd, 2023 at 10:53:27 AM GMT-04:00
GitHubWednesday, August 23rd, 2023 at 1:37:20 PM GMT-04:00
UnknownWednesday, August 23rd, 2023 at 2:35:08 PM GMT-04:00
GitHubWednesday, August 23rd, 2023 at 2:35:07 PM GMT-04:00
UnknownWednesday, August 23rd, 2023 at 2:35:08 PM GMT-04:00
GitHubWednesday, August 23rd, 2023 at 2:36:37 PM GMT-04:00
GitHubWednesday, August 23rd, 2023 at 3:00:09 PM GMT-04:00
GitHubThursday, August 24th, 2023 at 6:41:40 PM GMT-04:00
GitHubSunday, August 27th, 2023 at 12:14:04 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 2:55:46 AM GMT-04:00
GitHubSunday, August 27th, 2023 at 12:14:15 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 3:09:54 AM GMT-04:00
GitHubSunday, August 27th, 2023 at 12:14:52 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 8:41:27 AM GMT-04:00
GitHubSunday, August 27th, 2023 at 12:56:40 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 2:56:11 AM GMT-04:00
GitHubSunday, August 27th, 2023 at 12:57:35 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 2:55:16 AM GMT-04:00
GitHubSunday, August 27th, 2023 at 12:58:31 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 8:36:21 AM GMT-04:00
GitHubSunday, August 27th, 2023 at 12:58:35 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 3:11:23 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 2:55:15 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 2:55:16 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 2:55:46 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 2:55:46 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 2:56:11 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 3:09:53 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 3:09:54 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 3:11:23 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 3:11:23 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 5:33:42 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 7:47:30 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 7:47:30 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 8:39:00 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 7:47:30 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 8:36:21 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 8:36:21 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 8:39:00 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 8:39:00 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 8:39:43 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 8:41:26 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 8:41:27 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 9:39:40 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 10:22:42 AM GMT-04:00
GitHubMonday, August 28th, 2023 at 10:22:41 AM GMT-04:00
UnknownMonday, August 28th, 2023 at 10:22:42 AM GMT-04:00
GitHubTuesday, August 29th, 2023 at 1:45:20 AM GMT-04:00
UnknownWednesday, August 30th, 2023 at 4:18:06 PM GMT-04:00
GitHubWednesday, August 30th, 2023 at 6:22:00 AM GMT-04:00
GitHubWednesday, August 30th, 2023 at 9:07:52 AM GMT-04:00
UnknownWednesday, August 30th, 2023 at 9:07:52 AM GMT-04:00
UnknownMonday, September 4th, 2023 at 10:15:19 AM GMT-04:00
UnknownWednesday, August 30th, 2023 at 9:07:52 AM GMT-04:00
UnknownWednesday, August 30th, 2023 at 9:33:43 AM GMT-04:00
GitHubWednesday, August 30th, 2023 at 9:33:43 AM GMT-04:00
UnknownWednesday, August 30th, 2023 at 9:33:43 AM GMT-04:00
UnknownWednesday, August 30th, 2023 at 4:18:06 PM GMT-04:00
GitHubSaturday, September 2nd, 2023 at 6:19:52 AM GMT-04:00
UnknownSaturday, September 2nd, 2023 at 6:19:53 AM GMT-04:00
UnknownSaturday, September 2nd, 2023 at 6:19:53 AM GMT-04:00
GitHubSunday, September 3rd, 2023 at 12:14:35 AM GMT-04:00
UnknownMonday, September 4th, 2023 at 1:59:12 AM GMT-04:00
GitHubSunday, September 3rd, 2023 at 12:14:39 AM GMT-04:00
UnknownMonday, September 4th, 2023 at 2:01:23 AM GMT-04:00
UnknownSunday, September 3rd, 2023 at 12:14:43 AM GMT-04:00
GitHubSunday, September 3rd, 2023 at 12:25:46 AM GMT-04:00
UnknownMonday, September 4th, 2023 at 2:00:00 AM GMT-04:00
GitHubSunday, September 3rd, 2023 at 12:25:49 AM GMT-04:00
UnknownMonday, September 4th, 2023 at 1:58:45 AM GMT-04:00
GitHubSunday, September 3rd, 2023 at 12:55:45 AM GMT-04:00
UnknownMonday, September 4th, 2023 at 4:57:44 PM GMT-04:00
GitHubMonday, September 4th, 2023 at 1:58:45 AM GMT-04:00
UnknownMonday, September 4th, 2023 at 1:58:45 AM GMT-04:00
UnknownMonday, September 4th, 2023 at 1:59:12 AM GMT-04:00
GitHubMonday, September 4th, 2023 at 1:59:12 AM GMT-04:00
GitHubMonday, September 4th, 2023 at 1:59:59 AM GMT-04:00
UnknownMonday, September 4th, 2023 at 2:00:00 AM GMT-04:00
UnknownMonday, September 4th, 2023 at 2:01:23 AM GMT-04:00
GitHubMonday, September 4th, 2023 at 6:35:02 AM GMT-04:00
GitHubMonday, September 4th, 2023 at 10:15:18 AM GMT-04:00
UnknownMonday, September 4th, 2023 at 10:15:19 AM GMT-04:00
UnknownMonday, September 4th, 2023 at 10:15:20 AM GMT-04:00
GitHubMonday, September 4th, 2023 at 11:22:11 AM GMT-04:00
UnknownMonday, September 4th, 2023 at 11:22:12 AM GMT-04:00
GitHubMonday, September 4th, 2023 at 4:57:44 PM GMT-04:00
UnknownMonday, September 4th, 2023 at 4:57:44 PM GMT-04:00
GitHubTuesday, September 5th, 2023 at 2:27:59 AM GMT-04:00
UnknownTuesday, September 5th, 2023 at 2:27:59 AM GMT-04:00
UnknownFriday, September 8th, 2023 at 9:14:58 AM GMT-04:00
UnknownTuesday, September 5th, 2023 at 2:27:59 AM GMT-04:00
GitHubTuesday, September 5th, 2023 at 3:52:57 AM GMT-04:00
GitHubTuesday, September 5th, 2023 at 4:26:27 AM GMT-04:00
GitHubWednesday, September 6th, 2023 at 4:46:14 AM GMT-04:00
UnknownWednesday, September 6th, 2023 at 4:46:14 AM GMT-04:00
GitHubWednesday, September 6th, 2023 at 5:23:31 AM GMT-04:00
UnknownWednesday, September 6th, 2023 at 5:23:31 AM GMT-04:00
UnknownWednesday, September 6th, 2023 at 5:23:31 AM GMT-04:00
GitHubWednesday, September 6th, 2023 at 4:16:46 PM GMT-04:00
UnknownWednesday, September 6th, 2023 at 4:31:06 PM GMT-04:00
UnknownWednesday, September 6th, 2023 at 4:31:06 PM GMT-04:00
GitHubWednesday, September 6th, 2023 at 4:44:05 PM GMT-04:00
GitHubThursday, September 7th, 2023 at 3:09:06 PM GMT-04:00
UnknownFriday, September 8th, 2023 at 7:20:04 AM GMT-04:00
GitHubFriday, September 8th, 2023 at 3:02:07 AM GMT-04:00
UnknownFriday, September 8th, 2023 at 3:02:07 AM GMT-04:00
UnknownMonday, September 11th, 2023 at 7:20:06 AM GMT-04:00
UnknownFriday, September 8th, 2023 at 3:02:07 AM GMT-04:00
GitHubFriday, September 8th, 2023 at 4:20:09 AM GMT-04:00
UnknownFriday, September 8th, 2023 at 6:18:48 AM GMT-04:00
GitHubFriday, September 8th, 2023 at 6:18:48 AM GMT-04:00
UnknownFriday, September 8th, 2023 at 6:18:48 AM GMT-04:00
GitHubFriday, September 8th, 2023 at 7:20:04 AM GMT-04:00
UnknownFriday, September 8th, 2023 at 7:20:04 AM GMT-04:00
GitHubFriday, September 8th, 2023 at 9:14:58 AM GMT-04:00
UnknownFriday, September 8th, 2023 at 9:14:58 AM GMT-04:00
UnknownFriday, September 8th, 2023 at 9:14:58 AM GMT-04:00
GitHubFriday, September 8th, 2023 at 9:23:26 AM GMT-04:00
UnknownFriday, September 8th, 2023 at 1:27:13 PM GMT-04:00
GitHubFriday, September 8th, 2023 at 1:27:13 PM GMT-04:00
UnknownFriday, September 8th, 2023 at 1:27:13 PM GMT-04:00
GitHubFriday, September 8th, 2023 at 4:34:36 PM GMT-04:00
UnknownThursday, September 14th, 2023 at 11:02:48 AM GMT-04:00
GitHubSunday, September 10th, 2023 at 12:13:54 AM GMT-04:00
UnknownThursday, September 28th, 2023 at 4:25:39 AM GMT-04:00
GitHubSunday, September 10th, 2023 at 12:32:47 AM GMT-04:00
UnknownMonday, September 11th, 2023 at 2:14:33 AM GMT-04:00
GitHubSunday, September 10th, 2023 at 12:32:48 AM GMT-04:00
UnknownMonday, September 11th, 2023 at 2:15:06 AM GMT-04:00
GitHubSunday, September 10th, 2023 at 12:38:44 AM GMT-04:00
UnknownTuesday, September 12th, 2023 at 7:55:00 AM GMT-04:00
UnknownMonday, September 11th, 2023 at 2:14:33 AM GMT-04:00
GitHubMonday, September 11th, 2023 at 2:15:06 AM GMT-04:00
UnknownMonday, September 11th, 2023 at 2:15:06 AM GMT-04:00
GitHubMonday, September 11th, 2023 at 4:30:26 AM GMT-04:00
UnknownTuesday, September 12th, 2023 at 6:59:17 AM GMT-04:00
GitHubMonday, September 11th, 2023 at 5:12:27 AM GMT-04:00
UnknownTuesday, September 12th, 2023 at 6:59:17 AM GMT-04:00
GitHubMonday, September 11th, 2023 at 7:20:04 AM GMT-04:00
GitHubMonday, September 11th, 2023 at 7:20:05 AM GMT-04:00
UnknownMonday, September 11th, 2023 at 7:20:05 AM GMT-04:00
UnknownMonday, September 11th, 2023 at 7:20:05 AM GMT-04:00
UnknownMonday, September 11th, 2023 at 7:20:06 AM GMT-04:00
GitHubMonday, September 11th, 2023 at 8:52:20 AM GMT-04:00
UnknownMonday, September 11th, 2023 at 8:52:21 AM GMT-04:00
UnknownMonday, September 11th, 2023 at 8:52:21 AM GMT-04:00
GitHubMonday, September 11th, 2023 at 5:35:24 PM GMT-04:00
UnknownTuesday, September 12th, 2023 at 9:02:38 AM GMT-04:00
GitHubTuesday, September 12th, 2023 at 5:17:14 AM GMT-04:00
UnknownTuesday, September 12th, 2023 at 5:17:15 AM GMT-04:00
UnknownTuesday, September 12th, 2023 at 5:23:09 AM GMT-04:00
UnknownTuesday, September 12th, 2023 at 5:17:15 AM GMT-04:00
GitHubTuesday, September 12th, 2023 at 5:23:09 AM GMT-04:00
UnknownTuesday, September 12th, 2023 at 5:23:09 AM GMT-04:00
GitHubTuesday, September 12th, 2023 at 6:59:17 AM GMT-04:00
UnknownTuesday, September 12th, 2023 at 6:59:17 AM GMT-04:00
UnknownTuesday, September 12th, 2023 at 6:59:17 AM GMT-04:00
UnknownTuesday, September 12th, 2023 at 7:55:00 AM GMT-04:00
GitHubTuesday, September 12th, 2023 at 9:02:38 AM GMT-04:00
UnknownTuesday, September 12th, 2023 at 9:02:38 AM GMT-04:00
GitHubWednesday, September 13th, 2023 at 2:22:00 AM GMT-04:00
UnknownWednesday, September 13th, 2023 at 2:22:00 AM GMT-04:00
UnknownWednesday, September 13th, 2023 at 5:15:25 AM GMT-04:00
UnknownWednesday, September 13th, 2023 at 2:22:00 AM GMT-04:00
GitHubWednesday, September 13th, 2023 at 5:15:25 AM GMT-04:00
UnknownWednesday, September 13th, 2023 at 5:15:25 AM GMT-04:00
GitHubWednesday, September 13th, 2023 at 7:54:43 AM GMT-04:00
GitHubWednesday, September 13th, 2023 at 3:25:55 PM GMT-04:00
GitHubThursday, September 14th, 2023 at 7:10:43 AM GMT-04:00
UnknownThursday, September 14th, 2023 at 11:02:48 AM GMT-04:00
GitHubThursday, September 14th, 2023 at 8:27:36 AM GMT-04:00
GitHubThursday, September 14th, 2023 at 9:26:32 AM GMT-04:00
UnknownThursday, September 14th, 2023 at 11:03:43 AM GMT-04:00
GitHubThursday, September 14th, 2023 at 9:54:31 AM GMT-04:00
GitHubThursday, September 14th, 2023 at 11:02:47 AM GMT-04:00
UnknownThursday, September 14th, 2023 at 11:02:48 AM GMT-04:00
UnknownThursday, September 14th, 2023 at 11:02:48 AM GMT-04:00
GitHubThursday, September 14th, 2023 at 11:03:42 AM GMT-04:00
UnknownThursday, September 14th, 2023 at 11:03:43 AM GMT-04:00
GitHubThursday, September 14th, 2023 at 11:29:49 AM GMT-04:00
GitHubThursday, September 14th, 2023 at 11:56:53 AM GMT-04:00
UnknownThursday, September 14th, 2023 at 12:18:21 PM GMT-04:00
GitHubThursday, September 14th, 2023 at 12:18:20 PM GMT-04:00
UnknownThursday, September 14th, 2023 at 12:18:21 PM GMT-04:00
GitHubThursday, September 14th, 2023 at 12:27:33 PM GMT-04:00
UnknownThursday, September 14th, 2023 at 12:32:38 PM GMT-04:00
GitHubThursday, September 14th, 2023 at 12:32:38 PM GMT-04:00
UnknownThursday, September 14th, 2023 at 12:32:38 PM GMT-04:00
GitHubThursday, September 14th, 2023 at 12:34:00 PM GMT-04:00
GitHubThursday, September 14th, 2023 at 2:22:05 PM GMT-04:00
UnknownTuesday, September 19th, 2023 at 6:22:34 PM GMT-04:00
GitHubFriday, September 15th, 2023 at 2:36:54 AM GMT-04:00
UnknownFriday, September 15th, 2023 at 2:36:54 AM GMT-04:00
UnknownFriday, September 15th, 2023 at 4:38:27 AM GMT-04:00
UnknownFriday, September 15th, 2023 at 2:36:54 AM GMT-04:00
GitHubFriday, September 15th, 2023 at 4:38:27 AM GMT-04:00
UnknownFriday, September 15th, 2023 at 4:38:27 AM GMT-04:00
GitHubSunday, September 17th, 2023 at 12:20:03 AM GMT-04:00
UnknownWednesday, September 20th, 2023 at 10:57:05 AM GMT-04:00
GitHubSunday, September 17th, 2023 at 12:20:08 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 8:41:23 AM GMT-04:00
GitHubSunday, September 17th, 2023 at 12:46:03 AM GMT-04:00
UnknownSunday, September 24th, 2023 at 7:42:33 PM GMT-04:00
GitHubTuesday, September 19th, 2023 at 5:42:21 PM GMT-04:00
UnknownTuesday, September 19th, 2023 at 5:52:33 PM GMT-04:00
GitHubTuesday, September 19th, 2023 at 5:52:33 PM GMT-04:00
UnknownTuesday, September 19th, 2023 at 5:52:33 PM GMT-04:00
GitHubTuesday, September 19th, 2023 at 5:54:31 PM GMT-04:00
GitHubTuesday, September 19th, 2023 at 6:22:32 PM GMT-04:00
UnknownTuesday, September 19th, 2023 at 6:22:34 PM GMT-04:00
GitHubTuesday, September 19th, 2023 at 6:27:26 PM GMT-04:00
UnknownTuesday, September 19th, 2023 at 6:36:38 PM GMT-04:00
GitHubTuesday, September 19th, 2023 at 6:36:37 PM GMT-04:00
UnknownTuesday, September 19th, 2023 at 6:36:38 PM GMT-04:00
UnknownWednesday, September 20th, 2023 at 10:57:05 AM GMT-04:00
GitHubWednesday, September 20th, 2023 at 11:28:22 AM GMT-04:00
GitHubWednesday, September 20th, 2023 at 2:56:40 PM GMT-04:00
GitHubWednesday, September 20th, 2023 at 4:09:10 PM GMT-04:00
GitHubFriday, September 22nd, 2023 at 1:36:02 AM GMT-04:00
GitHubFriday, September 22nd, 2023 at 5:34:53 AM GMT-04:00
UnknownFriday, September 22nd, 2023 at 7:01:25 AM GMT-04:00
GitHubFriday, September 22nd, 2023 at 7:01:24 AM GMT-04:00
UnknownFriday, September 22nd, 2023 at 7:01:25 AM GMT-04:00
GitHubSaturday, September 23rd, 2023 at 3:55:04 PM GMT-04:00
GitHubSunday, September 24th, 2023 at 12:10:59 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 2:38:06 AM GMT-04:00
GitHubSunday, September 24th, 2023 at 12:17:59 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 2:41:10 AM GMT-04:00
GitHubSunday, September 24th, 2023 at 12:18:06 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 2:41:45 AM GMT-04:00
GitHubSunday, September 24th, 2023 at 12:24:10 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 2:38:31 AM GMT-04:00
UnknownSunday, September 24th, 2023 at 7:42:33 PM GMT-04:00
GitHubMonday, September 25th, 2023 at 11:01:11 AM GMT-04:00
UnknownThursday, September 28th, 2023 at 7:50:07 AM GMT-04:00
GitHubMonday, September 25th, 2023 at 11:14:17 AM GMT-04:00
UnknownThursday, September 28th, 2023 at 7:51:57 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 2:24:32 AM GMT-04:00
UnknownWednesday, October 25th, 2023 at 3:34:22 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 2:38:06 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 2:38:06 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 2:38:31 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 2:38:31 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 2:41:08 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 2:41:10 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 2:41:45 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 2:41:45 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 7:22:25 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 7:22:26 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 7:40:05 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 7:22:26 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 7:40:04 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 7:40:05 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 8:00:33 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 8:00:33 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 8:00:33 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 8:39:47 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 8:39:47 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 8:39:47 AM GMT-04:00
GitHubTuesday, September 26th, 2023 at 8:41:23 AM GMT-04:00
UnknownTuesday, September 26th, 2023 at 8:41:23 AM GMT-04:00
GitHubWednesday, September 27th, 2023 at 3:07:11 AM GMT-04:00
GitHubWednesday, September 27th, 2023 at 8:19:41 AM GMT-04:00
GitHubWednesday, September 27th, 2023 at 8:19:47 AM GMT-04:00
UnknownWednesday, September 27th, 2023 at 8:19:47 AM GMT-04:00
UnknownWednesday, September 27th, 2023 at 8:19:47 AM GMT-04:00
GitHubWednesday, September 27th, 2023 at 8:32:12 AM GMT-04:00
UnknownWednesday, September 27th, 2023 at 8:32:13 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 4:30:59 AM GMT-04:00
UnknownWednesday, September 27th, 2023 at 8:32:13 AM GMT-04:00
GitHubWednesday, September 27th, 2023 at 9:02:53 AM GMT-04:00
UnknownFriday, October 6th, 2023 at 7:33:42 AM GMT-04:00
GitHubWednesday, September 27th, 2023 at 10:58:54 AM GMT-04:00
UnknownThursday, September 28th, 2023 at 7:50:05 AM GMT-04:00
GitHubWednesday, September 27th, 2023 at 12:43:15 PM GMT-04:00
GitHubThursday, September 28th, 2023 at 4:25:39 AM GMT-04:00
UnknownThursday, September 28th, 2023 at 4:25:39 AM GMT-04:00
GitHubThursday, September 28th, 2023 at 4:42:07 AM GMT-04:00
UnknownThursday, September 28th, 2023 at 7:51:57 AM GMT-04:00
GitHubThursday, September 28th, 2023 at 7:38:48 AM GMT-04:00
UnknownFriday, September 29th, 2023 at 9:20:27 AM GMT-04:00
UnknownThursday, September 28th, 2023 at 7:50:05 AM GMT-04:00
GitHubThursday, September 28th, 2023 at 7:50:06 AM GMT-04:00
UnknownThursday, September 28th, 2023 at 7:50:07 AM GMT-04:00
GitHubThursday, September 28th, 2023 at 7:51:56 AM GMT-04:00
UnknownThursday, September 28th, 2023 at 7:51:57 AM GMT-04:00
UnknownThursday, September 28th, 2023 at 7:51:57 AM GMT-04:00
GitHubThursday, September 28th, 2023 at 11:38:12 AM GMT-04:00
UnknownThursday, September 28th, 2023 at 12:02:27 PM GMT-04:00
UnknownThursday, September 28th, 2023 at 12:02:27 PM GMT-04:00
GitHubThursday, September 28th, 2023 at 12:02:27 PM GMT-04:00
GitHubThursday, September 28th, 2023 at 6:13:11 PM GMT-04:00
UnknownFriday, September 29th, 2023 at 4:43:53 AM GMT-04:00
GitHubFriday, September 29th, 2023 at 4:43:52 AM GMT-04:00
UnknownFriday, September 29th, 2023 at 4:43:53 AM GMT-04:00
GitHubFriday, September 29th, 2023 at 5:12:10 AM GMT-04:00
UnknownMonday, October 2nd, 2023 at 2:13:19 AM GMT-04:00
GitHubFriday, September 29th, 2023 at 7:11:10 AM GMT-04:00
UnknownFriday, September 29th, 2023 at 7:11:11 AM GMT-04:00
UnknownMonday, October 2nd, 2023 at 4:21:45 AM GMT-04:00
UnknownFriday, September 29th, 2023 at 7:11:11 AM GMT-04:00
GitHubFriday, September 29th, 2023 at 9:20:26 AM GMT-04:00
UnknownFriday, September 29th, 2023 at 9:20:27 AM GMT-04:00
GitHubFriday, September 29th, 2023 at 10:23:18 AM GMT-04:00
GitHubSunday, October 1st, 2023 at 12:34:14 AM GMT-04:00
UnknownMonday, October 2nd, 2023 at 2:14:36 AM GMT-04:00
GitHubSunday, October 1st, 2023 at 12:34:25 AM GMT-04:00
UnknownMonday, October 2nd, 2023 at 2:14:11 AM GMT-04:00
GitHubSunday, October 1st, 2023 at 12:51:58 AM GMT-04:00
UnknownSunday, October 1st, 2023 at 1:36:56 AM GMT-04:00
UnknownSunday, October 1st, 2023 at 1:36:56 AM GMT-04:00
GitHubSunday, October 1st, 2023 at 1:36:57 AM GMT-04:00
GitHubMonday, October 2nd, 2023 at 2:13:19 AM GMT-04:00
UnknownMonday, October 2nd, 2023 at 2:13:19 AM GMT-04:00
GitHubMonday, October 2nd, 2023 at 2:14:10 AM GMT-04:00
UnknownMonday, October 2nd, 2023 at 2:14:11 AM GMT-04:00
GitHubMonday, October 2nd, 2023 at 2:14:36 AM GMT-04:00
UnknownMonday, October 2nd, 2023 at 2:14:36 AM GMT-04:00
GitHubMonday, October 2nd, 2023 at 3:05:39 AM GMT-04:00
UnknownMonday, October 2nd, 2023 at 3:05:39 AM GMT-04:00
UnknownMonday, October 2nd, 2023 at 3:05:39 AM GMT-04:00
UnknownMonday, October 2nd, 2023 at 4:21:45 AM GMT-04:00
GitHubMonday, October 2nd, 2023 at 4:21:45 AM GMT-04:00
GitHubMonday, October 2nd, 2023 at 2:37:37 PM GMT-04:00
UnknownTuesday, October 3rd, 2023 at 9:02:00 AM GMT-04:00
GitHubMonday, October 2nd, 2023 at 9:48:34 PM GMT-04:00
UnknownWednesday, October 4th, 2023 at 2:16:58 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 8:30:35 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 8:49:45 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 3:33:43 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 9:02:00 AM GMT-04:00
UnknownTuesday, October 3rd, 2023 at 9:02:00 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 9:03:12 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 9:13:01 AM GMT-04:00
UnknownTuesday, October 3rd, 2023 at 10:07:58 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 10:07:57 AM GMT-04:00
UnknownTuesday, October 3rd, 2023 at 10:07:58 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 10:08:47 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 3:17:15 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 10:08:49 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 2:41:11 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 10:08:52 AM GMT-04:00
UnknownThursday, October 5th, 2023 at 4:13:10 PM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 10:08:59 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 4:30:56 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 10:09:15 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 10:09:24 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 2:43:39 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 10:09:30 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 2:43:00 AM GMT-04:00
GitHubTuesday, October 3rd, 2023 at 10:33:29 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 2:16:58 AM GMT-04:00
GitHubWednesday, October 4th, 2023 at 2:16:58 AM GMT-04:00
GitHubWednesday, October 4th, 2023 at 2:41:10 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 2:41:11 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 2:43:00 AM GMT-04:00
GitHubWednesday, October 4th, 2023 at 2:43:38 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 2:43:39 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 3:17:15 AM GMT-04:00
GitHubWednesday, October 4th, 2023 at 3:33:42 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 3:33:43 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 4:30:56 AM GMT-04:00
GitHubWednesday, October 4th, 2023 at 4:30:57 AM GMT-04:00
GitHubWednesday, October 4th, 2023 at 8:48:58 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 8:48:59 AM GMT-04:00
UnknownFriday, October 6th, 2023 at 7:33:42 AM GMT-04:00
UnknownWednesday, October 4th, 2023 at 8:48:59 AM GMT-04:00
GitHubWednesday, October 4th, 2023 at 10:57:04 AM GMT-04:00
GitHubWednesday, October 4th, 2023 at 9:48:11 PM GMT-04:00
GitHubThursday, October 5th, 2023 at 4:13:10 PM GMT-04:00
UnknownThursday, October 5th, 2023 at 4:13:10 PM GMT-04:00
GitHubThursday, October 5th, 2023 at 5:27:43 PM GMT-04:00
GitHubThursday, October 5th, 2023 at 5:50:31 PM GMT-04:00
GitHubThursday, October 5th, 2023 at 7:06:12 PM GMT-04:00
GitHubFriday, October 6th, 2023 at 4:29:35 AM GMT-04:00
GitHubFriday, October 6th, 2023 at 7:33:42 AM GMT-04:00
UnknownFriday, October 6th, 2023 at 7:33:42 AM GMT-04:00
UnknownFriday, October 6th, 2023 at 7:33:42 AM GMT-04:00
GitHubFriday, October 6th, 2023 at 8:26:48 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 4:35:46 AM GMT-04:00
GitHubFriday, October 6th, 2023 at 9:18:00 AM GMT-04:00
UnknownFriday, October 20th, 2023 at 7:05:52 AM GMT-04:00
GitHubSunday, October 8th, 2023 at 12:19:12 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 2:23:18 AM GMT-04:00
GitHubSunday, October 8th, 2023 at 12:19:31 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 2:23:47 AM GMT-04:00
GitHubSunday, October 8th, 2023 at 12:19:37 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 2:23:37 AM GMT-04:00
GitHubSunday, October 8th, 2023 at 12:19:39 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 3:28:20 AM GMT-04:00
GitHubSunday, October 8th, 2023 at 12:39:35 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 2:20:49 AM GMT-04:00
GitHubSunday, October 8th, 2023 at 12:40:36 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 4:36:40 AM GMT-04:00
GitHubSunday, October 8th, 2023 at 12:41:33 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 2:21:15 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 12:16:01 AM GMT-04:00
UnknownThursday, October 19th, 2023 at 2:20:44 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 2:20:49 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 2:20:50 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 2:21:15 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 2:21:16 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 2:23:18 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 2:23:37 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 2:23:47 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 2:25:30 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 3:28:20 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 3:28:21 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 4:35:46 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 4:35:46 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 4:35:47 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 4:35:47 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 4:35:47 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 4:36:40 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 4:36:40 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 7:54:56 AM GMT-04:00
UnknownThursday, October 12th, 2023 at 4:44:41 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 9:47:28 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 9:58:11 AM GMT-04:00
UnknownMonday, October 9th, 2023 at 9:58:11 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 9:58:12 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 9:59:11 AM GMT-04:00
GitHubMonday, October 9th, 2023 at 1:33:03 PM GMT-04:00
UnknownMonday, October 9th, 2023 at 2:32:44 PM GMT-04:00
UnknownMonday, October 9th, 2023 at 2:32:44 PM GMT-04:00
GitHubMonday, October 9th, 2023 at 2:32:45 PM GMT-04:00
GitHubMonday, October 9th, 2023 at 2:37:37 PM GMT-04:00
UnknownMonday, October 9th, 2023 at 2:42:15 PM GMT-04:00
UnknownMonday, October 9th, 2023 at 2:42:15 PM GMT-04:00
GitHubMonday, October 9th, 2023 at 2:42:15 PM GMT-04:00
GitHubMonday, October 9th, 2023 at 2:43:19 PM GMT-04:00
GitHubMonday, October 9th, 2023 at 3:16:16 PM GMT-04:00
GitHubTuesday, October 10th, 2023 at 7:55:33 AM GMT-04:00
UnknownTuesday, October 10th, 2023 at 7:55:33 AM GMT-04:00
UnknownWednesday, October 11th, 2023 at 2:04:28 AM GMT-04:00
UnknownTuesday, October 10th, 2023 at 7:55:33 AM GMT-04:00
UnknownWednesday, October 11th, 2023 at 2:04:28 AM GMT-04:00
GitHubWednesday, October 11th, 2023 at 2:04:28 AM GMT-04:00
GitHubWednesday, October 11th, 2023 at 2:17:24 AM GMT-04:00
UnknownThursday, November 9th, 2023 at 10:15:37 AM GMT-05:00
GitHubWednesday, October 11th, 2023 at 6:34:27 AM GMT-04:00
UnknownWednesday, October 11th, 2023 at 6:34:27 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:48:04 AM GMT-04:00
UnknownWednesday, October 11th, 2023 at 6:34:27 AM GMT-04:00
UnknownThursday, October 12th, 2023 at 4:44:41 AM GMT-04:00
GitHubThursday, October 12th, 2023 at 4:44:41 AM GMT-04:00
GitHubFriday, October 13th, 2023 at 9:14:55 AM GMT-04:00
GitHubFriday, October 13th, 2023 at 9:28:45 AM GMT-04:00
GitHubFriday, October 13th, 2023 at 1:03:14 PM GMT-04:00
GitHubSunday, October 15th, 2023 at 12:05:12 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:04:25 AM GMT-04:00
GitHubSunday, October 15th, 2023 at 12:05:13 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:12:15 AM GMT-04:00
GitHubSunday, October 15th, 2023 at 12:18:47 AM GMT-04:00
UnknownWednesday, October 18th, 2023 at 2:05:19 AM GMT-04:00
GitHubSunday, October 15th, 2023 at 12:42:08 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:04:56 AM GMT-04:00
GitHubSunday, October 15th, 2023 at 12:42:16 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:05:55 AM GMT-04:00
GitHubSunday, October 15th, 2023 at 12:42:28 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:05:25 AM GMT-04:00
GitHubSunday, October 15th, 2023 at 12:52:00 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:02:31 AM GMT-04:00
GitHubSunday, October 15th, 2023 at 12:52:01 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:06:19 AM GMT-04:00
GitHubMonday, October 16th, 2023 at 12:44:43 AM GMT-04:00
GitHubMonday, October 16th, 2023 at 12:44:54 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:02:31 AM GMT-04:00
GitHubMonday, October 16th, 2023 at 2:02:32 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:04:25 AM GMT-04:00
GitHubMonday, October 16th, 2023 at 2:04:55 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:04:56 AM GMT-04:00
GitHubMonday, October 16th, 2023 at 2:05:25 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:05:25 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:05:55 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:06:19 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:12:15 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 2:48:04 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 4:30:59 AM GMT-04:00
GitHubMonday, October 16th, 2023 at 4:30:59 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 4:30:59 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 4:30:59 AM GMT-04:00
GitHubMonday, October 16th, 2023 at 4:31:00 AM GMT-04:00
GitHubMonday, October 16th, 2023 at 8:02:57 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 8:02:58 AM GMT-04:00
UnknownMonday, October 23rd, 2023 at 5:57:30 AM GMT-04:00
UnknownMonday, October 16th, 2023 at 8:02:58 AM GMT-04:00
GitHubTuesday, October 17th, 2023 at 4:35:32 AM GMT-04:00
UnknownTuesday, October 17th, 2023 at 4:35:33 AM GMT-04:00
UnknownWednesday, October 25th, 2023 at 3:34:22 AM GMT-04:00
UnknownTuesday, October 17th, 2023 at 4:35:33 AM GMT-04:00
UnknownWednesday, October 18th, 2023 at 2:05:19 AM GMT-04:00
GitHubWednesday, October 18th, 2023 at 10:29:38 AM GMT-04:00
GitHubThursday, October 19th, 2023 at 2:20:44 AM GMT-04:00
UnknownThursday, October 19th, 2023 at 2:20:44 AM GMT-04:00
GitHubThursday, October 19th, 2023 at 5:43:58 AM GMT-04:00
UnknownThursday, October 19th, 2023 at 5:43:58 AM GMT-04:00
UnknownThursday, October 26th, 2023 at 5:48:16 AM GMT-04:00
UnknownThursday, October 19th, 2023 at 5:43:58 AM GMT-04:00
GitHubThursday, October 19th, 2023 at 8:01:51 AM GMT-04:00
UnknownThursday, October 19th, 2023 at 8:01:51 AM GMT-04:00
UnknownFriday, October 20th, 2023 at 7:05:52 AM GMT-04:00
UnknownThursday, October 19th, 2023 at 8:01:51 AM GMT-04:00
GitHubFriday, October 20th, 2023 at 6:58:41 AM GMT-04:00
UnknownMonday, October 23rd, 2023 at 3:45:25 AM GMT-04:00
GitHubFriday, October 20th, 2023 at 7:05:52 AM GMT-04:00
UnknownFriday, October 20th, 2023 at 7:05:52 AM GMT-04:00
UnknownFriday, October 20th, 2023 at 7:05:52 AM GMT-04:00
GitHubFriday, October 20th, 2023 at 7:49:50 AM GMT-04:00
UnknownMonday, October 23rd, 2023 at 3:46:24 AM GMT-04:00
GitHubFriday, October 20th, 2023 at 10:03:38 AM GMT-04:00
GitHubFriday, October 20th, 2023 at 10:22:06 AM GMT-04:00
GTCSaturday, October 21st, 2023 at 4:59:15 AM GMT-04:00
@GTC has joined the channel
GitHubSunday, October 22nd, 2023 at 12:01:45 AM GMT-04:00
UnknownMonday, October 23rd, 2023 at 3:51:04 AM GMT-04:00
GitHubSunday, October 22nd, 2023 at 12:01:53 AM GMT-04:00
UnknownMonday, October 23rd, 2023 at 3:51:51 AM GMT-04:00
GitHubSunday, October 22nd, 2023 at 12:35:40 AM GMT-04:00
UnknownMonday, October 23rd, 2023 at 3:52:39 AM GMT-04:00
UnknownMonday, October 23rd, 2023 at 3:45:25 AM GMT-04:00
GitHubMonday, October 23rd, 2023 at 3:46:23 AM GMT-04:00
UnknownMonday, October 23rd, 2023 at 3:46:24 AM GMT-04:00
GitHubMonday, October 23rd, 2023 at 3:51:03 AM GMT-04:00
UnknownMonday, October 23rd, 2023 at 3:51:04 AM GMT-04:00
GitHubMonday, October 23rd, 2023 at 3:51:50 AM GMT-04:00
UnknownMonday, October 23rd, 2023 at 3:51:51 AM GMT-04:00
UnknownMonday, October 23rd, 2023 at 3:52:39 AM GMT-04:00
GitHubMonday, October 23rd, 2023 at 3:52:40 AM GMT-04:00
GitHubMonday, October 23rd, 2023 at 5:57:30 AM GMT-04:00
UnknownMonday, October 23rd, 2023 at 5:57:30 AM GMT-04:00
GitHubTuesday, October 24th, 2023 at 7:34:26 PM GMT-04:00
UnknownThursday, October 26th, 2023 at 5:49:47 AM GMT-04:00
GitHubTuesday, October 24th, 2023 at 11:57:46 PM GMT-04:00
UnknownFriday, November 10th, 2023 at 7:19:42 AM GMT-05:00
GitHubWednesday, October 25th, 2023 at 3:34:21 AM GMT-04:00
UnknownWednesday, October 25th, 2023 at 3:34:22 AM GMT-04:00
UnknownWednesday, October 25th, 2023 at 3:34:22 AM GMT-04:00
GitHubWednesday, October 25th, 2023 at 3:40:39 AM GMT-04:00
UnknownThursday, October 26th, 2023 at 5:40:57 AM GMT-04:00
GitHubWednesday, October 25th, 2023 at 5:56:06 PM GMT-04:00
GitHubThursday, October 26th, 2023 at 4:25:10 AM GMT-04:00
UnknownThursday, October 26th, 2023 at 4:25:10 AM GMT-04:00
UnknownThursday, October 26th, 2023 at 5:40:57 AM GMT-04:00
UnknownThursday, October 26th, 2023 at 4:25:10 AM GMT-04:00
GitHubThursday, October 26th, 2023 at 5:40:56 AM GMT-04:00
UnknownThursday, October 26th, 2023 at 5:40:57 AM GMT-04:00
UnknownThursday, October 26th, 2023 at 5:40:57 AM GMT-04:00
GitHubThursday, October 26th, 2023 at 5:48:16 AM GMT-04:00
UnknownThursday, October 26th, 2023 at 5:48:16 AM GMT-04:00
UnknownThursday, October 26th, 2023 at 5:49:47 AM GMT-04:00
GitHubThursday, October 26th, 2023 at 6:16:53 AM GMT-04:00
UnknownThursday, October 26th, 2023 at 6:35:14 AM GMT-04:00
UnknownThursday, October 26th, 2023 at 7:48:49 AM GMT-04:00
UnknownThursday, October 26th, 2023 at 6:35:14 AM GMT-04:00
GitHubThursday, October 26th, 2023 at 7:08:27 AM GMT-04:00
GitHubThursday, October 26th, 2023 at 7:08:27 AM GMT-04:00
UnknownThursday, October 26th, 2023 at 7:08:27 AM GMT-04:00
UnknownThursday, October 26th, 2023 at 7:08:27 AM GMT-04:00
UnknownThursday, October 26th, 2023 at 7:48:49 AM GMT-04:00
GitHubFriday, October 27th, 2023 at 5:00:21 AM GMT-04:00
UnknownWednesday, November 15th, 2023 at 4:58:47 AM GMT-05:00
GitHubFriday, October 27th, 2023 at 9:23:56 AM GMT-04:00
UnknownFriday, October 27th, 2023 at 9:23:56 AM GMT-04:00
UnknownFriday, October 27th, 2023 at 9:33:24 AM GMT-04:00
UnknownFriday, October 27th, 2023 at 9:23:56 AM GMT-04:00
GitHubFriday, October 27th, 2023 at 9:33:23 AM GMT-04:00
UnknownFriday, October 27th, 2023 at 9:33:24 AM GMT-04:00
GitHubSunday, October 29th, 2023 at 12:24:29 AM GMT-04:00
UnknownMonday, October 30th, 2023 at 2:53:06 AM GMT-04:00
GitHubMonday, October 30th, 2023 at 12:45:40 AM GMT-04:00
GitHubMonday, October 30th, 2023 at 2:53:05 AM GMT-04:00
UnknownMonday, October 30th, 2023 at 2:53:06 AM GMT-04:00
GitHubMonday, October 30th, 2023 at 11:17:21 AM GMT-04:00
UnknownMonday, October 30th, 2023 at 5:17:18 PM GMT-04:00
GitHubMonday, October 30th, 2023 at 11:36:04 AM GMT-04:00
UnknownFriday, November 10th, 2023 at 4:35:54 AM GMT-05:00
GitHubMonday, October 30th, 2023 at 5:17:17 PM GMT-04:00
UnknownMonday, October 30th, 2023 at 5:17:18 PM GMT-04:00
GitHubMonday, October 30th, 2023 at 6:49:10 PM GMT-04:00
UnknownTuesday, October 31st, 2023 at 8:36:45 AM GMT-04:00
GitHubTuesday, October 31st, 2023 at 8:36:45 AM GMT-04:00
UnknownTuesday, October 31st, 2023 at 8:36:45 AM GMT-04:00
GitHubTuesday, October 31st, 2023 at 8:06:36 PM GMT-04:00
UnknownWednesday, November 15th, 2023 at 4:56:42 AM GMT-05:00
GitHubWednesday, November 1st, 2023 at 10:06:55 AM GMT-04:00
UnknownWednesday, November 8th, 2023 at 10:16:34 AM GMT-05:00
GitHubWednesday, November 1st, 2023 at 12:28:09 PM GMT-04:00
UnknownThursday, November 2nd, 2023 at 5:42:35 AM GMT-04:00
GitHubThursday, November 2nd, 2023 at 5:42:34 AM GMT-04:00
UnknownThursday, November 2nd, 2023 at 5:42:35 AM GMT-04:00
GitHubThursday, November 2nd, 2023 at 5:46:19 AM GMT-04:00
GitHubThursday, November 2nd, 2023 at 6:10:25 AM GMT-04:00
GitHubFriday, November 3rd, 2023 at 7:31:33 AM GMT-04:00
GitHubFriday, November 3rd, 2023 at 7:43:08 AM GMT-04:00
UnknownThursday, November 9th, 2023 at 5:03:09 AM GMT-05:00
GitHubFriday, November 3rd, 2023 at 10:38:19 AM GMT-04:00
UnknownFriday, November 3rd, 2023 at 2:14:40 PM GMT-04:00
UnknownFriday, November 3rd, 2023 at 2:14:40 PM GMT-04:00
GitHubFriday, November 3rd, 2023 at 4:55:02 PM GMT-04:00
GitHubFriday, November 3rd, 2023 at 6:30:02 PM GMT-04:00
UnknownWednesday, November 8th, 2023 at 7:56:49 AM GMT-05:00
GitHubFriday, November 3rd, 2023 at 6:34:38 PM GMT-04:00
UnknownWednesday, November 8th, 2023 at 7:56:49 AM GMT-05:00
GitHubSunday, November 5th, 2023 at 12:03:50 AM GMT-04:00
UnknownTuesday, November 7th, 2023 at 7:16:58 AM GMT-05:00
GitHubMonday, November 6th, 2023 at 9:20:37 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 4:15:17 AM GMT-05:00
GitHubTuesday, November 7th, 2023 at 7:16:57 AM GMT-05:00
UnknownTuesday, November 7th, 2023 at 7:16:58 AM GMT-05:00
GitHubTuesday, November 7th, 2023 at 10:08:25 AM GMT-05:00
UnknownTuesday, November 7th, 2023 at 10:08:25 AM GMT-05:00
UnknownWednesday, November 8th, 2023 at 1:29:17 AM GMT-05:00
UnknownTuesday, November 7th, 2023 at 10:08:25 AM GMT-05:00
GitHubWednesday, November 8th, 2023 at 1:29:17 AM GMT-05:00
UnknownWednesday, November 8th, 2023 at 1:29:17 AM GMT-05:00
GitHubWednesday, November 8th, 2023 at 2:56:00 AM GMT-05:00
UnknownWednesday, November 8th, 2023 at 2:56:00 AM GMT-05:00
UnknownWednesday, November 8th, 2023 at 6:15:34 AM GMT-05:00
UnknownWednesday, November 8th, 2023 at 2:56:00 AM GMT-05:00
GitHubWednesday, November 8th, 2023 at 3:42:06 AM GMT-05:00
UnknownWednesday, November 8th, 2023 at 4:05:30 AM GMT-05:00
UnknownWednesday, November 8th, 2023 at 4:05:30 AM GMT-05:00
GitHubWednesday, November 8th, 2023 at 4:05:31 AM GMT-05:00
GitHubWednesday, November 8th, 2023 at 6:15:33 AM GMT-05:00
UnknownWednesday, November 8th, 2023 at 6:15:34 AM GMT-05:00
GitHubWednesday, November 8th, 2023 at 7:56:48 AM GMT-05:00
UnknownWednesday, November 8th, 2023 at 7:56:49 AM GMT-05:00
UnknownWednesday, November 8th, 2023 at 7:56:49 AM GMT-05:00
GitHubWednesday, November 8th, 2023 at 10:16:33 AM GMT-05:00
UnknownWednesday, November 8th, 2023 at 10:16:34 AM GMT-05:00
GitHubWednesday, November 8th, 2023 at 4:32:47 PM GMT-05:00
UnknownThursday, November 9th, 2023 at 5:08:05 AM GMT-05:00
GitHubThursday, November 9th, 2023 at 5:03:08 AM GMT-05:00
UnknownThursday, November 9th, 2023 at 5:03:09 AM GMT-05:00
GitHubThursday, November 9th, 2023 at 5:08:05 AM GMT-05:00
UnknownThursday, November 9th, 2023 at 5:08:05 AM GMT-05:00
UnknownThursday, November 9th, 2023 at 10:15:37 AM GMT-05:00
GitHubThursday, November 9th, 2023 at 3:29:23 PM GMT-05:00
Sheeri Cabral (Collibra)Thursday, November 9th, 2023 at 3:30:23 PM GMT-05:00
@Sheeri Cabral (Collibra) has joined the channel
Sheeri Cabral (Collibra)Thursday, November 9th, 2023 at 3:30:58 PM GMT-05:00
Let me know if I did that wrong ^^^ It’s been a while since I modified someone else’s PR with my own commits.
GitHubThursday, November 9th, 2023 at 4:03:16 PM GMT-05:00
UnknownFriday, November 10th, 2023 at 4:23:06 AM GMT-05:00
GitHubFriday, November 10th, 2023 at 4:23:05 AM GMT-05:00
UnknownFriday, November 10th, 2023 at 4:23:06 AM GMT-05:00
GitHubFriday, November 10th, 2023 at 4:35:53 AM GMT-05:00
UnknownFriday, November 10th, 2023 at 4:35:54 AM GMT-05:00
GitHubFriday, November 10th, 2023 at 4:35:54 AM GMT-05:00
UnknownFriday, November 10th, 2023 at 4:35:54 AM GMT-05:00
UnknownFriday, November 10th, 2023 at 4:35:54 AM GMT-05:00
GitHubFriday, November 10th, 2023 at 4:47:06 AM GMT-05:00
UnknownFriday, November 10th, 2023 at 5:11:07 AM GMT-05:00
GitHubFriday, November 10th, 2023 at 5:11:07 AM GMT-05:00
UnknownFriday, November 10th, 2023 at 5:11:07 AM GMT-05:00
GitHubFriday, November 10th, 2023 at 7:19:41 AM GMT-05:00
UnknownFriday, November 10th, 2023 at 7:19:42 AM GMT-05:00
GitHubFriday, November 10th, 2023 at 7:20:07 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 11:28:57 AM GMT-05:00
GitHubFriday, November 10th, 2023 at 10:11:13 AM GMT-05:00
UnknownFriday, November 10th, 2023 at 10:16:05 AM GMT-05:00
GitHubFriday, November 10th, 2023 at 10:16:05 AM GMT-05:00
UnknownFriday, November 10th, 2023 at 10:16:05 AM GMT-05:00
GitHubFriday, November 10th, 2023 at 4:01:19 PM GMT-05:00
GitHubSaturday, November 11th, 2023 at 11:28:57 PM GMT-05:00
UnknownMonday, November 13th, 2023 at 1:41:45 AM GMT-05:00
GitHubSaturday, November 11th, 2023 at 11:29:08 PM GMT-05:00
UnknownMonday, November 13th, 2023 at 1:41:28 AM GMT-05:00
GitHubSaturday, November 11th, 2023 at 11:29:33 PM GMT-05:00
UnknownMonday, November 13th, 2023 at 1:42:41 AM GMT-05:00
GitHubSaturday, November 11th, 2023 at 11:30:01 PM GMT-05:00
UnknownMonday, November 13th, 2023 at 5:26:08 AM GMT-05:00
GitHubSaturday, November 11th, 2023 at 11:30:02 PM GMT-05:00
UnknownMonday, November 13th, 2023 at 1:44:44 AM GMT-05:00
GitHubSaturday, November 11th, 2023 at 11:39:08 PM GMT-05:00
UnknownMonday, November 13th, 2023 at 1:45:27 AM GMT-05:00
GitHubSaturday, November 11th, 2023 at 11:39:22 PM GMT-05:00
UnknownMonday, November 13th, 2023 at 1:44:08 AM GMT-05:00
GitHubSaturday, November 11th, 2023 at 11:39:25 PM GMT-05:00
UnknownMonday, November 13th, 2023 at 1:40:43 AM GMT-05:00
GitHubSaturday, November 11th, 2023 at 11:39:42 PM GMT-05:00
UnknownMonday, November 13th, 2023 at 5:25:38 AM GMT-05:00
GitHubSaturday, November 11th, 2023 at 11:39:54 PM GMT-05:00
UnknownMonday, November 13th, 2023 at 11:32:29 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 1:40:43 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 1:40:43 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 1:41:28 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 1:41:28 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 1:41:44 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 1:41:45 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 1:42:40 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 1:42:41 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 1:44:07 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 1:44:08 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 1:44:43 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 1:44:44 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 1:45:27 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 1:45:27 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 4:15:17 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 5:25:38 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 5:25:38 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 5:26:08 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 5:26:08 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 5:52:02 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 5:52:03 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 5:52:03 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 10:44:42 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:28:56 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 11:28:57 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:29:21 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 11:31:14 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:29:22 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 11:31:43 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:29:27 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 11:31:33 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:30:11 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 11:31:59 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:31:14 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 11:31:14 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:31:33 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 11:31:33 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:31:43 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 11:31:43 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:31:58 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 11:31:59 AM GMT-05:00
GitHubMonday, November 13th, 2023 at 11:32:29 AM GMT-05:00
UnknownMonday, November 13th, 2023 at 11:32:29 AM GMT-05:00
GitHubTuesday, November 14th, 2023 at 11:14:01 AM GMT-05:00
UnknownThursday, November 16th, 2023 at 9:23:57 AM GMT-05:00
GitHubTuesday, November 14th, 2023 at 6:58:02 PM GMT-05:00
UnknownWednesday, November 15th, 2023 at 9:23:51 AM GMT-05:00
GitHubTuesday, November 14th, 2023 at 7:45:38 PM GMT-05:00
UnknownTuesday, November 14th, 2023 at 7:45:39 PM GMT-05:00
UnknownThursday, November 16th, 2023 at 4:31:48 PM GMT-05:00
UnknownTuesday, November 14th, 2023 at 7:45:39 PM GMT-05:00
GitHubTuesday, November 14th, 2023 at 9:11:33 PM GMT-05:00
GitHubWednesday, November 15th, 2023 at 4:33:43 AM GMT-05:00
UnknownWednesday, November 15th, 2023 at 5:07:16 AM GMT-05:00
UnknownWednesday, November 15th, 2023 at 4:56:42 AM GMT-05:00
UnknownWednesday, November 15th, 2023 at 4:58:47 AM GMT-05:00
GitHubWednesday, November 15th, 2023 at 5:00:01 AM GMT-05:00
UnknownWednesday, November 15th, 2023 at 5:00:01 AM GMT-05:00
UnknownWednesday, November 15th, 2023 at 5:00:01 AM GMT-05:00
GitHubWednesday, November 15th, 2023 at 5:00:32 AM GMT-05:00
UnknownWednesday, November 15th, 2023 at 5:00:32 AM GMT-05:00
UnknownWednesday, November 15th, 2023 at 5:00:32 AM GMT-05:00
GitHubWednesday, November 15th, 2023 at 5:00:50 AM GMT-05:00
UnknownWednesday, November 15th, 2023 at 5:00:51 AM GMT-05:00
UnknownWednesday, November 15th, 2023 at 5:00:51 AM GMT-05:00
GitHubWednesday, November 15th, 2023 at 5:07:16 AM GMT-05:00
UnknownWednesday, November 15th, 2023 at 5:07:16 AM GMT-05:00
GitHubWednesday, November 15th, 2023 at 9:23:51 AM GMT-05:00
UnknownWednesday, November 15th, 2023 at 9:23:51 AM GMT-05:00
GitHubThursday, November 16th, 2023 at 9:23:56 AM GMT-05:00
UnknownThursday, November 16th, 2023 at 9:23:57 AM GMT-05:00
Harel SheinThursday, November 16th, 2023 at 11:40:06 AM GMT-05:00
@Harel Shein has joined the channel
GitHubThursday, November 16th, 2023 at 4:31:47 PM GMT-05:00
UnknownThursday, November 16th, 2023 at 4:31:48 PM GMT-05:00
GitHubFriday, November 17th, 2023 at 8:51:37 AM GMT-05:00
GitHubFriday, November 17th, 2023 at 3:11:03 PM GMT-05:00
UnknownFriday, November 17th, 2023 at 4:46:07 PM GMT-05:00
UnknownFriday, November 17th, 2023 at 4:46:07 PM GMT-05:00
GitHubFriday, November 17th, 2023 at 4:51:57 PM GMT-05:00
\ No newline at end of file diff --git a/html/C04QSV0GG23-0.html b/html/C04QSV0GG23-0.html deleted file mode 100644 index f650ff7..0000000 --- a/html/C04QSV0GG23-0.html +++ /dev/null @@ -1,10 +0,0 @@ -Slack

providence-meetup

Created by Michael Robinson on Friday, February 24th, 2023

No messages were ever sent!
\ No newline at end of file diff --git a/html/C04THH1V90X-0.html b/html/C04THH1V90X-0.html deleted file mode 100644 index d088544..0000000 --- a/html/C04THH1V90X-0.html +++ /dev/null @@ -1,10 +0,0 @@ -Slack

data-council-meetup

Created by Michael Robinson on Tuesday, March 14th, 2023

No messages were ever sent!
\ No newline at end of file diff --git a/html/C051C93UZK9-0.html b/html/C051C93UZK9-0.html deleted file mode 100644 index 1154a35..0000000 --- a/html/C051C93UZK9-0.html +++ /dev/null @@ -1,10 +0,0 @@ -Slack

nyc-meetup

Created by Michael Robinson on Tuesday, April 4th, 2023

No messages were ever sent!
\ No newline at end of file diff --git a/html/C055GGUFMHQ-0.html b/html/C055GGUFMHQ-0.html deleted file mode 100644 index a301646..0000000 --- a/html/C055GGUFMHQ-0.html +++ /dev/null @@ -1,10 +0,0 @@ -Slack

boston-meetup

Created by Michael Robinson on Friday, April 28th, 2023

No messages were ever sent!
\ No newline at end of file diff --git a/html/C056YHEU680-0.html b/html/C056YHEU680-0.html deleted file mode 100644 index a278a5d..0000000 --- a/html/C056YHEU680-0.html +++ /dev/null @@ -1,6 +0,0 @@ -Slack

sf-meetup

Created by Michael Robinson on Thursday, May 4th, 2023

Michael RobinsonWednesday, August 30th, 2023 at 3:11:18 PM GMT-04:00
Adding the venue info in case it’s more convenient than the meetup page:
Michael RobinsonWednesday, August 30th, 2023 at 3:12:55 PM GMT-04:00
Time: 5:30-8:30 pm
Address: 8 California St., San Francisco, CA, seventh floor
Getting in: someone from Astronomer will be in the lobby to direct you
Kevin LanguascoThursday, August 31st, 2023 at 6:29:01 PM GMT-04:00
@Kevin Languasco has joined the channel
Julien Le DemThursday, August 31st, 2023 at 11:18:10 PM GMT-04:00
Some pictures from last night
Aaruna GodthiSaturday, September 23rd, 2023 at 4:47:37 PM GMT-04:00
@Aaruna Godthi has joined the channel
\ No newline at end of file diff --git a/html/C05N442RQUA-0.html b/html/C05N442RQUA-0.html deleted file mode 100644 index 89ef08d..0000000 --- a/html/C05N442RQUA-0.html +++ /dev/null @@ -1,6 +0,0 @@ -Slack

toronto-meetup

Created by Michael Robinson on Wednesday, August 16th, 2023

Michael RobinsonFriday, August 25th, 2023 at 1:30:07 PM GMT-04:00
Some belated updates on this in case you’re not aware:
‱ Date: 9/18
‱ Time: 5-8:00 PM ET
‱ Place: Canarts, 600 Bay St., #410 (around the corner from the Airflow Summit venue)
‱ Venue phone: 416-805-2286
‱ Meetup for more info and to sign up: https://www.meetup.com/openlineage/events/295488014/?utm_medium=referral&utm_campaign=share-btn_savedevents_share_modal&utm_source=link
🎉4
🙌4
Harel SheinFriday, August 25th, 2023 at 1:33:42 PM GMT-04:00
really looking forward to meeting all of you in Toronto!!
Julien Le DemFriday, September 1st, 2023 at 11:10:51 PM GMT-04:00
Most OpenLineage regular contributors will be there. It will be fun to be all in person. Everyone is encouraged to join
🙌6
Michael RobinsonMonday, September 11th, 2023 at 10:13:57 AM GMT-04:00
@channel
It’s hard to believe this is happening in just one week! Here’s the updated agenda:
1. Intros
2. Evolution of spec presentation/discussion (project background/history)
3. State of the community
4. Integrating OpenLineage with Metaphor (by special guests Ye & Ivan)
5. Spark/Column lineage update
6. Airflow Provider update
7. Roadmap Discussion
8. Action items review/next steps
Find the details and RSVP here.
🙌1
Greg KimFriday, September 15th, 2023 at 10:11:11 AM GMT-04:00
@Greg Kim has joined the channel
Michael RobinsonFriday, September 15th, 2023 at 12:17:29 PM GMT-04:00
Looking forward to seeing you on Monday! Here’s the time/place info again for your convenience:
‱ Date: 9/18
‱ Time: 5-8:00 PM ET
‱ Place: Canarts, 600 Bay St., #410 (around the corner from the Airflow Summit venue)
‱ Venue phone: 416-805-2286
‱ Meetup page with more info and signup: https://www.meetup.com/openlineage/events/295488014/?utm_medium=referral&utm_campaign=share-btn_savedevents_share_modal&utm_source=link
Please send a message if you find yourself stuck in the lobby, etc.
🙌1
Michael RobinsonMonday, September 18th, 2023 at 4:20:33 PM GMT-04:00
Hi, if you’re wondering if you’re in the right place: look for Uncle Tetsu’s Cheesecake nextdoor and for the address (600 Bay St) above the door. The building is an older one (unlike the meeting space itself, which is modern and well-appointed)
\ No newline at end of file diff --git a/html/C05PD7VJ52S-0.html b/html/C05PD7VJ52S-0.html deleted file mode 100644 index 9178d1a..0000000 --- a/html/C05PD7VJ52S-0.html +++ /dev/null @@ -1,6 +0,0 @@ -Slack

london-meetup

Created by Michael Robinson on Friday, August 25th, 2023

Michael RobinsonFriday, August 25th, 2023 at 11:52:05 AM GMT-04:00
@Michael Robinson has joined the channel
George PolychronopoulosFriday, August 25th, 2023 at 11:52:15 AM GMT-04:00
@George Polychronopoulos has joined the channel
Harel SheinFriday, August 25th, 2023 at 11:52:15 AM GMT-04:00
@Harel Shein has joined the channel
Madhav KakumaniFriday, August 25th, 2023 at 11:52:40 AM GMT-04:00
@Madhav Kakumani has joined the channel
George PolychronopoulosFriday, August 25th, 2023 at 11:52:49 AM GMT-04:00
Hi Michael
George PolychronopoulosFriday, August 25th, 2023 at 11:53:36 AM GMT-04:00
thanks so much !
Michael RobinsonFriday, August 25th, 2023 at 11:53:54 AM GMT-04:00
Hi George, nice to meet you. Thanks for asking about future meetups. Would November be too soon, or what’s a good timeframe for you all?
George PolychronopoulosFriday, August 25th, 2023 at 11:54:12 AM GMT-04:00
thats perfect !
Michael RobinsonFriday, August 25th, 2023 at 11:54:31 AM GMT-04:00
Great! Do you happen to have space we could use?
George PolychronopoulosFriday, August 25th, 2023 at 11:55:58 AM GMT-04:00
I will have to confirm but 99% yes
George PolychronopoulosFriday, August 25th, 2023 at 11:57:47 AM GMT-04:00
I am pretty sure you can use our 6point6 offices or at least part of it
George PolychronopoulosFriday, August 25th, 2023 at 11:58:00 AM GMT-04:00
and if that not the case i can provide personal space
Michael RobinsonFriday, August 25th, 2023 at 11:58:46 AM GMT-04:00
OK! Would you please let me know when you know, and we’ll go from there?
George PolychronopoulosFriday, August 25th, 2023 at 11:59:29 AM GMT-04:00
yes absolutely will give you an answer by Monday
👍1
Madhav KakumaniFriday, August 25th, 2023 at 12:51:08 PM GMT-04:00
Thanks Michael for starting this channel
Madhav KakumaniFriday, August 25th, 2023 at 12:51:21 PM GMT-04:00
hopefully meet you soon in London
Michael RobinsonFriday, August 25th, 2023 at 1:19:58 PM GMT-04:00
Yes, hope so! Thank you for your interest in joining a meetup!
Maciej ObuchowskiFriday, August 25th, 2023 at 1:34:21 PM GMT-04:00
@Maciej Obuchowski has joined the channel
Mike O'ConnorThursday, August 31st, 2023 at 4:04:17 PM GMT-04:00
@Mike O'Connor has joined the channel
\ No newline at end of file diff --git a/html/C05U3UC85LM-0.html b/html/C05U3UC85LM-0.html deleted file mode 100644 index 410d409..0000000 --- a/html/C05U3UC85LM-0.html +++ /dev/null @@ -1,6 +0,0 @@ -Slack

gx-integration

Created by Michael Robinson on Wednesday, September 27th, 2023

Michael RobinsonWednesday, September 27th, 2023 at 1:38:03 PM GMT-04:00
@Michael Robinson has joined the channel
🎉1
Don HeppnerWednesday, September 27th, 2023 at 1:38:23 PM GMT-04:00
@Don Heppner has joined the channel
Harel SheinWednesday, September 27th, 2023 at 1:38:23 PM GMT-04:00
@Harel Shein has joined the channel
Jakub DardziƄskiWednesday, September 27th, 2023 at 1:38:23 PM GMT-04:00
@Jakub DardziƄski has joined the channel
Maciej ObuchowskiWednesday, September 27th, 2023 at 1:41:17 PM GMT-04:00
@Maciej Obuchowski has joined the channel
Harel SheinWednesday, September 27th, 2023 at 2:44:18 PM GMT-04:00
@Don Heppner it was great meeting earlier, looking forward to collaborating on this!
➕2
Bill DirksThursday, September 28th, 2023 at 11:59:31 AM GMT-04:00
@Bill Dirks has joined the channel
Jakub DardziƄskiMonday, October 9th, 2023 at 7:46:52 AM GMT-04:00
Hello guys! I’ve been looking recently into changes in GX.
https://greatexpectations.io/blog/the-fluent-way-to-connect-to-data-sources-in-gx/
is this the major change you’d like to introduce in OL<-> GX?
Harel SheinMonday, October 9th, 2023 at 10:14:39 AM GMT-04:00
@Don Heppner @Bill Dirks ^^
Bill DirksTuesday, October 10th, 2023 at 7:12:02 PM GMT-04:00
Just seeing this, we had a company holiday yesterday. Yes, fluent data sources are our new way of connecting to data and the older "block-style" is deprecated and will be removed when we cut 0.18.0. I'm not sure of the timing of that but likely in the next couple months.
👍1
Harel SheinFriday, October 13th, 2023 at 8:47:55 AM GMT-04:00
@Bill Dirks would be great if we could get your eyes on this PR: https://github.com/OpenLineage/OpenLineage/pull/2134
Bill DirksFriday, October 13th, 2023 at 3:00:37 PM GMT-04:00
I'm a bit slammed today but can look on Tuesday.
✅1
JasonThursday, October 19th, 2023 at 1:02:24 PM GMT-04:00
@Jason has joined the channel
\ No newline at end of file diff --git a/html/C065PQ4TL8K-0.html b/html/C065PQ4TL8K-0.html deleted file mode 100644 index 837c88f..0000000 --- a/html/C065PQ4TL8K-0.html +++ /dev/null @@ -1,6 +0,0 @@ -Slack

dev-discuss

Created by Harel Shein on Tuesday, November 14th, 2023

Harel SheinTuesday, November 14th, 2023 at 12:13:06 PM GMT-05:00
@Harel Shein has joined the channel
Maciej ObuchowskiTuesday, November 14th, 2023 at 12:13:10 PM GMT-05:00
@Maciej Obuchowski has joined the channel
Julien Le DemTuesday, November 14th, 2023 at 12:13:46 PM GMT-05:00
@Julien Le Dem has joined the channel
PaweƂ LeszczyƄskiTuesday, November 14th, 2023 at 12:13:46 PM GMT-05:00
@PaweƂ LeszczyƄski has joined the channel
Jakub DardziƄskiTuesday, November 14th, 2023 at 12:13:46 PM GMT-05:00
@Jakub DardziƄski has joined the channel
Michael RobinsonTuesday, November 14th, 2023 at 12:13:46 PM GMT-05:00
@Michael Robinson has joined the channel
Willy LulciucTuesday, November 14th, 2023 at 12:13:46 PM GMT-05:00
@Willy Lulciuc has joined the channel
Peter HicksTuesday, November 14th, 2023 at 12:13:46 PM GMT-05:00
@Peter Hicks has joined the channel
Jakub DardziƄskiTuesday, November 14th, 2023 at 12:13:57 PM GMT-05:00
👋
Ross TurkTuesday, November 14th, 2023 at 12:14:02 PM GMT-05:00
@Ross Turk has joined the channel
Michael RobinsonTuesday, November 14th, 2023 at 12:16:19 PM GMT-05:00
👋
Julien Le DemTuesday, November 14th, 2023 at 12:18:42 PM GMT-05:00
👋
Willy LulciucTuesday, November 14th, 2023 at 12:18:53 PM GMT-05:00
👋
Ross TurkTuesday, November 14th, 2023 at 12:29:47 PM GMT-05:00
🌊
Maciej ObuchowskiTuesday, November 14th, 2023 at 1:53:08 PM GMT-05:00
👋
Jakub DardziƄskiTuesday, November 14th, 2023 at 6:30:48 PM GMT-05:00
Jakub DardziƄskiWednesday, November 15th, 2023 at 4:35:37 AM GMT-05:00
Maciej ObuchowskiWednesday, November 15th, 2023 at 5:03:58 AM GMT-05:00
nice to have fun with you Jakub
🙂3
PaweƂ LeszczyƄskiWednesday, November 15th, 2023 at 5:42:34 AM GMT-05:00
Can't wait to see it on the 1st January.
Harel SheinWednesday, November 15th, 2023 at 6:56:03 AM GMT-05:00
Ain’t no party like a dev ex improvement party
Maciej ObuchowskiWednesday, November 15th, 2023 at 11:45:53 AM GMT-05:00
Gentoo installation party is in similar category of fun
Willy LulciucWednesday, November 15th, 2023 at 3:32:27 AM GMT-05:00
@PaweƂ LeszczyƄski approved PR #2661 with minor comments, I think the enum defined in the db layer is one comment we’ll need to address before merging; otherwise solid work dude 👌
🙌2
PaweƂ LeszczyƄskiWednesday, November 15th, 2023 at 3:34:42 AM GMT-05:00
_Minor_: We can consider defining a _run_state column and eventually dropping the event_type. That is, we can consider columns prefixed with _ to be "remappings" of OL properties to Marquez. -> didn't get this one. Is it for now or some future plans?
Willy LulciucWednesday, November 15th, 2023 at 3:36:02 AM GMT-05:00
future 😉
PaweƂ LeszczyƄskiWednesday, November 15th, 2023 at 3:36:10 AM GMT-05:00
ok
PaweƂ LeszczyƄskiWednesday, November 15th, 2023 at 3:36:23 AM GMT-05:00
I will then replace enum with string
Willy LulciucWednesday, November 15th, 2023 at 3:36:10 AM GMT-05:00
PaweƂ LeszczyƄskiWednesday, November 15th, 2023 at 3:36:33 AM GMT-05:00
this is the next to go
PaweƂ LeszczyƄskiWednesday, November 15th, 2023 at 3:36:38 AM GMT-05:00
and i consider it ready
PaweƂ LeszczyƄskiWednesday, November 15th, 2023 at 3:37:31 AM GMT-05:00
Then we have a draft one with streaming support https://github.com/MarquezProject/marquez/pull/2682/files -> which has an integration test of lineage endpoint working for streaming jobs
PaweƂ LeszczyƄskiWednesday, November 15th, 2023 at 3:38:32 AM GMT-05:00
I still need to work on #2682 but you can review #2654. once you get some sleep, of course 😉
❀1
Jakub DardziƄskiWednesday, November 15th, 2023 at 4:35:37 AM GMT-05:00
Maciej ObuchowskiWednesday, November 15th, 2023 at 11:44:44 AM GMT-05:00
👀1
Jakub DardziƄskiWednesday, November 15th, 2023 at 12:24:27 PM GMT-05:00
did you check if LineageCollector is instantiated once per process?
Maciej ObuchowskiWednesday, November 15th, 2023 at 12:26:37 PM GMT-05:00
Using it only via get_hook_lineage_collector
Jakub DardziƄskiWednesday, November 15th, 2023 at 12:17:31 PM GMT-05:00
is it time to support hudi?
😂1
Michael RobinsonWednesday, November 15th, 2023 at 2:57:10 PM GMT-05:00
Anyone have thoughts about how to address the question about “pain points” here? https://openlineage.slack.com/archives/C01CK9T7HKR/p1700064564825909. (Listing pros is easy — it’s the cons we don’t have boilerplate for)
Michael RobinsonWednesday, November 15th, 2023 at 2:58:08 PM GMT-05:00
Maybe something like “OL has many desirable integrations, including a best-in-class Spark integration, but it’s like any other open standard in that it requires contributions in order to approach total coverage. Thankfully, we have many active contributors, and integrations are being added or improved upon all the time.”
Maciej ObuchowskiWednesday, November 15th, 2023 at 4:04:51 PM GMT-05:00
Maybe rephrase pain points to "something we're not actively focusing on"
Michael RobinsonWednesday, November 15th, 2023 at 2:59:19 PM GMT-05:00
Apparently an admin can view a Slack archive at any time at this URL: https://openlineage.slack.com/services/export. Only public channels are available, though.
Julien Le DemWednesday, November 15th, 2023 at 4:53:09 PM GMT-05:00
you are now admin
👍1
Willy LulciucWednesday, November 15th, 2023 at 5:32:26 PM GMT-05:00
Jakub DardziƄskiWednesday, November 15th, 2023 at 5:33:19 PM GMT-05:00
we have it in SQL operators
Willy LulciucWednesday, November 15th, 2023 at 5:34:25 PM GMT-05:00
OOh any docs / code? or if you’d like to respond in the MQZ slack 🙏
Jakub DardziƄskiWednesday, November 15th, 2023 at 5:35:19 PM GMT-05:00
I’ll reply there
❀2
Michael RobinsonWednesday, November 15th, 2023 at 5:50:23 PM GMT-05:00
Any opinions about a free task management alternative to the free version of Notion (10-person limit)? Looking at Trello for keeping track of talks.
Harel SheinWednesday, November 15th, 2023 at 7:32:17 PM GMT-05:00
What about GitHub projects?
👍1
Michael RobinsonThursday, November 16th, 2023 at 9:27:46 AM GMT-05:00
Projects is the way to go, thanks
Michael RobinsonThursday, November 16th, 2023 at 10:23:34 AM GMT-05:00
Set up a Projects board. New projects are private by default. We could make it public. The one thing that’s missing that we could use is a built-in date field for alerting about upcoming deadlines

🙌2
Michael RobinsonThursday, November 16th, 2023 at 9:31:24 AM GMT-05:00
worlds are colliding: 6point6 has been acquired by Accenture
Maciej ObuchowskiThursday, November 16th, 2023 at 10:03:27 AM GMT-05:00
We should sell OL to governments
🙃1
Harel SheinThursday, November 16th, 2023 at 10:20:36 AM GMT-05:00
we may have to rebrand to ClosedLineage
Maciej ObuchowskiThursday, November 16th, 2023 at 10:23:37 AM GMT-05:00
not in this way; just emit any event second time to secret NSA endpoint
Michael RobinsonThursday, November 16th, 2023 at 11:13:17 AM GMT-05:00
we would need to improve our stock photo game
Maciej ObuchowskiThursday, November 16th, 2023 at 12:17:22 PM GMT-05:00
CFP for Berlin Buzzwords went up: https://2024.berlinbuzzwords.de/call-for-papers/
Still over 3 months to submit 🙂
Michael RobinsonThursday, November 16th, 2023 at 12:42:56 PM GMT-05:00
thanks, updated the talks board
Michael RobinsonThursday, November 16th, 2023 at 12:43:10 PM GMT-05:00
Jakub DardziƄskiThursday, November 16th, 2023 at 3:19:53 PM GMT-05:00
I'm in, will think what to talk about and appreciate any advice 🙂
Julien Le DemFriday, November 17th, 2023 at 1:42:19 PM GMT-05:00
just searching for OpenLineage in the Datahub code base. They have an “interesting” approach? https://github.com/datahub-project/datahub/blob/2b0811b9875d7d7ea11fb01d0157a21fdd[
]odules/airflow-plugin/src/datahub_airflow_plugin/_extractors.py
Julien Le DemFriday, November 17th, 2023 at 1:47:21 PM GMT-05:00
It looks like the datahub airflow plugin uses OL. but turns it off
https://github.com/datahub-project/datahub/blob/2b0811b9875d7d7ea11fb01d0157a21fdd67f020/docs/lineage/airflow.md
disable_openlineage_plugin    true    Disable the OpenLineage plugin to avoid duplicative processing.

They reuse the extractors but then “patch” the behavior.
Julien Le DemFriday, November 17th, 2023 at 1:48:52 PM GMT-05:00
Of course this approach will need changing again with AF 2.7
Julien Le DemFriday, November 17th, 2023 at 1:49:02 PM GMT-05:00
It’s their choice đŸ€·
Julien Le DemFriday, November 17th, 2023 at 1:51:23 PM GMT-05:00
It looks like we can possibly learn from their approach in SQL parsing: https://datahubproject.io/docs/lineage/airflow/#automatic-lineage-extraction
Jakub DardziƄskiFriday, November 17th, 2023 at 4:42:51 PM GMT-05:00
what's that approach? I only know they have been claiming best SQL parsing capabilities
Julien Le DemFriday, November 17th, 2023 at 8:54:48 PM GMT-05:00
I haven’t looked in the details but I’m assuming it is in this repo. (my comment is entirely based on the claim here)
Julien Le DemFriday, November 17th, 2023 at 8:56:54 PM GMT-05:00
I’m off on vacation. See you in a week
\ No newline at end of file diff --git a/html/avatars/U01DCLP0GU9.jpg b/html/avatars/U01DCLP0GU9.jpg deleted file mode 100644 index b3de302..0000000 Binary files a/html/avatars/U01DCLP0GU9.jpg and /dev/null differ diff --git a/html/avatars/U01HNKK4XAM.jpg b/html/avatars/U01HNKK4XAM.jpg deleted file mode 100644 index 373bc37..0000000 Binary files a/html/avatars/U01HNKK4XAM.jpg and /dev/null differ diff --git a/html/avatars/U01HVNU6A4C.jpg b/html/avatars/U01HVNU6A4C.jpg deleted file mode 100644 index 13843d9..0000000 Binary files a/html/avatars/U01HVNU6A4C.jpg and /dev/null differ diff --git a/html/avatars/U01RA9B5GG2.jpg b/html/avatars/U01RA9B5GG2.jpg deleted file mode 100644 index e9ecc5b..0000000 Binary files a/html/avatars/U01RA9B5GG2.jpg and /dev/null differ diff --git a/html/avatars/U01UYQB6JQH.png b/html/avatars/U01UYQB6JQH.png deleted file mode 100644 index 53b53ee..0000000 Binary files a/html/avatars/U01UYQB6JQH.png and /dev/null differ diff --git a/html/avatars/U021QJMRP47.png b/html/avatars/U021QJMRP47.png deleted file mode 100644 index aba8653..0000000 Binary files a/html/avatars/U021QJMRP47.png and /dev/null differ diff --git a/html/avatars/U02LXF3HUN7.jpg b/html/avatars/U02LXF3HUN7.jpg deleted file mode 100644 index 9f8a0fc..0000000 Binary files a/html/avatars/U02LXF3HUN7.jpg and /dev/null differ diff --git a/html/avatars/U02S6F54MAB.jpg b/html/avatars/U02S6F54MAB.jpg deleted file mode 100644 index 06036ee..0000000 Binary files a/html/avatars/U02S6F54MAB.jpg and /dev/null differ diff --git a/html/avatars/U0323HG8C8H.png b/html/avatars/U0323HG8C8H.png deleted file mode 100644 index 561dbfe..0000000 Binary files a/html/avatars/U0323HG8C8H.png and /dev/null differ diff --git a/html/avatars/U03D8K119LJ.png b/html/avatars/U03D8K119LJ.png deleted file mode 100644 index 328e801..0000000 Binary files a/html/avatars/U03D8K119LJ.png and /dev/null differ diff --git a/html/avatars/U04AZ7992SU.jpg b/html/avatars/U04AZ7992SU.jpg deleted file mode 100644 index ad61439..0000000 Binary files a/html/avatars/U04AZ7992SU.jpg and /dev/null differ diff --git a/html/avatars/U04EZ2LPDV4.jpg b/html/avatars/U04EZ2LPDV4.jpg deleted file mode 100644 index b9a8024..0000000 Binary files a/html/avatars/U04EZ2LPDV4.jpg and /dev/null differ diff --git a/html/avatars/U055N2GRT4P.png b/html/avatars/U055N2GRT4P.png deleted file mode 100644 index 243b253..0000000 Binary files a/html/avatars/U055N2GRT4P.png and /dev/null differ diff --git a/html/avatars/U0595Q78HUG.png b/html/avatars/U0595Q78HUG.png deleted file mode 100644 index df1d083..0000000 Binary files a/html/avatars/U0595Q78HUG.png and /dev/null differ diff --git a/html/avatars/U05A1D80QKF.jpg b/html/avatars/U05A1D80QKF.jpg deleted file mode 100644 index 84dcbbd..0000000 Binary files a/html/avatars/U05A1D80QKF.jpg and /dev/null differ diff --git a/html/avatars/U05CAULTYG2.png b/html/avatars/U05CAULTYG2.png deleted file mode 100644 index 7acb161..0000000 Binary files a/html/avatars/U05CAULTYG2.png and /dev/null differ diff --git a/html/avatars/U05EC8WB74N.png b/html/avatars/U05EC8WB74N.png deleted file mode 100644 index e3792c2..0000000 Binary files a/html/avatars/U05EC8WB74N.png and /dev/null differ diff --git a/html/avatars/U05FLJE4GDU.png b/html/avatars/U05FLJE4GDU.png deleted file mode 100644 index d33ec8f..0000000 Binary files a/html/avatars/U05FLJE4GDU.png and /dev/null differ diff --git a/html/avatars/U05HBLE7YPL.png b/html/avatars/U05HBLE7YPL.png deleted file mode 100644 index 4b4f019..0000000 Binary files a/html/avatars/U05HBLE7YPL.png and /dev/null differ diff --git a/html/avatars/U05HFGKEYVB.jpg b/html/avatars/U05HFGKEYVB.jpg deleted file mode 100644 index 3399b52..0000000 Binary files a/html/avatars/U05HFGKEYVB.jpg and /dev/null differ diff --git a/html/avatars/U05HK41VCH1.png b/html/avatars/U05HK41VCH1.png deleted file mode 100644 index 73e8569..0000000 Binary files a/html/avatars/U05HK41VCH1.png and /dev/null differ diff --git a/html/avatars/U05J5GRKY10.png b/html/avatars/U05J5GRKY10.png deleted file mode 100644 index 7252199..0000000 Binary files a/html/avatars/U05J5GRKY10.png and /dev/null differ diff --git a/html/avatars/U05J9LZ355L.png b/html/avatars/U05J9LZ355L.png deleted file mode 100644 index f0ee2d8..0000000 Binary files a/html/avatars/U05J9LZ355L.png and /dev/null differ diff --git a/html/avatars/U05JBHLPY8K.jpg b/html/avatars/U05JBHLPY8K.jpg deleted file mode 100644 index 8620698..0000000 Binary files a/html/avatars/U05JBHLPY8K.jpg and /dev/null differ diff --git a/html/avatars/U05JY6MN8MS.png b/html/avatars/U05JY6MN8MS.png deleted file mode 100644 index 08b84bf..0000000 Binary files a/html/avatars/U05JY6MN8MS.png and /dev/null differ diff --git a/html/avatars/U05K8F1T887.png b/html/avatars/U05K8F1T887.png deleted file mode 100644 index 4c16bc4..0000000 Binary files a/html/avatars/U05K8F1T887.png and /dev/null differ diff --git a/html/avatars/U05KCF3EEUR.png b/html/avatars/U05KCF3EEUR.png deleted file mode 100644 index 25af181..0000000 Binary files a/html/avatars/U05KCF3EEUR.png and /dev/null differ diff --git a/html/avatars/U05NGJ8AM8X.png b/html/avatars/U05NGJ8AM8X.png deleted file mode 100644 index d9ee059..0000000 Binary files a/html/avatars/U05NGJ8AM8X.png and /dev/null differ diff --git a/html/avatars/U05NMJ0NBUK.png b/html/avatars/U05NMJ0NBUK.png deleted file mode 100644 index b62bce7..0000000 Binary files a/html/avatars/U05NMJ0NBUK.png and /dev/null differ diff --git a/html/avatars/U05P1B3476H.png b/html/avatars/U05P1B3476H.png deleted file mode 100644 index a422ec6..0000000 Binary files a/html/avatars/U05P1B3476H.png and /dev/null differ diff --git a/html/avatars/U05PVS8GRJ6.png b/html/avatars/U05PVS8GRJ6.png deleted file mode 100644 index e3792c2..0000000 Binary files a/html/avatars/U05PVS8GRJ6.png and /dev/null differ diff --git a/html/avatars/U05Q3HT6PBR.jpg b/html/avatars/U05Q3HT6PBR.jpg deleted file mode 100644 index cd8246f..0000000 Binary files a/html/avatars/U05Q3HT6PBR.jpg and /dev/null differ diff --git a/html/avatars/U05QHG1NJ8J.png b/html/avatars/U05QHG1NJ8J.png deleted file mode 100644 index daaff6c..0000000 Binary files a/html/avatars/U05QHG1NJ8J.png and /dev/null differ diff --git a/html/avatars/U05QL7LN2GH.png b/html/avatars/U05QL7LN2GH.png deleted file mode 100644 index a617998..0000000 Binary files a/html/avatars/U05QL7LN2GH.png and /dev/null differ diff --git a/html/avatars/U05QNRSQW1E.png b/html/avatars/U05QNRSQW1E.png deleted file mode 100644 index 99f8b46..0000000 Binary files a/html/avatars/U05QNRSQW1E.png and /dev/null differ diff --git a/html/avatars/U05SMTVPPL3.png b/html/avatars/U05SMTVPPL3.png deleted file mode 100644 index baf4f28..0000000 Binary files a/html/avatars/U05SMTVPPL3.png and /dev/null differ diff --git a/html/avatars/U05SQGH8DV4.png b/html/avatars/U05SQGH8DV4.png deleted file mode 100644 index 561dbfe..0000000 Binary files a/html/avatars/U05SQGH8DV4.png and /dev/null differ diff --git a/html/avatars/U05SXDWVA7K.png b/html/avatars/U05SXDWVA7K.png deleted file mode 100644 index 85e85f2..0000000 Binary files a/html/avatars/U05SXDWVA7K.png and /dev/null differ diff --git a/html/avatars/U05T8BJD4DU.png b/html/avatars/U05T8BJD4DU.png deleted file mode 100644 index 68d08b7..0000000 Binary files a/html/avatars/U05T8BJD4DU.png and /dev/null differ diff --git a/html/avatars/U05TQPZ4R4L.png b/html/avatars/U05TQPZ4R4L.png deleted file mode 100644 index 1dc3501..0000000 Binary files a/html/avatars/U05TQPZ4R4L.png and /dev/null differ diff --git a/html/avatars/U05TU0U224A.png b/html/avatars/U05TU0U224A.png deleted file mode 100644 index 8353b35..0000000 Binary files a/html/avatars/U05TU0U224A.png and /dev/null differ diff --git a/html/avatars/U05TZE47F2S.png b/html/avatars/U05TZE47F2S.png deleted file mode 100644 index 0bc4b99..0000000 Binary files a/html/avatars/U05TZE47F2S.png and /dev/null differ diff --git a/html/avatars/U05U9929K3N.png b/html/avatars/U05U9929K3N.png deleted file mode 100644 index 3ed2b81..0000000 Binary files a/html/avatars/U05U9929K3N.png and /dev/null differ diff --git a/html/avatars/U05U9K21LSG.jpg b/html/avatars/U05U9K21LSG.jpg deleted file mode 100644 index ed0c7c2..0000000 Binary files a/html/avatars/U05U9K21LSG.jpg and /dev/null differ diff --git a/html/avatars/U0616K9TSTZ.jpg b/html/avatars/U0616K9TSTZ.jpg deleted file mode 100644 index 5eed971..0000000 Binary files a/html/avatars/U0616K9TSTZ.jpg and /dev/null differ diff --git a/html/avatars/U06204TBQQN.jpg b/html/avatars/U06204TBQQN.jpg deleted file mode 100644 index db2d3d4..0000000 Binary files a/html/avatars/U06204TBQQN.jpg and /dev/null differ diff --git a/html/avatars/U0620HU51HA.png b/html/avatars/U0620HU51HA.png deleted file mode 100644 index daaff6c..0000000 Binary files a/html/avatars/U0620HU51HA.png and /dev/null differ diff --git a/html/avatars/U0625RZ7KR9.jpg b/html/avatars/U0625RZ7KR9.jpg deleted file mode 100644 index a5a6655..0000000 Binary files a/html/avatars/U0625RZ7KR9.jpg and /dev/null differ diff --git a/html/avatars/U062Q95A1FG.png b/html/avatars/U062Q95A1FG.png deleted file mode 100644 index eed8d3d..0000000 Binary files a/html/avatars/U062Q95A1FG.png and /dev/null differ diff --git a/html/avatars/U062WLFMRTP.png b/html/avatars/U062WLFMRTP.png deleted file mode 100644 index 561dbfe..0000000 Binary files a/html/avatars/U062WLFMRTP.png and /dev/null differ diff --git a/html/avatars/U06315TMT61.png b/html/avatars/U06315TMT61.png deleted file mode 100644 index 283aca6..0000000 Binary files a/html/avatars/U06315TMT61.png and /dev/null differ diff --git a/html/avatars/U0635GK8Y14.jpg b/html/avatars/U0635GK8Y14.jpg deleted file mode 100644 index 53189ef..0000000 Binary files a/html/avatars/U0635GK8Y14.jpg and /dev/null differ diff --git a/html/avatars/U063YP6UJJ0.png b/html/avatars/U063YP6UJJ0.png deleted file mode 100644 index d9ee059..0000000 Binary files a/html/avatars/U063YP6UJJ0.png and /dev/null differ diff --git a/html/avatars/U066HKFCHUG.jpg b/html/avatars/U066HKFCHUG.jpg deleted file mode 100644 index f4e7e9e..0000000 Binary files a/html/avatars/U066HKFCHUG.jpg and /dev/null differ diff --git a/html/emojis/gratitude-thank-you.png b/html/emojis/gratitude-thank-you.png deleted file mode 100644 index b2baa04..0000000 Binary files a/html/emojis/gratitude-thank-you.png and /dev/null differ diff --git a/html/files/C01CK9T7HKR/F05PKBM0RRV.png b/html/files/C01CK9T7HKR/F05PKBM0RRV.png deleted file mode 100644 index 8cff498..0000000 Binary files a/html/files/C01CK9T7HKR/F05PKBM0RRV.png and /dev/null differ diff --git a/html/files/C01CK9T7HKR/F05PSGC7D8E.png b/html/files/C01CK9T7HKR/F05PSGC7D8E.png deleted file mode 100644 index bc60f55..0000000 Binary files a/html/files/C01CK9T7HKR/F05PSGC7D8E.png and /dev/null differ diff --git a/html/files/C01CK9T7HKR/F05PW99E3L5.png b/html/files/C01CK9T7HKR/F05PW99E3L5.png deleted file mode 100644 index eead18a..0000000 Binary files a/html/files/C01CK9T7HKR/F05PW99E3L5.png and /dev/null differ diff --git a/html/files/C01CK9T7HKR/F05RM6EV6DV.png b/html/files/C01CK9T7HKR/F05RM6EV6DV.png deleted file mode 100644 index c7a5b48..0000000 Binary files a/html/files/C01CK9T7HKR/F05RM6EV6DV.png and /dev/null differ diff --git a/html/files/C01CK9T7HKR/F05RR4YHH1V.png b/html/files/C01CK9T7HKR/F05RR4YHH1V.png deleted file mode 100644 index 6b0146a..0000000 Binary files a/html/files/C01CK9T7HKR/F05RR4YHH1V.png and /dev/null differ diff --git a/html/files/C01CK9T7HKR/F05RZ520LH0.png b/html/files/C01CK9T7HKR/F05RZ520LH0.png deleted file mode 100644 index a231f1c..0000000 Binary files a/html/files/C01CK9T7HKR/F05RZ520LH0.png and /dev/null differ diff --git a/html/files/C01CK9T7HKR/F05S21H1LHK.txt b/html/files/C01CK9T7HKR/F05S21H1LHK.txt deleted file mode 100644 index 3d4ecef..0000000 --- a/html/files/C01CK9T7HKR/F05S21H1LHK.txt +++ /dev/null @@ -1,4 +0,0 @@ -{"eventTime": "2023-09-12T20:44:10.764Z", "producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "schemaURL": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunEvent", "eventType": "START", "run": {"runId": "9293fb3d-bbe9-4237-b518-719a7c0f149d", "facets": {"spark.logicalPlan": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet", "plan": [{"class": "org.apache.spark.sql.execution.datasources.SaveIntoDataSourceCommand", "num-children": 0, "query": [{"class": "org.apache.spark.sql.catalyst.plans.logical.Project", "num-children": 1, "projectList": [[{"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "customer_id", "dataType": "integer", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 497, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.Alias", "num-children": 1, "child": 0, "name": "order_year", "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 507, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": [], "nonInheritableMetadataKeys": "[__dataset_id, __col_position]"}, {"class": "org.apache.spark.sql.catalyst.expressions.Year", "num-children": 1, "child": 0}, {"class": "org.apache.spark.sql.catalyst.expressions.Cast", "num-children": 1, "child": 0, "dataType": "date", "timeZoneId": "Etc/UTC", "evalMode": null}, {"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_date", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 499, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.Alias", "num-children": 1, "child": 0, "name": "order_month", "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 508, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": [], "nonInheritableMetadataKeys": "[__dataset_id, __col_position]"}, {"class": "org.apache.spark.sql.catalyst.expressions.Month", "num-children": 1, "child": 0}, {"class": "org.apache.spark.sql.catalyst.expressions.Cast", "num-children": 1, "child": 0, "dataType": "date", "timeZoneId": "Etc/UTC", "evalMode": null}, {"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_date", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 499, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.Alias", "num-children": 1, "child": 0, "name": "order_day", "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 509, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": [], "nonInheritableMetadataKeys": "[__dataset_id, __col_position]"}, {"class": "org.apache.spark.sql.catalyst.expressions.DayOfMonth", "num-children": 1, "child": 0}, {"class": "org.apache.spark.sql.catalyst.expressions.Cast", "num-children": 1, "child": 0, "dataType": "date", "timeZoneId": "Etc/UTC", "evalMode": null}, {"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_date", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 499, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.Alias", "num-children": 1, "child": 0, "name": "order_amount", "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 510, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": [], "nonInheritableMetadataKeys": "[__dataset_id, __col_position]"}, {"class": "org.apache.spark.sql.catalyst.expressions.Cast", "num-children": 1, "child": 0, "dataType": "float", "timeZoneId": "Etc/UTC", "evalMode": null}, {"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_amount", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 500, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.Alias", "num-children": 1, "child": 0, "name": "order_key", "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 511, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": [], "nonInheritableMetadataKeys": "[__dataset_id, __col_position]"}, {"class": "org.apache.spark.sql.catalyst.expressions.ConcatWs", "num-children": 3, "children": [0, 1, 2]}, {"class": "org.apache.spark.sql.catalyst.expressions.Literal", "num-children": 0, "value": "-", "dataType": "string"}, {"class": "org.apache.spark.sql.catalyst.expressions.Cast", "num-children": 1, "child": 0, "dataType": "string", "timeZoneId": "Etc/UTC", "evalMode": null}, {"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "customer_id", "dataType": "integer", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 497, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}, {"class": "org.apache.spark.sql.catalyst.expressions.Cast", "num-children": 1, "child": 0, "dataType": "string", "timeZoneId": "Etc/UTC", "evalMode": null}, {"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_id", "dataType": "integer", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 498, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "product_name", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 501, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}]], "child": 0}, {"class": "org.apache.spark.sql.execution.datasources.LogicalRelation", "num-children": 0, "relation": null, "output": [[{"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "customer_id", "dataType": "integer", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 497, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_id", "dataType": "integer", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 498, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_date", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 499, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_amount", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 500, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "product_name", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 501, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}]], "isStreaming": false}], "dataSource": null, "options": null, "mode": null}]}, "spark_version": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet", "spark-version": "3.4.1", "openlineage-spark-version": "1.1.0"}, "environment-properties": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet", "environment-properties": {}}}}, "job": {"namespace": "staging", "name": "etl_test.execute_save_into_data_source_command.atlan_orders", "facets": {}}, "inputs": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "facets": {"dataSource": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet", "name": "file", "uri": "file"}, "schema": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"name": "customer_id", "type": "integer"}, {"name": "order_id", "type": "integer"}, {"name": "order_date", "type": "string"}, {"name": "order_amount", "type": "string"}, {"name": "product_name", "type": "string"}]}}, "inputFacets": {}}], "outputs": [{"namespace": "mysql://atlan-mysql.crmgvlgwn1cx.ap-south-1.rds.amazonaws.com:3306", "name": "atlan.orders", "facets": {"dataSource": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet", "name": "mysql://atlan-mysql.crmgvlgwn1cx.ap-south-1.rds.amazonaws.com:3306", "uri": "mysql://atlan-mysql.crmgvlgwn1cx.ap-south-1.rds.amazonaws.com:3306"}, "schema": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"name": "customer_id", "type": "integer"}, {"name": "order_year", "type": "integer"}, {"name": "order_month", "type": "integer"}, {"name": "order_day", "type": "integer"}, {"name": "order_amount", "type": "integer"}, {"name": "order_key", "type": "string"}, {"name": "product_name", "type": "string"}]}, "columnLineage": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/facets/1-0-1/ColumnLineageDatasetFacet.json#/$defs/ColumnLineageDatasetFacet", "fields": {"customer_id": {"inputFields": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "customer_id"}]}, "order_year": {"inputFields": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "order_date"}]}, "order_month": {"inputFields": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "order_date"}]}, "order_day": {"inputFields": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "order_date"}]}, "order_amount": {"inputFields": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "order_amount"}]}, "order_key": {"inputFields": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "customer_id"}, {"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "order_id"}]}, "product_name": {"inputFields": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "product_name"}]}}}, "lifecycleStateChange": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/LifecycleStateChangeDatasetFacet.json#/$defs/LifecycleStateChangeDatasetFacet", "lifecycleStateChange": "OVERWRITE"}}, "outputFacets": {}}]} -{"eventTime": "2023-09-12T20:44:11.462Z", "producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "schemaURL": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunEvent", "eventType": "START", "run": {"runId": "9293fb3d-bbe9-4237-b518-719a7c0f149d", "facets": {"spark.logicalPlan": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet", "plan": [{"class": "org.apache.spark.sql.execution.datasources.SaveIntoDataSourceCommand", "num-children": 0, "query": [{"class": "org.apache.spark.sql.catalyst.plans.logical.Project", "num-children": 1, "projectList": [[{"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "customer_id", "dataType": "integer", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 497, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.Alias", "num-children": 1, "child": 0, "name": "order_year", "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 507, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": [], "nonInheritableMetadataKeys": "[__dataset_id, __col_position]"}, {"class": "org.apache.spark.sql.catalyst.expressions.Year", "num-children": 1, "child": 0}, {"class": "org.apache.spark.sql.catalyst.expressions.Cast", "num-children": 1, "child": 0, "dataType": "date", "timeZoneId": "Etc/UTC", "evalMode": null}, {"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_date", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 499, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.Alias", "num-children": 1, "child": 0, "name": "order_month", "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 508, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": [], "nonInheritableMetadataKeys": "[__dataset_id, __col_position]"}, {"class": "org.apache.spark.sql.catalyst.expressions.Month", "num-children": 1, "child": 0}, {"class": "org.apache.spark.sql.catalyst.expressions.Cast", "num-children": 1, "child": 0, "dataType": "date", "timeZoneId": "Etc/UTC", "evalMode": null}, {"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_date", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 499, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.Alias", "num-children": 1, "child": 0, "name": "order_day", "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 509, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": [], "nonInheritableMetadataKeys": "[__dataset_id, __col_position]"}, {"class": "org.apache.spark.sql.catalyst.expressions.DayOfMonth", "num-children": 1, "child": 0}, {"class": "org.apache.spark.sql.catalyst.expressions.Cast", "num-children": 1, "child": 0, "dataType": "date", "timeZoneId": "Etc/UTC", "evalMode": null}, {"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_date", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 499, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.Alias", "num-children": 1, "child": 0, "name": "order_amount", "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 510, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": [], "nonInheritableMetadataKeys": "[__dataset_id, __col_position]"}, {"class": "org.apache.spark.sql.catalyst.expressions.Cast", "num-children": 1, "child": 0, "dataType": "float", "timeZoneId": "Etc/UTC", "evalMode": null}, {"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_amount", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 500, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.Alias", "num-children": 1, "child": 0, "name": "order_key", "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 511, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": [], "nonInheritableMetadataKeys": "[__dataset_id, __col_position]"}, {"class": "org.apache.spark.sql.catalyst.expressions.ConcatWs", "num-children": 3, "children": [0, 1, 2]}, {"class": "org.apache.spark.sql.catalyst.expressions.Literal", "num-children": 0, "value": "-", "dataType": "string"}, {"class": "org.apache.spark.sql.catalyst.expressions.Cast", "num-children": 1, "child": 0, "dataType": "string", "timeZoneId": "Etc/UTC", "evalMode": null}, {"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "customer_id", "dataType": "integer", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 497, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}, {"class": "org.apache.spark.sql.catalyst.expressions.Cast", "num-children": 1, "child": 0, "dataType": "string", "timeZoneId": "Etc/UTC", "evalMode": null}, {"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_id", "dataType": "integer", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 498, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "product_name", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 501, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}]], "child": 0}, {"class": "org.apache.spark.sql.execution.datasources.LogicalRelation", "num-children": 0, "relation": null, "output": [[{"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "customer_id", "dataType": "integer", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 497, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_id", "dataType": "integer", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 498, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_date", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 499, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_amount", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 500, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "product_name", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 501, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}]], "isStreaming": false}], "dataSource": null, "options": null, "mode": null}]}, "spark_version": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet", "spark-version": "3.4.1", "openlineage-spark-version": "1.1.0"}, "spark_properties": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet", "properties": {"spark.master": "local", "spark.app.name": "etl-test"}}, "environment-properties": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet", "environment-properties": {}}}}, "job": {"namespace": "staging", "name": "etl_test.execute_save_into_data_source_command.atlan_orders", "facets": {}}, "inputs": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "facets": {"dataSource": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet", "name": "file", "uri": "file"}, "schema": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"name": "customer_id", "type": "integer"}, {"name": "order_id", "type": "integer"}, {"name": "order_date", "type": "string"}, {"name": "order_amount", "type": "string"}, {"name": "product_name", "type": "string"}]}}, "inputFacets": {}}], "outputs": [{"namespace": "mysql://atlan-mysql.crmgvlgwn1cx.ap-south-1.rds.amazonaws.com:3306", "name": "atlan.orders", "facets": {"dataSource": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet", "name": "mysql://atlan-mysql.crmgvlgwn1cx.ap-south-1.rds.amazonaws.com:3306", "uri": "mysql://atlan-mysql.crmgvlgwn1cx.ap-south-1.rds.amazonaws.com:3306"}, "schema": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"name": "customer_id", "type": "integer"}, {"name": "order_year", "type": "integer"}, {"name": "order_month", "type": "integer"}, {"name": "order_day", "type": "integer"}, {"name": "order_amount", "type": "integer"}, {"name": "order_key", "type": "string"}, {"name": "product_name", "type": "string"}]}, "columnLineage": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/facets/1-0-1/ColumnLineageDatasetFacet.json#/$defs/ColumnLineageDatasetFacet", "fields": {"customer_id": {"inputFields": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "customer_id"}]}, "order_year": {"inputFields": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "order_date"}]}, "order_month": {"inputFields": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "order_date"}]}, "order_day": {"inputFields": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "order_date"}]}, "order_amount": {"inputFields": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "order_amount"}]}, "order_key": {"inputFields": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "customer_id"}, {"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "order_id"}]}, "product_name": {"inputFields": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "product_name"}]}}}, "lifecycleStateChange": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/LifecycleStateChangeDatasetFacet.json#/$defs/LifecycleStateChangeDatasetFacet", "lifecycleStateChange": "OVERWRITE"}}, "outputFacets": {}}]} -{"eventTime": "2023-09-12T20:44:12.106Z", "producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "schemaURL": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunEvent", "eventType": "COMPLETE", "run": {"runId": "9293fb3d-bbe9-4237-b518-719a7c0f149d", "facets": {"spark.logicalPlan": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet", "plan": [{"class": "org.apache.spark.sql.execution.datasources.SaveIntoDataSourceCommand", "num-children": 0, "query": [{"class": "org.apache.spark.sql.catalyst.plans.logical.Project", "num-children": 1, "projectList": [[{"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "customer_id", "dataType": "integer", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 497, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.Alias", "num-children": 1, "child": 0, "name": "order_year", "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 507, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": [], "nonInheritableMetadataKeys": "[__dataset_id, __col_position]"}, {"class": "org.apache.spark.sql.catalyst.expressions.Year", "num-children": 1, "child": 0}, {"class": "org.apache.spark.sql.catalyst.expressions.Cast", "num-children": 1, "child": 0, "dataType": "date", "timeZoneId": "Etc/UTC", "evalMode": null}, {"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_date", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 499, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.Alias", "num-children": 1, "child": 0, "name": "order_month", "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 508, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": [], "nonInheritableMetadataKeys": "[__dataset_id, __col_position]"}, {"class": "org.apache.spark.sql.catalyst.expressions.Month", "num-children": 1, "child": 0}, {"class": "org.apache.spark.sql.catalyst.expressions.Cast", "num-children": 1, "child": 0, "dataType": "date", "timeZoneId": "Etc/UTC", "evalMode": null}, {"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_date", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 499, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.Alias", "num-children": 1, "child": 0, "name": "order_day", "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 509, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": [], "nonInheritableMetadataKeys": "[__dataset_id, __col_position]"}, {"class": "org.apache.spark.sql.catalyst.expressions.DayOfMonth", "num-children": 1, "child": 0}, {"class": "org.apache.spark.sql.catalyst.expressions.Cast", "num-children": 1, "child": 0, "dataType": "date", "timeZoneId": "Etc/UTC", "evalMode": null}, {"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_date", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 499, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.Alias", "num-children": 1, "child": 0, "name": "order_amount", "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 510, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": [], "nonInheritableMetadataKeys": "[__dataset_id, __col_position]"}, {"class": "org.apache.spark.sql.catalyst.expressions.Cast", "num-children": 1, "child": 0, "dataType": "float", "timeZoneId": "Etc/UTC", "evalMode": null}, {"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_amount", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 500, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.Alias", "num-children": 1, "child": 0, "name": "order_key", "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 511, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": [], "nonInheritableMetadataKeys": "[__dataset_id, __col_position]"}, {"class": "org.apache.spark.sql.catalyst.expressions.ConcatWs", "num-children": 3, "children": [0, 1, 2]}, {"class": "org.apache.spark.sql.catalyst.expressions.Literal", "num-children": 0, "value": "-", "dataType": "string"}, {"class": "org.apache.spark.sql.catalyst.expressions.Cast", "num-children": 1, "child": 0, "dataType": "string", "timeZoneId": "Etc/UTC", "evalMode": null}, {"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "customer_id", "dataType": "integer", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 497, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}, {"class": "org.apache.spark.sql.catalyst.expressions.Cast", "num-children": 1, "child": 0, "dataType": "string", "timeZoneId": "Etc/UTC", "evalMode": null}, {"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_id", "dataType": "integer", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 498, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "product_name", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 501, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}]], "child": 0}, {"class": "org.apache.spark.sql.execution.datasources.LogicalRelation", "num-children": 0, "relation": null, "output": [[{"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "customer_id", "dataType": "integer", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 497, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_id", "dataType": "integer", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 498, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_date", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 499, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_amount", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 500, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "product_name", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 501, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}]], "isStreaming": false}], "dataSource": null, "options": null, "mode": null}]}, "spark_version": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet", "spark-version": "3.4.1", "openlineage-spark-version": "1.1.0"}, "environment-properties": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet", "environment-properties": {}}}}, "job": {"namespace": "staging", "name": "etl_test.execute_save_into_data_source_command.atlan_orders", "facets": {}}, "inputs": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "facets": {"dataSource": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet", "name": "file", "uri": "file"}, "schema": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"name": "customer_id", "type": "integer"}, {"name": "order_id", "type": "integer"}, {"name": "order_date", "type": "string"}, {"name": "order_amount", "type": "string"}, {"name": "product_name", "type": "string"}]}}, "inputFacets": {}}], "outputs": [{"namespace": "mysql://atlan-mysql.crmgvlgwn1cx.ap-south-1.rds.amazonaws.com:3306", "name": "atlan.orders", "facets": {"dataSource": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet", "name": "mysql://atlan-mysql.crmgvlgwn1cx.ap-south-1.rds.amazonaws.com:3306", "uri": "mysql://atlan-mysql.crmgvlgwn1cx.ap-south-1.rds.amazonaws.com:3306"}, "schema": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"name": "customer_id", "type": "integer"}, {"name": "order_year", "type": "integer"}, {"name": "order_month", "type": "integer"}, {"name": "order_day", "type": "integer"}, {"name": "order_amount", "type": "integer"}, {"name": "order_key", "type": "string"}, {"name": "product_name", "type": "string"}]}, "columnLineage": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/facets/1-0-1/ColumnLineageDatasetFacet.json#/$defs/ColumnLineageDatasetFacet", "fields": {"customer_id": {"inputFields": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "customer_id"}]}, "order_year": {"inputFields": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "order_date"}]}, "order_month": {"inputFields": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "order_date"}]}, "order_day": {"inputFields": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "order_date"}]}, "order_amount": {"inputFields": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "order_amount"}]}, "order_key": {"inputFields": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "customer_id"}, {"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "order_id"}]}, "product_name": {"inputFields": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "product_name"}]}}}, "lifecycleStateChange": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/LifecycleStateChangeDatasetFacet.json#/$defs/LifecycleStateChangeDatasetFacet", "lifecycleStateChange": "OVERWRITE"}}, "outputFacets": {"outputStatistics": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/OutputStatisticsOutputDatasetFacet.json#/$defs/OutputStatisticsOutputDatasetFacet", "rowCount": 1, "size": 0}}}]} -{"eventTime": "2023-09-12T20:44:12.518Z", "producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "schemaURL": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunEvent", "eventType": "COMPLETE", "run": {"runId": "9293fb3d-bbe9-4237-b518-719a7c0f149d", "facets": {"spark.logicalPlan": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet", "plan": [{"class": "org.apache.spark.sql.execution.datasources.SaveIntoDataSourceCommand", "num-children": 0, "query": [{"class": "org.apache.spark.sql.catalyst.plans.logical.Project", "num-children": 1, "projectList": [[{"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "customer_id", "dataType": "integer", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 497, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.Alias", "num-children": 1, "child": 0, "name": "order_year", "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 507, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": [], "nonInheritableMetadataKeys": "[__dataset_id, __col_position]"}, {"class": "org.apache.spark.sql.catalyst.expressions.Year", "num-children": 1, "child": 0}, {"class": "org.apache.spark.sql.catalyst.expressions.Cast", "num-children": 1, "child": 0, "dataType": "date", "timeZoneId": "Etc/UTC", "evalMode": null}, {"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_date", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 499, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.Alias", "num-children": 1, "child": 0, "name": "order_month", "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 508, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": [], "nonInheritableMetadataKeys": "[__dataset_id, __col_position]"}, {"class": "org.apache.spark.sql.catalyst.expressions.Month", "num-children": 1, "child": 0}, {"class": "org.apache.spark.sql.catalyst.expressions.Cast", "num-children": 1, "child": 0, "dataType": "date", "timeZoneId": "Etc/UTC", "evalMode": null}, {"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_date", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 499, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.Alias", "num-children": 1, "child": 0, "name": "order_day", "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 509, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": [], "nonInheritableMetadataKeys": "[__dataset_id, __col_position]"}, {"class": "org.apache.spark.sql.catalyst.expressions.DayOfMonth", "num-children": 1, "child": 0}, {"class": "org.apache.spark.sql.catalyst.expressions.Cast", "num-children": 1, "child": 0, "dataType": "date", "timeZoneId": "Etc/UTC", "evalMode": null}, {"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_date", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 499, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.Alias", "num-children": 1, "child": 0, "name": "order_amount", "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 510, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": [], "nonInheritableMetadataKeys": "[__dataset_id, __col_position]"}, {"class": "org.apache.spark.sql.catalyst.expressions.Cast", "num-children": 1, "child": 0, "dataType": "float", "timeZoneId": "Etc/UTC", "evalMode": null}, {"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_amount", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 500, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.Alias", "num-children": 1, "child": 0, "name": "order_key", "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 511, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": [], "nonInheritableMetadataKeys": "[__dataset_id, __col_position]"}, {"class": "org.apache.spark.sql.catalyst.expressions.ConcatWs", "num-children": 3, "children": [0, 1, 2]}, {"class": "org.apache.spark.sql.catalyst.expressions.Literal", "num-children": 0, "value": "-", "dataType": "string"}, {"class": "org.apache.spark.sql.catalyst.expressions.Cast", "num-children": 1, "child": 0, "dataType": "string", "timeZoneId": "Etc/UTC", "evalMode": null}, {"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "customer_id", "dataType": "integer", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 497, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}, {"class": "org.apache.spark.sql.catalyst.expressions.Cast", "num-children": 1, "child": 0, "dataType": "string", "timeZoneId": "Etc/UTC", "evalMode": null}, {"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_id", "dataType": "integer", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 498, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "product_name", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 501, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}]], "child": 0}, {"class": "org.apache.spark.sql.execution.datasources.LogicalRelation", "num-children": 0, "relation": null, "output": [[{"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "customer_id", "dataType": "integer", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 497, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_id", "dataType": "integer", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 498, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_date", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 499, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "order_amount", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 500, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}], [{"class": "org.apache.spark.sql.catalyst.expressions.AttributeReference", "num-children": 0, "name": "product_name", "dataType": "string", "nullable": true, "metadata": {}, "exprId": {"product-class": "org.apache.spark.sql.catalyst.expressions.ExprId", "id": 501, "jvmId": "bca387c7-9171-4d47-8061-7031cec5e75f"}, "qualifier": []}]], "isStreaming": false}], "dataSource": null, "options": null, "mode": null}]}, "spark_version": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet", "spark-version": "3.4.1", "openlineage-spark-version": "1.1.0"}, "environment-properties": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet", "environment-properties": {}}}}, "job": {"namespace": "staging", "name": "etl_test.execute_save_into_data_source_command.atlan_orders", "facets": {}}, "inputs": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "facets": {"dataSource": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet", "name": "file", "uri": "file"}, "schema": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"name": "customer_id", "type": "integer"}, {"name": "order_id", "type": "integer"}, {"name": "order_date", "type": "string"}, {"name": "order_amount", "type": "string"}, {"name": "product_name", "type": "string"}]}}, "inputFacets": {}}], "outputs": [{"namespace": "mysql://atlan-mysql.crmgvlgwn1cx.ap-south-1.rds.amazonaws.com:3306", "name": "atlan.orders", "facets": {"dataSource": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet", "name": "mysql://atlan-mysql.crmgvlgwn1cx.ap-south-1.rds.amazonaws.com:3306", "uri": "mysql://atlan-mysql.crmgvlgwn1cx.ap-south-1.rds.amazonaws.com:3306"}, "schema": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", "fields": [{"name": "customer_id", "type": "integer"}, {"name": "order_year", "type": "integer"}, {"name": "order_month", "type": "integer"}, {"name": "order_day", "type": "integer"}, {"name": "order_amount", "type": "integer"}, {"name": "order_key", "type": "string"}, {"name": "product_name", "type": "string"}]}, "columnLineage": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/facets/1-0-1/ColumnLineageDatasetFacet.json#/$defs/ColumnLineageDatasetFacet", "fields": {"customer_id": {"inputFields": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "customer_id"}]}, "order_year": {"inputFields": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "order_date"}]}, "order_month": {"inputFields": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "order_date"}]}, "order_day": {"inputFields": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "order_date"}]}, "order_amount": {"inputFields": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "order_amount"}]}, "order_key": {"inputFields": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "customer_id"}, {"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "order_id"}]}, "product_name": {"inputFields": [{"namespace": "file", "name": "/home/jovyan/notebooks/input.json", "field": "product_name"}]}}}, "lifecycleStateChange": {"_producer": "https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/spark", "_schemaURL": "https://openlineage.io/spec/facets/1-0-0/LifecycleStateChangeDatasetFacet.json#/$defs/LifecycleStateChangeDatasetFacet", "lifecycleStateChange": "OVERWRITE"}}, "outputFacets": {}}]} diff --git a/html/files/C01CK9T7HKR/F05S2NCLM9T.png b/html/files/C01CK9T7HKR/F05S2NCLM9T.png deleted file mode 100644 index c65eba7..0000000 Binary files a/html/files/C01CK9T7HKR/F05S2NCLM9T.png and /dev/null differ diff --git a/html/files/C01CK9T7HKR/F05S2NNQ1UM.png b/html/files/C01CK9T7HKR/F05S2NNQ1UM.png deleted file mode 100644 index 7104339..0000000 Binary files a/html/files/C01CK9T7HKR/F05S2NNQ1UM.png and /dev/null differ diff --git a/html/files/C01CK9T7HKR/F05S39T55QD.png b/html/files/C01CK9T7HKR/F05S39T55QD.png deleted file mode 100644 index 3103ff1..0000000 Binary files a/html/files/C01CK9T7HKR/F05S39T55QD.png and /dev/null differ diff --git a/html/files/C01CK9T7HKR/F05S4S20MDZ.py b/html/files/C01CK9T7HKR/F05S4S20MDZ.py deleted file mode 100644 index a5debef..0000000 --- a/html/files/C01CK9T7HKR/F05S4S20MDZ.py +++ /dev/null @@ -1,57 +0,0 @@ -from pyspark.sql import SparkSession -from pyspark.sql.functions import col, concat_ws, year, month, dayofmonth -from pyspark.sql.types import StructType, StructField, StringType, IntegerType - - -spark = (SparkSession.builder.master('local') - .appName('etl-test') - .config('spark.jars.packages', "io.openlineage:openlineage-spark:1.1.0,mysql:mysql-connector-java:8.0.33") - .config('spark.extraListeners', 'io.openlineage.spark.agent.OpenLineageSparkListener') - .config('spark.openlineage.transport.type', 'http') - .config('spark.openlineage.transport.url', 'http://host.docker.internal:5009/events/spark/') - .config('spark.openlineage.namespace', 'staging') - .config('spark.openlineage.transport.auth.type', 'api_key') - .config('spark.openlineage.transport.auth.apiKey', 'abcdefghijk') - .getOrCreate()) - - -spark.sparkContext.setLogLevel("INFO") - - -# Define schema for JSON data -schema = StructType([ - StructField("customer_id", IntegerType(), True), - StructField("order_id", IntegerType(), True), - StructField("order_date", StringType(), True), - StructField("order_amount", StringType(), True), - StructField("product_name", StringType(), True) -]) - - -# Read JSON data into PySpark DataFrame -df = spark.read.option('multiline', True).json("input.json", schema=schema) - -# Apply data transformations -df_transformed = df.select( - col("customer_id"), - year(col("order_date")).alias("order_year"), - month(col("order_date")).alias("order_month"), - dayofmonth(col("order_date")).alias("order_day"), - col("order_amount").cast("float").alias("order_amount"), - concat_ws("-", col("customer_id"), col("order_id")).alias("order_key"), - col("product_name") -) - - -# Write transformed data to MySQL database -url = "" -table_name = "orders" -mode = "append" -properties = { - "driver": "com.mysql.cj.jdbc.Driver", - "user": "", - "password": "" -} - - -df_transformed.write.jdbc(url=url, table=table_name, mode=mode, properties=properties) \ No newline at end of file diff --git a/html/files/C01CK9T7HKR/F05S5J5AY2E.json b/html/files/C01CK9T7HKR/F05S5J5AY2E.json deleted file mode 100644 index fcb6cf2..0000000 --- a/html/files/C01CK9T7HKR/F05S5J5AY2E.json +++ /dev/null @@ -1,81197 +0,0 @@ -[ - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "o5h328f64kgrn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:17:17.341082567Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-xttt8" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:17:23.108567573Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[b179c836-534a-4cbc-988b-b062a2689cd4] received", - "insertId": "pt2eu6fl9z5vp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:20:43.338356815Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-xttt8", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "[b179c836-534a-4cbc-988b-b062a2689cd4] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T06:10:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "pt2eu6fl9z5vq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:20:43.347299223Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-xttt8", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "pt2eu6fl9z5vr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:20:43.836767286Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-xttt8" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "pt2eu6fl9z5vs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:20:43.838992505Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-xttt8" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "pt2eu6fl9z5vt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:20:44.020621661Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-xttt8", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "No module named 'airflow.gcs'", - "insertId": "pt2eu6fl9z5vu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:20:44.122037728Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-xttt8" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "Failed to import plugin OpenLineagePlugin", - "insertId": "pt2eu6fl9z5vv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:20:44.131512340Z", - "severity": "ERROR", - "labels": { - "process": "plugins_manager.py:237", - "worker_id": "airflow-worker-xttt8" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/openlineage/airflow/utils.py\", line 427, in import_from_string module = importlib.import_module(module_path) File \"/opt/python3.8/lib/python3.8/importlib/__init__.py\", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File \"\", line 1014, in _gcd_import File \"\", line 991, in _find_and_load File \"\", line 961, in _find_and_load_unlocked File \"\", line 219, in _call_with_frames_removed File \"\", line 1014, in _gcd_import File \"\", line 991, in _find_and_load File \"\", line 961, in _find_and_load_unlocked File \"\", line 219, in _call_with_frames_removed File \"\", line 1014, in _gcd_import File \"\", line 991, in _find_and_load File \"\", line 973, in _find_and_load_unlockedModuleNotFoundError: No module named 'airflow.gcs'", - "insertId": "pt2eu6fl9z5vw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:20:44.131577764Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-xttt8" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "", - "insertId": "pt2eu6fl9z5vx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:20:44.131698239Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-xttt8" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "The above exception was the direct cause of the following exception:", - "insertId": "pt2eu6fl9z5vy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:20:44.131704399Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-xttt8" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "", - "insertId": "pt2eu6fl9z5vz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:20:44.131712503Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-xttt8" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/plugins_manager.py\", line 229, in load_entrypoint_plugins plugin_class = entry_point.load() File \"/opt/python3.8/lib/python3.8/site-packages/setuptools/_vendor/importlib_metadata/__init__.py\", line 194, in load module = import_module(match.group('module')) File \"/opt/python3.8/lib/python3.8/importlib/__init__.py\", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File \"\", line 1014, in _gcd_import File \"\", line 991, in _find_and_load File \"\", line 975, in _find_and_load_unlocked File \"\", line 671, in _load_unlocked File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/opt/python3.8/lib/python3.8/site-packages/openlineage/airflow/plugin.py\", line 32, in from openlineage.airflow import listener File \"/opt/python3.8/lib/python3.8/site-packages/openlineage/airflow/listener.py\", line 75, in extractor_manager = ExtractorManager() File \"/opt/python3.8/lib/python3.8/site-packages/openlineage/airflow/extractors/manager.py\", line 16, in __init__ self.task_to_extractor = Extractors() File \"/opt/python3.8/lib/python3.8/site-packages/openlineage/airflow/extractors/extractors.py\", line 122, in __init__ extractor = import_from_string(extractor.strip()) File \"/opt/python3.8/lib/python3.8/site-packages/openlineage/airflow/utils.py\", line 431, in import_from_string raise ImportError(f\"Failed to import {path}\") from eImportError: Failed to import airflow.gcs.dags.big_query_insert_job_extractor.BigQueryInsertJobExtractor", - "insertId": "pt2eu6fl9z5w0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:20:44.131723039Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-xttt8" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "pt2eu6fl9z5w1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:20:44.855276216Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-xttt8", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "Running on host airflow-worker-xttt8", - "insertId": "pt2eu6fl9z5w2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:20:45.429806563Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-xttt8" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "pt2eu6fl9z5w3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:20:45.558770406Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1091", - "workflow": "airflow_monitoring", - "task-id": "echo", - "worker_id": "airflow-worker-xttt8", - "execution-date": "2023-09-13T06:10:00+00:00", - "map-index": "-1", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "pt2eu6fl9z5w4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:20:45.602639080Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1091", - "worker_id": "airflow-worker-xttt8", - "workflow": "airflow_monitoring", - "task-id": "echo", - "try-number": "1", - "execution-date": "2023-09-13T06:10:00+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "pt2eu6fl9z5w5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:20:45.603495843Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-xttt8", - "try-number": "1", - "task-id": "echo", - "process": "taskinstance.py:1289", - "map-index": "-1", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T06:10:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "pt2eu6fl9z5w6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:20:45.604780565Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "map-index": "-1", - "worker_id": "airflow-worker-xttt8", - "task-id": "echo", - "execution-date": "2023-09-13T06:10:00+00:00", - "try-number": "1", - "process": "taskinstance.py:1290" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "pt2eu6fl9z5w7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:20:45.604808705Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1291", - "task-id": "echo", - "execution-date": "2023-09-13T06:10:00+00:00", - "map-index": "-1", - "try-number": "1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-xttt8" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "Executing on 2023-09-13 06:10:00+00:00", - "insertId": "pt2eu6fl9z5w8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:20:45.637291340Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T06:10:00+00:00", - "map-index": "-1", - "task-id": "echo", - "workflow": "airflow_monitoring", - "try-number": "1", - "process": "taskinstance.py:1310", - "worker_id": "airflow-worker-xttt8" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "Started process 13235 to run task", - "insertId": "pt2eu6fl9z5w9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:20:45.648107344Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "task-id": "echo", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-xttt8", - "execution-date": "2023-09-13T06:10:00+00:00", - "process": "standard_task_runner.py:55", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T06:10:00+00:00', '--job-id', '894', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmp_n224aa7']", - "insertId": "pt2eu6fl9z5wa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:20:45.705841248Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T06:10:00+00:00", - "process": "standard_task_runner.py:82", - "worker_id": "airflow-worker-xttt8", - "try-number": "1", - "workflow": "airflow_monitoring", - "task-id": "echo", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "Job 894: Subtask echo", - "insertId": "pt2eu6fl9z5wb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:20:45.706449263Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "standard_task_runner.py:83", - "execution-date": "2023-09-13T06:10:00+00:00", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-xttt8", - "task-id": "echo", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "Running on host airflow-worker-xttt8", - "insertId": "pt2eu6fl9z5wc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:20:46.090072160Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-xttt8", - "try-number": "1", - "map-index": "-1", - "task-id": "echo", - "execution-date": "2023-09-13T06:10:00+00:00", - "workflow": "airflow_monitoring", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T06:10:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T06:10:00+00:00", - "insertId": "pt2eu6fl9z5wd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:20:46.299038062Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "try-number": "1", - "map-index": "-1", - "task-id": "echo", - "execution-date": "2023-09-13T06:10:00+00:00", - "worker_id": "airflow-worker-xttt8", - "process": "taskinstance.py:1518" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "pt2eu6fl9z5we", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:20:46.300988663Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "process": "subprocess.py:63", - "execution-date": "2023-09-13T06:10:00+00:00", - "task-id": "echo", - "map-index": "-1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-xttt8" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "pt2eu6fl9z5wf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:20:46.303239453Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "try-number": "1", - "task-id": "echo", - "process": "subprocess.py:75", - "worker_id": "airflow-worker-xttt8", - "execution-date": "2023-09-13T06:10:00+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "Output:", - "insertId": "pt2eu6fl9z5wg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:20:46.463815092Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-xttt8", - "task-id": "echo", - "map-index": "-1", - "execution-date": "2023-09-13T06:10:00+00:00", - "process": "subprocess.py:86", - "try-number": "1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "test", - "insertId": "pt2eu6fl9z5wh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:20:46.469961225Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "workflow": "airflow_monitoring", - "process": "subprocess.py:93", - "worker_id": "airflow-worker-xttt8", - "execution-date": "2023-09-13T06:10:00+00:00", - "map-index": "-1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "pt2eu6fl9z5wi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:20:46.470980894Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T06:10:00+00:00", - "try-number": "1", - "task-id": "echo", - "worker_id": "airflow-worker-xttt8", - "process": "subprocess.py:97", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T061000, start_date=20230913T062045, end_date=20230913T062046", - "insertId": "pt2eu6fl9z5wj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:20:46.520652439Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-xttt8", - "execution-date": "2023-09-13T06:10:00+00:00", - "task-id": "echo", - "process": "taskinstance.py:1328", - "try-number": "1", - "workflow": "airflow_monitoring", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "pt2eu6fl9z5wk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:20:46.749143500Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-xttt8", - "process": "local_task_job.py:212", - "task-id": "echo", - "execution-date": "2023-09-13T06:10:00+00:00", - "try-number": "1", - "workflow": "airflow_monitoring", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "pt2eu6fl9z5wl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:20:46.799640725Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-xttt8", - "process": "taskinstance.py:2599", - "task-id": "echo", - "execution-date": "2023-09-13T06:10:00+00:00", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[b179c836-534a-4cbc-988b-b062a2689cd4] succeeded in 3.657855946017662s: None", - "insertId": "pt2eu6fl9z5wm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:20:46.999036148Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-xttt8", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:20:48.847319607Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1q634m9foffwd5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:22:19.630355980Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-xttt8" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:22:24.923847676Z" - }, - { - "textPayload": "I0913 06:23:24.979289 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "ci0rqeflculbq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:23:24.979688101Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T06:23:30.760880457Z" - }, - { - "textPayload": "I0913 06:23:24.982578 1 airflowworkerset_controller.go:268] \"controllers/AirflowWorkerSet: Worker uses old template. Recreating.\" worker name=\"airflow-worker-xttt8\"", - "insertId": "ci0rqeflculbr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:23:24.982789363Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T06:23:30.760880457Z" - }, - { - "textPayload": "I0913 06:23:25.001946 1 airflowworkerset_controller.go:77] \"controllers/AirflowWorkerSet: Template changed, workers recreated.\"", - "insertId": "ci0rqeflculbs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:23:25.002206409Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T06:23:30.760880457Z" - }, - { - "textPayload": "I0913 06:23:25.007660 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "ci0rqeflculbt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:23:25.007908746Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T06:23:30.760880457Z" - }, - { - "textPayload": "Caught SIGTERM signal!", - "insertId": "1dogrosfiejd96", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:23:25.069522479Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-xttt8" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:23:30.820822010Z" - }, - { - "textPayload": "Passing SIGTERM to Airflow process.", - "insertId": "1dogrosfiejd97", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:23:25.069575680Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-xttt8" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:23:30.820822010Z" - }, - { - "textPayload": "", - "insertId": "1dogrosfiejd98", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:23:25.073569310Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-xttt8" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:23:30.820822010Z" - }, - { - "textPayload": "worker: Warm shutdown (MainProcess)", - "insertId": "1dogrosfiejd99", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:23:25.073658948Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-xttt8" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:23:30.820822010Z" - }, - { - "textPayload": "I0913 06:23:25.082440 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "ci0rqeflculbu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:23:25.082718313Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T06:23:30.760880457Z" - }, - { - "textPayload": "Exiting due to SIGTERM.", - "insertId": "1jrvr6tfhpf11u", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:23:29.810289597Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-xttt8" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:23:35.888896400Z" - }, - { - "textPayload": "I0913 06:23:30.584958 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "y55jdnfhm8gvz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:23:30.585280543Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T06:23:36.856860030Z" - }, - { - "textPayload": "I0913 06:23:30.586358 1 airflowworkerset_controller.go:97] \"controllers/AirflowWorkerSet: Workers scale up needed.\" current number of workers=0 desired=1 scaling up by=1", - "insertId": "y55jdnfhm8gw0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:23:30.586466023Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T06:23:36.856860030Z" - }, - { - "textPayload": "I0913 06:23:30.912234 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "y55jdnfhm8gw1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:23:30.912487602Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T06:23:36.856860030Z" - }, - { - "textPayload": "I0913 06:23:30.971358 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "y55jdnfhm8gw2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:23:30.971544870Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T06:23:36.856860030Z" - }, - { - "textPayload": "I0913 06:23:31.030738 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "y55jdnfhm8gw3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:23:31.030923361Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T06:23:36.856860030Z" - }, - { - "textPayload": "Starting the process, got command: worker", - "insertId": "sl44fbfaq7wcs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:23:32.392869382Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:24:04.950374461Z" - }, - { - "textPayload": "Initializing airflow.cfg.", - "insertId": "sl44fbfaq7wct", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:23:32.398918478Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:24:04.950374461Z" - }, - { - "textPayload": "airflow.cfg initialization is done.", - "insertId": "sl44fbfaq7wcu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:23:32.419699715Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:24:04.950374461Z" - }, - { - "textPayload": "I0913 06:23:33.788962 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "y55jdnfhm8gw4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:23:33.789191529Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T06:23:36.856860030Z" - }, - { - "textPayload": "I0913 06:23:33.829697 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "y55jdnfhm8gw5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:23:33.829877090Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T06:23:36.856860030Z" - }, - { - "textPayload": "Setupping GCS Fuse.", - "insertId": "sl44fbfaq7wcv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:23:39.736992822Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:24:04.950374461Z" - }, - { - "textPayload": "gcsfuse mount seems ready, proceeding.", - "insertId": "sl44fbfaq7wcw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:23:39.737050648Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:24:04.950374461Z" - }, - { - "textPayload": "Initializing kube_config.", - "insertId": "sl44fbfaq7wcx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:23:39.748607770Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:24:04.950374461Z" - }, - { - "textPayload": "Fetching cluster endpoint and auth data.", - "insertId": "sl44fbfaq7wcy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:23:47.057332038Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:24:04.950374461Z" - }, - { - "textPayload": "kubeconfig entry generated for us-west1-openlineage-1614b57c-gke.", - "insertId": "sl44fbfaq7wcz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:23:47.278148257Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:24:04.950374461Z" - }, - { - "textPayload": "/home/airflow/composer_kube_config is initialized", - "insertId": "sl44fbfaq7wd0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:23:52.392607973Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:24:04.950374461Z" - }, - { - "textPayload": "Waiting for dags and plugins synchronization.", - "insertId": "sl44fbfaq7wd1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:23:52.393823570Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:24:04.950374461Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "sl44fbfaq7wd2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:23:52.394475666Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:24:04.950374461Z" - }, - { - "textPayload": "Searching for recent worker pod evictions", - "insertId": "sl44fbfaq7wd3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:23:52.441567237Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:24:04.950374461Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "sl44fbfaq7wd4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:23:57.508178620Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:24:04.950374461Z" - }, - { - "textPayload": "Finished searching for recent worker pod evictions", - "insertId": "sl44fbfaq7wd5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:23:59.652722004Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:24:04.950374461Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "sl44fbfaq7wd6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:24:02.527378821Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:24:04.950374461Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "chuu7tf17rfrl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:24:07.535521318Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:24:09.924037788Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "166p863figjlxg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:24:12.543766682Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:24:15.008340397Z" - }, - { - "textPayload": "I0913 06:24:16.206428 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1yhp8opfie0tsr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:24:16.206672300Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T06:24:22.105391933Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "10mylthfli26gs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:24:17.555686921Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:24:22.058366259Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1kvzo1hfhw38qc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:24:22.566621960Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:24:27.832520562Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1pw3kolfomiw8u", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:24:27.567861778Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:24:32.834784424Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "15wh8bofhy63d0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:24:32.574771270Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:24:37.832701857Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "fjs92bfomsst5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:24:37.581974917Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:24:42.832133344Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1oi2t08fht12a0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:24:42.588949088Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:24:47.830981808Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "3mfw3lf64yvcy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:24:47.595937070Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:24:52.836163543Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1w9qjmufokl544", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:24:52.604615756Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:24:57.830667542Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "uhdj2f7zjpa5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:24:57.620941413Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:25:02.844830275Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1pw3cpmflfs3v9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:25:02.628876352Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:25:07.835632696Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "8vnkihf8dfpxz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:25:07.634096218Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:25:12.833136747Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "289vddflfv9hi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:25:12.643454189Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:25:17.829943181Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "dbxn1rfig64y9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:25:17.652130927Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:25:22.841839373Z" - }, - { - "textPayload": "Dags and plugins are synced", - "insertId": "1trsr1qf666yp0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:25:22.658094278Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:25:27.922941805Z" - }, - { - "textPayload": "Starting Airflow Celery Flower API.", - "insertId": "1trsr1qf666yp1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:25:22.659092164Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:25:27.922941805Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1sxdoryfhrykzm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:25:45.311638999Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:25:51.046875331Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1sxdoryfhrykzn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:25:45.327455687Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:25:51.046875331Z" - }, - { - "textPayload": " ", - "insertId": "1aw5z45fiim844", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:26:00.658094718Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:26:05.088908243Z" - }, - { - "textPayload": " -------------- celery@airflow-worker-bwrv5 v5.2.7 (dawn-chorus)", - "insertId": "1aw5z45fiim845", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:26:00.658154634Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:26:05.088908243Z" - }, - { - "textPayload": "--- ***** ----- ", - "insertId": "1aw5z45fiim846", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:26:00.658163092Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:26:05.088908243Z" - }, - { - "textPayload": "-- ******* ---- Linux-5.15.109+-x86_64-with-glibc2.27 2023-09-13 06:26:00", - "insertId": "1aw5z45fiim847", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:26:00.658169909Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:26:05.088908243Z" - }, - { - "textPayload": "- *** --- * --- ", - "insertId": "1aw5z45fiim848", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:26:00.658175456Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:26:05.088908243Z" - }, - { - "textPayload": "- ** ---------- [config]", - "insertId": "1aw5z45fiim849", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:26:00.658182010Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:26:05.088908243Z" - }, - { - "textPayload": "- ** ---------- .> app: airflow.executors.celery_executor:0x7b007b043370", - "insertId": "1aw5z45fiim84a", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:26:00.658187578Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:26:05.088908243Z" - }, - { - "textPayload": "- ** ---------- .> transport: redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "1aw5z45fiim84b", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:26:00.658264722Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:26:05.088908243Z" - }, - { - "textPayload": "- ** ---------- .> results: redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "1aw5z45fiim84c", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:26:00.658275482Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:26:05.088908243Z" - }, - { - "textPayload": "- *** --- * --- .> concurrency: 6 (prefork)", - "insertId": "1aw5z45fiim84d", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:26:00.658281855Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:26:05.088908243Z" - }, - { - "textPayload": "-- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)", - "insertId": "1aw5z45fiim84e", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:26:00.658287382Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:26:05.088908243Z" - }, - { - "textPayload": "--- ***** ----- ", - "insertId": "1aw5z45fiim84f", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:26:00.658293412Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:26:05.088908243Z" - }, - { - "textPayload": " -------------- [queues]", - "insertId": "1aw5z45fiim84g", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:26:00.658299159Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:26:05.088908243Z" - }, - { - "textPayload": " .> default exchange=default(direct) key=default", - "insertId": "1aw5z45fiim84h", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:26:00.658304846Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:26:05.088908243Z" - }, - { - "textPayload": " ", - "insertId": "1aw5z45fiim84i", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:26:00.658310905Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:26:05.088908243Z" - }, - { - "textPayload": "", - "insertId": "1aw5z45fiim84j", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:26:00.658316379Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:26:05.088908243Z" - }, - { - "textPayload": "[tasks]", - "insertId": "1aw5z45fiim84k", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:26:00.658322592Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:26:05.088908243Z" - }, - { - "textPayload": " . airflow.executors.celery_executor.execute_command", - "insertId": "1aw5z45fiim84l", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:26:00.658328763Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:26:05.088908243Z" - }, - { - "textPayload": "", - "insertId": "1aw5z45fiim84m", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:26:00.658333880Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:26:05.088908243Z" - }, - { - "textPayload": "Connected to redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "6nzk7tfonw84j", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:26:09.308396582Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "process": "connection.py:22" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:26:14.832075846Z" - }, - { - "textPayload": "mingle: searching for neighbors", - "insertId": "6nzk7tfonw84k", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:26:09.324639429Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "process": "mingle.py:40" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:26:14.832075846Z" - }, - { - "textPayload": "mingle: all alone", - "insertId": "6nzk7tfonw84l", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:26:10.427049546Z", - "severity": "INFO", - "labels": { - "process": "mingle.py:49", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:26:14.832075846Z" - }, - { - "textPayload": "celery@airflow-worker-bwrv5 ready.", - "insertId": "6nzk7tfonw84m", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:26:10.471400331Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "process": "worker.py:176" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:26:14.832075846Z" - }, - { - "textPayload": "Events of group {task} enabled by remote.", - "insertId": "1hk9mvrfihp277", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:26:14.977024801Z", - "severity": "INFO", - "labels": { - "process": "control.py:277", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:26:19.834742905Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[8d530ab2-e4be-4ce5-bdec-1d2518ad6c8e] received", - "insertId": "1p1qyl7fhrk4i6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:30:01.583065354Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:04.706181938Z" - }, - { - "textPayload": "[8d530ab2-e4be-4ce5-bdec-1d2518ad6c8e] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T06:20:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "1p1qyl7fhrk4i7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:30:01.652815954Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:04.706181938Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1p1qyl7fhrk4i8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:30:02.048551494Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:04.706181938Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1p1qyl7fhrk4i9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:30:02.050814775Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:04.706181938Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1p1qyl7fhrk4ia", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:30:02.204486431Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:04.706181938Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "1p1qyl7fhrk4ib", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:30:03.141609103Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:04.706181938Z" - }, - { - "textPayload": "Running on host airflow-worker-bwrv5", - "insertId": "1p1qyl7fhrk4ic", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:30:03.679473214Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:04.706181938Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "1thoa8of6778pt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:30:03.823033917Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "airflow_monitoring", - "task-id": "echo", - "worker_id": "airflow-worker-bwrv5", - "try-number": "1", - "process": "taskinstance.py:1091", - "execution-date": "2023-09-13T06:20:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:09.798776737Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "1thoa8of6778pu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:30:03.850564140Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1091", - "map-index": "-1", - "worker_id": "airflow-worker-bwrv5", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T06:20:00+00:00", - "task-id": "echo", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:09.798776737Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1thoa8of6778pv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:30:03.851626993Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "workflow": "airflow_monitoring", - "map-index": "-1", - "task-id": "echo", - "execution-date": "2023-09-13T06:20:00+00:00", - "try-number": "1", - "process": "taskinstance.py:1289" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:09.798776737Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "1thoa8of6778pw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:30:03.852451918Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "map-index": "-1", - "process": "taskinstance.py:1290", - "task-id": "echo", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-bwrv5", - "execution-date": "2023-09-13T06:20:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:09.798776737Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1thoa8of6778px", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:30:03.853203288Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1291", - "task-id": "echo", - "execution-date": "2023-09-13T06:20:00+00:00", - "try-number": "1", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:09.798776737Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1thoa8of6778py", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:30:04.160511615Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:09.798776737Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1thoa8of6778pz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:30:04.160555065Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:09.798776737Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1thoa8of6778q0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:30:04.179151428Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:09.798776737Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1thoa8of6778q1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:30:04.179194758Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:09.798776737Z" - }, - { - "textPayload": "Executing on 2023-09-13 06:20:00+00:00", - "insertId": "1thoa8of6778q2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:30:05.186561467Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1310", - "execution-date": "2023-09-13T06:20:00+00:00", - "task-id": "echo", - "worker_id": "airflow-worker-bwrv5", - "map-index": "-1", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:09.798776737Z" - }, - { - "textPayload": "Started process 302 to run task", - "insertId": "1thoa8of6778q3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:30:05.265056655Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "map-index": "-1", - "worker_id": "airflow-worker-bwrv5", - "task-id": "echo", - "execution-date": "2023-09-13T06:20:00+00:00", - "try-number": "1", - "process": "standard_task_runner.py:55" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:09.798776737Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T06:20:00+00:00', '--job-id', '896', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmpaiawzt5q']", - "insertId": "1thoa8of6778q4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:30:05.265496678Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "standard_task_runner.py:82", - "try-number": "1", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T06:20:00+00:00", - "worker_id": "airflow-worker-bwrv5", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:09.798776737Z" - }, - { - "textPayload": "Job 896: Subtask echo", - "insertId": "1thoa8of6778q5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:30:05.266051717Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T06:20:00+00:00", - "process": "standard_task_runner.py:83", - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:09.798776737Z" - }, - { - "textPayload": "Running on host airflow-worker-bwrv5", - "insertId": "1thoa8of6778q6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:30:05.661502419Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-bwrv5", - "process": "task_command.py:393", - "try-number": "1", - "execution-date": "2023-09-13T06:20:00+00:00", - "task-id": "echo", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:09.798776737Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T06:20:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T06:20:00+00:00", - "insertId": "1thoa8of6778q7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:30:05.838640607Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "process": "taskinstance.py:1518", - "try-number": "1", - "execution-date": "2023-09-13T06:20:00+00:00", - "workflow": "airflow_monitoring", - "task-id": "echo", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:09.798776737Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "1thoa8of6778q8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:30:05.840516426Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "process": "subprocess.py:63", - "workflow": "airflow_monitoring", - "task-id": "echo", - "try-number": "1", - "execution-date": "2023-09-13T06:20:00+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:09.798776737Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "1thoa8of6778q9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:30:05.842547258Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "workflow": "airflow_monitoring", - "map-index": "-1", - "process": "subprocess.py:75", - "worker_id": "airflow-worker-bwrv5", - "task-id": "echo", - "execution-date": "2023-09-13T06:20:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:09.798776737Z" - }, - { - "textPayload": "Output:", - "insertId": "1thoa8of6778qa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:30:05.989622917Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "map-index": "-1", - "execution-date": "2023-09-13T06:20:00+00:00", - "worker_id": "airflow-worker-bwrv5", - "process": "subprocess.py:86", - "try-number": "1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:09.798776737Z" - }, - { - "textPayload": "test", - "insertId": "1thoa8of6778qb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:30:05.997131045Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-13T06:20:00+00:00", - "process": "subprocess.py:93", - "worker_id": "airflow-worker-bwrv5", - "task-id": "echo", - "try-number": "1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:09.798776737Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "1thoa8of6778qc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:30:05.998314604Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "task-id": "echo", - "worker_id": "airflow-worker-bwrv5", - "process": "subprocess.py:97", - "execution-date": "2023-09-13T06:20:00+00:00", - "workflow": "airflow_monitoring", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:09.798776737Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T062000, start_date=20230913T063003, end_date=20230913T063006", - "insertId": "1thoa8of6778qd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:30:06.045895913Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "execution-date": "2023-09-13T06:20:00+00:00", - "try-number": "1", - "process": "taskinstance.py:1328", - "workflow": "airflow_monitoring", - "map-index": "-1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:09.798776737Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "1thoa8of6778qe", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:30:06.859145691Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T06:20:00+00:00", - "map-index": "-1", - "workflow": "airflow_monitoring", - "process": "local_task_job.py:212", - "task-id": "echo", - "worker_id": "airflow-worker-bwrv5", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:09.798776737Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "1thoa8of6778qf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:30:06.928781454Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:2599", - "workflow": "airflow_monitoring", - "map-index": "-1", - "worker_id": "airflow-worker-bwrv5", - "try-number": "1", - "task-id": "echo", - "execution-date": "2023-09-13T06:20:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:09.798776737Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[8d530ab2-e4be-4ce5-bdec-1d2518ad6c8e] succeeded in 5.4964942400110886s: None", - "insertId": "1thoa8of6778qg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:30:07.084160854Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:09.798776737Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "kdbmofhr34oq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:30:31.346614912Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:30:36.129633977Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "jf9638f66nhdm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:35:38.415490779Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:35:44.259469583Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[a8133082-189a-4bb7-8a45-3c67dd779e10] received", - "insertId": "qd24ixfcqtnkt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:40:01.094902587Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:05.885365022Z" - }, - { - "textPayload": "[a8133082-189a-4bb7-8a45-3c67dd779e10] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T06:30:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "qd24ixfcqtnku", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:40:01.099742681Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:05.885365022Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "qd24ixfcqtnkv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:40:02.054189781Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:05.885365022Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "qd24ixfcqtnkw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:40:02.066581626Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:05.885365022Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "qd24ixfcqtnkx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:40:02.343932399Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:05.885365022Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "lnavu5f4ajo0v", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:40:04.933559807Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:10.850497601Z" - }, - { - "textPayload": "Running on host airflow-worker-bwrv5", - "insertId": "lnavu5f4ajo0w", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:40:05.827678529Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:10.850497601Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "lnavu5f4ajo0x", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:40:06.136778571Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-bwrv5", - "process": "taskinstance.py:1091", - "task-id": "echo", - "execution-date": "2023-09-13T06:30:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:10.850497601Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "lnavu5f4ajo0y", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:40:06.223036661Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "execution-date": "2023-09-13T06:30:00+00:00", - "process": "taskinstance.py:1091", - "try-number": "1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-bwrv5", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:10.850497601Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "lnavu5f4ajo0z", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:40:06.224012382Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T06:30:00+00:00", - "try-number": "1", - "process": "taskinstance.py:1289", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-bwrv5", - "task-id": "echo", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:10.850497601Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "lnavu5f4ajo10", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:40:06.225145020Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "map-index": "-1", - "process": "taskinstance.py:1290", - "try-number": "1", - "execution-date": "2023-09-13T06:30:00+00:00", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:10.850497601Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "lnavu5f4ajo11", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:40:06.226396974Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T06:30:00+00:00", - "map-index": "-1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-bwrv5", - "process": "taskinstance.py:1291", - "task-id": "echo", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:10.850497601Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "lnavu5f4ajo12", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:40:06.742665164Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:10.850497601Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "lnavu5f4ajo13", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:40:06.742731821Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:10.850497601Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "lnavu5f4ajo14", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:40:06.840205558Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:10.850497601Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "lnavu5f4ajo15", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:40:06.840268872Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:10.850497601Z" - }, - { - "textPayload": "Executing on 2023-09-13 06:30:00+00:00", - "insertId": "lnavu5f4ajo16", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:40:08.019038258Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "map-index": "-1", - "process": "taskinstance.py:1310", - "execution-date": "2023-09-13T06:30:00+00:00", - "workflow": "airflow_monitoring", - "try-number": "1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:10.850497601Z" - }, - { - "textPayload": "Started process 534 to run task", - "insertId": "lnavu5f4ajo17", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:40:08.104781273Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T06:30:00+00:00", - "map-index": "-1", - "task-id": "echo", - "worker_id": "airflow-worker-bwrv5", - "process": "standard_task_runner.py:55", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:10.850497601Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T06:30:00+00:00', '--job-id', '897', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmpxcu4l00x']", - "insertId": "lnavu5f4ajo18", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:40:08.109078312Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "map-index": "-1", - "execution-date": "2023-09-13T06:30:00+00:00", - "task-id": "echo", - "process": "standard_task_runner.py:82", - "worker_id": "airflow-worker-bwrv5", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:10.850497601Z" - }, - { - "textPayload": "Job 897: Subtask echo", - "insertId": "lnavu5f4ajo19", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:40:08.110194318Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-bwrv5", - "task-id": "echo", - "process": "standard_task_runner.py:83", - "map-index": "-1", - "execution-date": "2023-09-13T06:30:00+00:00", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:10.850497601Z" - }, - { - "textPayload": "Running on host airflow-worker-bwrv5", - "insertId": "lnavu5f4ajo1a", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:40:08.653285912Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "task-id": "echo", - "worker_id": "airflow-worker-bwrv5", - "map-index": "-1", - "execution-date": "2023-09-13T06:30:00+00:00", - "try-number": "1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:10.850497601Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T06:30:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T06:30:00+00:00", - "insertId": "lnavu5f4ajo1b", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:40:09.059280825Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T06:30:00+00:00", - "try-number": "1", - "process": "taskinstance.py:1518", - "worker_id": "airflow-worker-bwrv5", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:10.850497601Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "lnavu5f4ajo1c", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:40:09.060628409Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T06:30:00+00:00", - "map-index": "-1", - "process": "subprocess.py:63", - "try-number": "1", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:10.850497601Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "lnavu5f4ajo1d", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:40:09.062959906Z", - "severity": "INFO", - "labels": { - "process": "subprocess.py:75", - "execution-date": "2023-09-13T06:30:00+00:00", - "try-number": "1", - "worker_id": "airflow-worker-bwrv5", - "map-index": "-1", - "workflow": "airflow_monitoring", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:10.850497601Z" - }, - { - "textPayload": "Output:", - "insertId": "lnavu5f4ajo1e", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:40:09.316760621Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T06:30:00+00:00", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-bwrv5", - "task-id": "echo", - "process": "subprocess.py:86", - "map-index": "-1", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:10.850497601Z" - }, - { - "textPayload": "test", - "insertId": "lnavu5f4ajo1f", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:40:09.326754449Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "process": "subprocess.py:93", - "execution-date": "2023-09-13T06:30:00+00:00", - "task-id": "echo", - "worker_id": "airflow-worker-bwrv5", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:10.850497601Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "lnavu5f4ajo1g", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:40:09.329353337Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "try-number": "1", - "worker_id": "airflow-worker-bwrv5", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T06:30:00+00:00", - "map-index": "-1", - "process": "subprocess.py:97" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:10.850497601Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T063000, start_date=20230913T064006, end_date=20230913T064009", - "insertId": "lnavu5f4ajo1h", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:40:09.503616520Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T06:30:00+00:00", - "map-index": "-1", - "process": "taskinstance.py:1328", - "try-number": "1", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:10.850497601Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "1inz1aqfhubn81", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:40:10.648367583Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-bwrv5", - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-13T06:30:00+00:00", - "process": "local_task_job.py:212" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:15.953472013Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "1inz1aqfhubn82", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:40:10.844720611Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "try-number": "1", - "workflow": "airflow_monitoring", - "map-index": "-1", - "execution-date": "2023-09-13T06:30:00+00:00", - "worker_id": "airflow-worker-bwrv5", - "process": "taskinstance.py:2599" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:15.953472013Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[a8133082-189a-4bb7-8a45-3c67dd779e10] succeeded in 10.04122254397953s: None", - "insertId": "1inz1aqfhubn83", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:40:11.139367284Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:15.953472013Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1pc0eszfonnpod", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:40:35.876328795Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:40:42.144686302Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1pw3kolfoodqdi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:45:38.044606644Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:45:44.502946888Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[929a3201-40d3-4f1f-aee2-b1849727834b] received", - "insertId": "y55jdnfhohrnx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:50:01.197041950Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:07.288207426Z" - }, - { - "textPayload": "[929a3201-40d3-4f1f-aee2-b1849727834b] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T06:40:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "y55jdnfhohrny", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:50:01.204299322Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:07.288207426Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "y55jdnfhohrnz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:50:01.755141982Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:07.288207426Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "y55jdnfhohro0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:50:01.757586663Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:07.288207426Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "y55jdnfhohro1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:50:01.911483666Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:07.288207426Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "y55jdnfhohro2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:50:03.268866715Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:07.288207426Z" - }, - { - "textPayload": "Running on host airflow-worker-bwrv5", - "insertId": "y55jdnfhohro3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:50:04.119691206Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:07.288207426Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "y55jdnfhohro4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:50:04.242901855Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T06:40:00+00:00", - "process": "taskinstance.py:1091", - "worker_id": "airflow-worker-bwrv5", - "try-number": "1", - "map-index": "-1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:07.288207426Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "y55jdnfhohro5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:50:04.261110267Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "workflow": "airflow_monitoring", - "map-index": "-1", - "execution-date": "2023-09-13T06:40:00+00:00", - "try-number": "1", - "task-id": "echo", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:07.288207426Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "y55jdnfhohro6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:50:04.261625471Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1289", - "execution-date": "2023-09-13T06:40:00+00:00", - "task-id": "echo", - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:07.288207426Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "y55jdnfhohro7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:50:04.262151616Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "execution-date": "2023-09-13T06:40:00+00:00", - "task-id": "echo", - "process": "taskinstance.py:1290", - "workflow": "airflow_monitoring", - "map-index": "-1", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:07.288207426Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "y55jdnfhohro8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:50:04.262688361Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1291", - "workflow": "airflow_monitoring", - "try-number": "1", - "worker_id": "airflow-worker-bwrv5", - "execution-date": "2023-09-13T06:40:00+00:00", - "map-index": "-1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:07.288207426Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "y55jdnfhohro9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:50:04.532291177Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:07.288207426Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "y55jdnfhohroa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:50:04.532331963Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:07.288207426Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "y55jdnfhohrob", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:50:04.552657131Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:07.288207426Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "y55jdnfhohroc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:50:04.552701329Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:07.288207426Z" - }, - { - "textPayload": "Executing on 2023-09-13 06:40:00+00:00", - "insertId": "y55jdnfhohrod", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:50:05.549665031Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-bwrv5", - "process": "taskinstance.py:1310", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T06:40:00+00:00", - "task-id": "echo", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:07.288207426Z" - }, - { - "textPayload": "Started process 767 to run task", - "insertId": "y55jdnfhohroe", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:50:05.597911504Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "task-id": "echo", - "map-index": "-1", - "execution-date": "2023-09-13T06:40:00+00:00", - "process": "standard_task_runner.py:55", - "worker_id": "airflow-worker-bwrv5", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:07.288207426Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T06:40:00+00:00', '--job-id', '898', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmp9kpe41th']", - "insertId": "y55jdnfhohrof", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:50:05.598261200Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T06:40:00+00:00", - "task-id": "echo", - "worker_id": "airflow-worker-bwrv5", - "workflow": "airflow_monitoring", - "map-index": "-1", - "process": "standard_task_runner.py:82", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:07.288207426Z" - }, - { - "textPayload": "Job 898: Subtask echo", - "insertId": "y55jdnfhohrog", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:50:05.599281795Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "task-id": "echo", - "execution-date": "2023-09-13T06:40:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-bwrv5", - "process": "standard_task_runner.py:83", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:07.288207426Z" - }, - { - "textPayload": "Running on host airflow-worker-bwrv5", - "insertId": "y55jdnfhohroh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:50:05.956578745Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-13T06:40:00+00:00", - "worker_id": "airflow-worker-bwrv5", - "process": "task_command.py:393", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:07.288207426Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T06:40:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T06:40:00+00:00", - "insertId": "y55jdnfhohroi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:50:06.132163388Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "task-id": "echo", - "process": "taskinstance.py:1518", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-bwrv5", - "try-number": "1", - "execution-date": "2023-09-13T06:40:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:07.288207426Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "y55jdnfhohroj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:50:06.134550137Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "worker_id": "airflow-worker-bwrv5", - "try-number": "1", - "workflow": "airflow_monitoring", - "map-index": "-1", - "execution-date": "2023-09-13T06:40:00+00:00", - "process": "subprocess.py:63" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:07.288207426Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "y55jdnfhohrok", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:50:06.136601280Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "task-id": "echo", - "process": "subprocess.py:75", - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-13T06:40:00+00:00", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:07.288207426Z" - }, - { - "textPayload": "Output:", - "insertId": "y55jdnfhohrol", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:50:06.276380189Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "process": "subprocess.py:86", - "map-index": "-1", - "worker_id": "airflow-worker-bwrv5", - "try-number": "1", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T06:40:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:07.288207426Z" - }, - { - "textPayload": "test", - "insertId": "y55jdnfhohrom", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:50:06.284294051Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T06:40:00+00:00", - "process": "subprocess.py:93", - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:07.288207426Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "y55jdnfhohron", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:50:06.285047267Z", - "severity": "INFO", - "labels": { - "process": "subprocess.py:97", - "worker_id": "airflow-worker-bwrv5", - "task-id": "echo", - "try-number": "1", - "execution-date": "2023-09-13T06:40:00+00:00", - "workflow": "airflow_monitoring", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:07.288207426Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T064000, start_date=20230913T065004, end_date=20230913T065006", - "insertId": "y55jdnfhohroo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:50:06.332792981Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1328", - "worker_id": "airflow-worker-bwrv5", - "map-index": "-1", - "execution-date": "2023-09-13T06:40:00+00:00", - "try-number": "1", - "task-id": "echo", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:07.288207426Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "4g4plkfhxpjnl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T06:50:07.101450642Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "process": "local_task_job.py:212", - "map-index": "-1", - "workflow": "airflow_monitoring", - "task-id": "echo", - "execution-date": "2023-09-13T06:40:00+00:00", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:13.426253890Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "4g4plkfhxpjnm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T06:50:07.179284386Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "process": "taskinstance.py:2599", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T06:40:00+00:00", - "try-number": "1", - "map-index": "-1", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:13.426253890Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[929a3201-40d3-4f1f-aee2-b1849727834b] succeeded in 6.115362359007122s: None", - "insertId": "4g4plkfhxpjnn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:50:07.317827551Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:13.426253890Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "i1ikokfii1nc5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:50:51.329133154Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:50:56.923037528Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1gqfok7fosjkjk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T06:55:44.113293921Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T06:55:47.078252746Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[2e44d28e-a3b8-4202-a386-3e26f0091b0c] received", - "insertId": "14in42fofevt1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:00:00.300040037Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:05.706523007Z" - }, - { - "textPayload": "[2e44d28e-a3b8-4202-a386-3e26f0091b0c] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T06:50:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "14in42fofevt2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:00:00.307369526Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:05.706523007Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "14in42fofevt3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:00:00.654652040Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:05.706523007Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "14in42fofevt4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:00:00.704294970Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:05.706523007Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "14in42fofevt5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:00:00.834263335Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:05.706523007Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "14in42fofevt6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:00:01.735321689Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:05.706523007Z" - }, - { - "textPayload": "Running on host airflow-worker-bwrv5", - "insertId": "14in42fofevt7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:00:02.367943850Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:05.706523007Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "14in42fofevt8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:00:02.646295398Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "execution-date": "2023-09-13T06:50:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-bwrv5", - "try-number": "1", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:05.706523007Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "14in42fofevt9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:00:02.729988739Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1091", - "task-id": "echo", - "worker_id": "airflow-worker-bwrv5", - "execution-date": "2023-09-13T06:50:00+00:00", - "map-index": "-1", - "try-number": "1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:05.706523007Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "14in42fofevta", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:00:02.730740602Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1289", - "execution-date": "2023-09-13T06:50:00+00:00", - "map-index": "-1", - "workflow": "airflow_monitoring", - "try-number": "1", - "task-id": "echo", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:05.706523007Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "14in42fofevtb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:00:02.731323811Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "task-id": "echo", - "workflow": "airflow_monitoring", - "map-index": "-1", - "execution-date": "2023-09-13T06:50:00+00:00", - "process": "taskinstance.py:1290", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:05.706523007Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "14in42fofevtc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:00:02.732443407Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T06:50:00+00:00", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-bwrv5", - "map-index": "-1", - "process": "taskinstance.py:1291", - "task-id": "echo", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:05.706523007Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "14in42fofevtd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:00:03.101778613Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:05.706523007Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "14in42fofevte", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:00:03.101977229Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:05.706523007Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "14in42fofevtf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:00:03.127205586Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:05.706523007Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "14in42fofevtg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:00:03.127276472Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:05.706523007Z" - }, - { - "textPayload": "Executing on 2023-09-13 06:50:00+00:00", - "insertId": "14in42fofevth", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:00:04.292026421Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "map-index": "-1", - "process": "taskinstance.py:1310", - "task-id": "echo", - "execution-date": "2023-09-13T06:50:00+00:00", - "workflow": "airflow_monitoring", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:05.706523007Z" - }, - { - "textPayload": "Started process 1002 to run task", - "insertId": "14in42fofevti", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:00:04.334501605Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "worker_id": "airflow-worker-bwrv5", - "workflow": "airflow_monitoring", - "map-index": "-1", - "process": "standard_task_runner.py:55", - "try-number": "1", - "execution-date": "2023-09-13T06:50:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:05.706523007Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T06:50:00+00:00', '--job-id', '899', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmpqtklgx7x']", - "insertId": "14in42fofevtj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:00:04.350293523Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "task-id": "echo", - "try-number": "1", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T06:50:00+00:00", - "process": "standard_task_runner.py:82", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:05.706523007Z" - }, - { - "textPayload": "Job 899: Subtask echo", - "insertId": "14in42fofevtk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:00:04.350320364Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "standard_task_runner.py:83", - "worker_id": "airflow-worker-bwrv5", - "workflow": "airflow_monitoring", - "try-number": "1", - "task-id": "echo", - "execution-date": "2023-09-13T06:50:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:05.706523007Z" - }, - { - "textPayload": "Running on host airflow-worker-bwrv5", - "insertId": "14in42fofevtl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:00:04.703607509Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T06:50:00+00:00", - "try-number": "1", - "process": "task_command.py:393", - "workflow": "airflow_monitoring", - "task-id": "echo", - "worker_id": "airflow-worker-bwrv5", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:05.706523007Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T06:50:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T06:50:00+00:00", - "insertId": "12az88nfhuaxlx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:00:04.893426956Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1518", - "worker_id": "airflow-worker-bwrv5", - "task-id": "echo", - "try-number": "1", - "execution-date": "2023-09-13T06:50:00+00:00", - "map-index": "-1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:10.813466175Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "12az88nfhuaxly", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:00:04.899023645Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-13T06:50:00+00:00", - "task-id": "echo", - "map-index": "-1", - "process": "subprocess.py:63", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:10.813466175Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "12az88nfhuaxlz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:00:04.901087705Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "workflow": "airflow_monitoring", - "try-number": "1", - "map-index": "-1", - "task-id": "echo", - "process": "subprocess.py:75", - "execution-date": "2023-09-13T06:50:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:10.813466175Z" - }, - { - "textPayload": "Output:", - "insertId": "12az88nfhuaxm0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:00:05.059254149Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T06:50:00+00:00", - "worker_id": "airflow-worker-bwrv5", - "map-index": "-1", - "process": "subprocess.py:86", - "workflow": "airflow_monitoring", - "task-id": "echo", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:10.813466175Z" - }, - { - "textPayload": "test", - "insertId": "12az88nfhuaxm1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:00:05.070937248Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T06:50:00+00:00", - "process": "subprocess.py:93", - "map-index": "-1", - "task-id": "echo", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:10.813466175Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "12az88nfhuaxm2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:00:05.072463934Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T06:50:00+00:00", - "try-number": "1", - "process": "subprocess.py:97", - "worker_id": "airflow-worker-bwrv5", - "task-id": "echo", - "map-index": "-1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:10.813466175Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T065000, start_date=20230913T070002, end_date=20230913T070005", - "insertId": "12az88nfhuaxm3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:00:05.120905600Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "workflow": "airflow_monitoring", - "task-id": "echo", - "worker_id": "airflow-worker-bwrv5", - "execution-date": "2023-09-13T06:50:00+00:00", - "process": "taskinstance.py:1328", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:10.813466175Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "12az88nfhuaxm4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:00:05.882566643Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "process": "local_task_job.py:212", - "task-id": "echo", - "worker_id": "airflow-worker-bwrv5", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T06:50:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:10.813466175Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "12az88nfhuaxm5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:00:05.958058930Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-13T06:50:00+00:00", - "task-id": "echo", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-bwrv5", - "process": "taskinstance.py:2599" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:10.813466175Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[2e44d28e-a3b8-4202-a386-3e26f0091b0c] succeeded in 5.81403498997679s: None", - "insertId": "12az88nfhuaxm6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:00:06.119226436Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:10.813466175Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1lq842cfd19m9l", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:00:45.944392917Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:00:49.243215773Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1flx675fifse3q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:05:52.813638925Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:05:54.243322809Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[7ae52f8e-fa01-4c9e-b6ea-07d7a9cfb85e] received", - "insertId": "77u6kkflfi2kp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:10:00.750709791Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:05.510881254Z" - }, - { - "textPayload": "[7ae52f8e-fa01-4c9e-b6ea-07d7a9cfb85e] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T07:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "77u6kkflfi2kq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:10:00.759962204Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:05.510881254Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "77u6kkflfi2kr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:10:01.120982359Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:05.510881254Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "77u6kkflfi2ks", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:10:01.122931777Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:05.510881254Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "77u6kkflfi2kt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:10:01.314548649Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:05.510881254Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "77u6kkflfi2ku", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:10:03.927375928Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:05.510881254Z" - }, - { - "textPayload": "Running on host airflow-worker-bwrv5", - "insertId": "14ik42efiikw1h", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:10:05.041834588Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:10.662361757Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "14ik42efiikw1i", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:10:05.420817Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "worker_id": "airflow-worker-bwrv5", - "execution-date": "2023-09-13T07:00:00+00:00", - "map-index": "-1", - "process": "taskinstance.py:1091", - "workflow": "airflow_monitoring", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:10.662361757Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "14ik42efiikw1j", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:10:05.512824842Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T07:00:00+00:00", - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-bwrv5", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1091", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:10.662361757Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "14ik42efiikw1k", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:10:05.513779458Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "try-number": "1", - "worker_id": "airflow-worker-bwrv5", - "process": "taskinstance.py:1289", - "map-index": "-1", - "execution-date": "2023-09-13T07:00:00+00:00", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:10.662361757Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "14ik42efiikw1l", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:10:05.514253779Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "execution-date": "2023-09-13T07:00:00+00:00", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-bwrv5", - "process": "taskinstance.py:1290", - "try-number": "1", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:10.662361757Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "14ik42efiikw1m", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:10:05.514778811Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1291", - "task-id": "echo", - "execution-date": "2023-09-13T07:00:00+00:00", - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-bwrv5", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:10.662361757Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "14ik42efiikw1n", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:10:06.020497210Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:10.662361757Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "14ik42efiikw1o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:10:06.020643716Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:10.662361757Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "14ik42efiikw1p", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:10:06.111696529Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:10.662361757Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "14ik42efiikw1q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:10:06.111775679Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:10.662361757Z" - }, - { - "textPayload": "Executing on 2023-09-13 07:00:00+00:00", - "insertId": "14ik42efiikw1r", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:10:08.423713715Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T07:00:00+00:00", - "try-number": "1", - "map-index": "-1", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1310", - "task-id": "echo", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:10.662361757Z" - }, - { - "textPayload": "Started process 1235 to run task", - "insertId": "14ik42efiikw1s", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:10:08.460989109Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "map-index": "-1", - "task-id": "echo", - "workflow": "airflow_monitoring", - "try-number": "1", - "execution-date": "2023-09-13T07:00:00+00:00", - "process": "standard_task_runner.py:55" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:10.662361757Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T07:00:00+00:00', '--job-id', '900', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmpqv8sblcj']", - "insertId": "14ik42efiikw1t", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:10:08.507461019Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T07:00:00+00:00", - "try-number": "1", - "worker_id": "airflow-worker-bwrv5", - "map-index": "-1", - "process": "standard_task_runner.py:82", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:10.662361757Z" - }, - { - "textPayload": "Job 900: Subtask echo", - "insertId": "14ik42efiikw1u", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:10:08.508949641Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "process": "standard_task_runner.py:83", - "map-index": "-1", - "task-id": "echo", - "worker_id": "airflow-worker-bwrv5", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T07:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:10.662361757Z" - }, - { - "textPayload": "Running on host airflow-worker-bwrv5", - "insertId": "14ik42efiikw1v", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:10:09.349114710Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "task-id": "echo", - "worker_id": "airflow-worker-bwrv5", - "execution-date": "2023-09-13T07:00:00+00:00", - "process": "task_command.py:393", - "map-index": "-1", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:10.662361757Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T07:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T07:00:00+00:00", - "insertId": "1o3eswfeto01z", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:10:09.928923305Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "map-index": "-1", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T07:00:00+00:00", - "process": "taskinstance.py:1518", - "task-id": "echo", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:15.772819162Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "1o3eswfeto020", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:10:09.931330081Z", - "severity": "INFO", - "labels": { - "process": "subprocess.py:63", - "workflow": "airflow_monitoring", - "try-number": "1", - "task-id": "echo", - "execution-date": "2023-09-13T07:00:00+00:00", - "worker_id": "airflow-worker-bwrv5", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:15.772819162Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "1o3eswfeto021", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:10:09.933399970Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "try-number": "1", - "worker_id": "airflow-worker-bwrv5", - "task-id": "echo", - "execution-date": "2023-09-13T07:00:00+00:00", - "map-index": "-1", - "process": "subprocess.py:75" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:15.772819162Z" - }, - { - "textPayload": "Output:", - "insertId": "1o3eswfeto022", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:10:10.203051043Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T07:00:00+00:00", - "task-id": "echo", - "worker_id": "airflow-worker-bwrv5", - "map-index": "-1", - "process": "subprocess.py:86", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:15.772819162Z" - }, - { - "textPayload": "test", - "insertId": "1o3eswfeto023", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:10:10.214030654Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "try-number": "1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-bwrv5", - "map-index": "-1", - "execution-date": "2023-09-13T07:00:00+00:00", - "process": "subprocess.py:93" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:15.772819162Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "1o3eswfeto024", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:10:10.215499899Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-13T07:00:00+00:00", - "worker_id": "airflow-worker-bwrv5", - "process": "subprocess.py:97", - "task-id": "echo", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:15.772819162Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T070000, start_date=20230913T071005, end_date=20230913T071010", - "insertId": "1o3eswfeto025", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:10:10.316841233Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "execution-date": "2023-09-13T07:00:00+00:00", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1328", - "worker_id": "airflow-worker-bwrv5", - "map-index": "-1", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:15.772819162Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "1o3eswfeto026", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:10:12.043587302Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "process": "local_task_job.py:212", - "worker_id": "airflow-worker-bwrv5", - "map-index": "-1", - "execution-date": "2023-09-13T07:00:00+00:00", - "try-number": "1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:15.772819162Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "1o3eswfeto027", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:10:12.147754395Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "task-id": "echo", - "map-index": "-1", - "execution-date": "2023-09-13T07:00:00+00:00", - "process": "taskinstance.py:2599", - "workflow": "airflow_monitoring", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:15.772819162Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[7ae52f8e-fa01-4c9e-b6ea-07d7a9cfb85e] succeeded in 11.6675271220156s: None", - "insertId": "1o3eswfeto028", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:10:12.425172102Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:15.772819162Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "pj7n8ff69mt61", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:10:52.484381359Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:10:56.065375241Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "d1xhuyflkmmr1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:15:54.537934315Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:15:59.687797308Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[e04d57cd-83ae-4426-87dc-b7d007f31499] received", - "insertId": "o54nzmfbm0ojj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:20:01.413892072Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:06.859373415Z" - }, - { - "textPayload": "[e04d57cd-83ae-4426-87dc-b7d007f31499] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T07:10:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "o54nzmfbm0ojk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:20:01.431030476Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:06.859373415Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "o54nzmfbm0ojl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:20:01.843556962Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:06.859373415Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "o54nzmfbm0ojm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:20:01.845792632Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:06.859373415Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "o54nzmfbm0ojn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:20:02.010854094Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:06.859373415Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "o54nzmfbm0ojo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:20:03.039279495Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:06.859373415Z" - }, - { - "textPayload": "Running on host airflow-worker-bwrv5", - "insertId": "o54nzmfbm0ojp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:20:03.629772703Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:06.859373415Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "o54nzmfbm0ojq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:20:03.848342086Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T07:10:00+00:00", - "task-id": "echo", - "process": "taskinstance.py:1091", - "worker_id": "airflow-worker-bwrv5", - "map-index": "-1", - "try-number": "1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:06.859373415Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "o54nzmfbm0ojr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:20:03.876866323Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-bwrv5", - "execution-date": "2023-09-13T07:10:00+00:00", - "map-index": "-1", - "process": "taskinstance.py:1091", - "task-id": "echo", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:06.859373415Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "o54nzmfbm0ojs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:20:03.877323703Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1289", - "execution-date": "2023-09-13T07:10:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-bwrv5", - "workflow": "airflow_monitoring", - "task-id": "echo", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:06.859373415Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "o54nzmfbm0ojt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:20:03.877998361Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "try-number": "1", - "map-index": "-1", - "task-id": "echo", - "process": "taskinstance.py:1290", - "execution-date": "2023-09-13T07:10:00+00:00", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:06.859373415Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "o54nzmfbm0oju", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:20:03.878481784Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "map-index": "-1", - "workflow": "airflow_monitoring", - "try-number": "1", - "task-id": "echo", - "process": "taskinstance.py:1291", - "execution-date": "2023-09-13T07:10:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:06.859373415Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "o54nzmfbm0ojv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:20:04.374641493Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:06.859373415Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "o54nzmfbm0ojw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:20:04.374719059Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:06.859373415Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "o54nzmfbm0ojx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:20:04.394313627Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:06.859373415Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "o54nzmfbm0ojy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:20:04.394394703Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:06.859373415Z" - }, - { - "textPayload": "Executing on 2023-09-13 07:10:00+00:00", - "insertId": "o54nzmfbm0ojz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:20:05.576760025Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1310", - "task-id": "echo", - "try-number": "1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-bwrv5", - "map-index": "-1", - "execution-date": "2023-09-13T07:10:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:06.859373415Z" - }, - { - "textPayload": "Started process 1474 to run task", - "insertId": "o54nzmfbm0ok0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:20:05.615082880Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "try-number": "1", - "task-id": "echo", - "map-index": "-1", - "process": "standard_task_runner.py:55", - "execution-date": "2023-09-13T07:10:00+00:00", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:06.859373415Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T07:10:00+00:00', '--job-id', '903', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmp6zwk8bge']", - "insertId": "o54nzmfbm0ok1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:20:05.615915764Z", - "severity": "INFO", - "labels": { - "process": "standard_task_runner.py:82", - "map-index": "-1", - "execution-date": "2023-09-13T07:10:00+00:00", - "try-number": "1", - "worker_id": "airflow-worker-bwrv5", - "workflow": "airflow_monitoring", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:06.859373415Z" - }, - { - "textPayload": "Job 903: Subtask echo", - "insertId": "o54nzmfbm0ok2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:20:05.616769093Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "process": "standard_task_runner.py:83", - "execution-date": "2023-09-13T07:10:00+00:00", - "task-id": "echo", - "map-index": "-1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:06.859373415Z" - }, - { - "textPayload": "Running on host airflow-worker-bwrv5", - "insertId": "mhj7p8flepidi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:20:05.959148241Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "workflow": "airflow_monitoring", - "task-id": "echo", - "map-index": "-1", - "worker_id": "airflow-worker-bwrv5", - "process": "task_command.py:393", - "execution-date": "2023-09-13T07:10:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:11.986472593Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T07:10:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T07:10:00+00:00", - "insertId": "mhj7p8flepidj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:20:06.142107716Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "worker_id": "airflow-worker-bwrv5", - "process": "taskinstance.py:1518", - "workflow": "airflow_monitoring", - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-13T07:10:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:11.986472593Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "mhj7p8flepidk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:20:06.144270255Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T07:10:00+00:00", - "task-id": "echo", - "process": "subprocess.py:63", - "try-number": "1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-bwrv5", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:11.986472593Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "mhj7p8flepidl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:20:06.145853532Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "map-index": "-1", - "try-number": "1", - "workflow": "airflow_monitoring", - "process": "subprocess.py:75", - "task-id": "echo", - "execution-date": "2023-09-13T07:10:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:11.986472593Z" - }, - { - "textPayload": "Output:", - "insertId": "mhj7p8flepidm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:20:06.375412145Z", - "severity": "INFO", - "labels": { - "process": "subprocess.py:86", - "map-index": "-1", - "worker_id": "airflow-worker-bwrv5", - "execution-date": "2023-09-13T07:10:00+00:00", - "task-id": "echo", - "try-number": "1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:11.986472593Z" - }, - { - "textPayload": "test", - "insertId": "mhj7p8flepidn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:20:06.419427744Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T07:10:00+00:00", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-bwrv5", - "map-index": "-1", - "task-id": "echo", - "try-number": "1", - "process": "subprocess.py:93" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:11.986472593Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "mhj7p8flepido", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:20:06.420485463Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "workflow": "airflow_monitoring", - "process": "subprocess.py:97", - "worker_id": "airflow-worker-bwrv5", - "execution-date": "2023-09-13T07:10:00+00:00", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:11.986472593Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T071000, start_date=20230913T072003, end_date=20230913T072006", - "insertId": "mhj7p8flepidp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:20:06.471821988Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1328", - "worker_id": "airflow-worker-bwrv5", - "workflow": "airflow_monitoring", - "map-index": "-1", - "task-id": "echo", - "try-number": "1", - "execution-date": "2023-09-13T07:10:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:11.986472593Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "mhj7p8flepidq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:20:07.454300726Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "workflow": "airflow_monitoring", - "process": "local_task_job.py:212", - "try-number": "1", - "execution-date": "2023-09-13T07:10:00+00:00", - "worker_id": "airflow-worker-bwrv5", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:11.986472593Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "mhj7p8flepidr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:20:07.531903181Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "process": "taskinstance.py:2599", - "try-number": "1", - "map-index": "-1", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T07:10:00+00:00", - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:11.986472593Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[e04d57cd-83ae-4426-87dc-b7d007f31499] succeeded in 6.266873739979928s: None", - "insertId": "mhj7p8flepids", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:20:07.687660714Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:11.986472593Z" - }, - { - "textPayload": "I0913 07:20:55.838223 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "ukhks0fi10czo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:20:55.838475333Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:21:02.180612377Z" - }, - { - "textPayload": "I0913 07:20:55.839889 1 airflowworkerset_controller.go:268] \"controllers/AirflowWorkerSet: Worker uses old template. Recreating.\" worker name=\"airflow-worker-bwrv5\"", - "insertId": "ukhks0fi10czp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:20:55.840042062Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:21:02.180612377Z" - }, - { - "textPayload": "I0913 07:20:55.858671 1 airflowworkerset_controller.go:77] \"controllers/AirflowWorkerSet: Template changed, workers recreated.\"", - "insertId": "ukhks0fi10czq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:20:55.858948900Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:21:02.180612377Z" - }, - { - "textPayload": "I0913 07:20:55.859590 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "ukhks0fi10czr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:20:55.859703809Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:21:02.180612377Z" - }, - { - "textPayload": "Caught SIGTERM signal!", - "insertId": "17kddp0fonr136", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:20:55.899308278Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:59.926781014Z" - }, - { - "textPayload": "Passing SIGTERM to Airflow process.", - "insertId": "17kddp0fonr137", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:20:55.899781986Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:59.926781014Z" - }, - { - "textPayload": "", - "insertId": "17kddp0fonr138", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:20:55.907483102Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:59.926781014Z" - }, - { - "textPayload": "worker: Warm shutdown (MainProcess)", - "insertId": "17kddp0fonr139", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:20:55.907493679Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:59.926781014Z" - }, - { - "textPayload": "I0913 07:20:55.919604 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "ukhks0fi10czs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:20:55.919829590Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:21:02.180612377Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "17kddp0fonr13a", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:20:56.530844812Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:20:59.926781014Z" - }, - { - "textPayload": "Exiting due to SIGTERM.", - "insertId": "1gq7m9wflfsizi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:21:03.468432823Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bwrv5" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:21:04.848567761Z" - }, - { - "textPayload": "I0913 07:21:04.558131 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "ut3abqflkixl8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:21:04.558375248Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:21:11.344695763Z" - }, - { - "textPayload": "I0913 07:21:04.560111 1 airflowworkerset_controller.go:97] \"controllers/AirflowWorkerSet: Workers scale up needed.\" current number of workers=0 desired=1 scaling up by=1", - "insertId": "ut3abqflkixl9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:21:04.560274048Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:21:11.344695763Z" - }, - { - "textPayload": "I0913 07:21:04.809137 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "ut3abqflkixla", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:21:04.809379285Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:21:11.344695763Z" - }, - { - "textPayload": "I0913 07:21:04.933879 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "ut3abqflkixlb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:21:04.934064771Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:21:11.344695763Z" - }, - { - "textPayload": "I0913 07:21:05.068745 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "ut3abqflkixlc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:21:05.068976413Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:21:11.344695763Z" - }, - { - "textPayload": "I0913 07:21:05.212538 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "ut3abqflkixld", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:21:05.212751378Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:21:11.344695763Z" - }, - { - "textPayload": "I0913 07:21:05.251256 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "ut3abqflkixle", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:21:05.251476299Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:21:11.344695763Z" - }, - { - "textPayload": "I0913 07:21:05.273247 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "ut3abqflkixlf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:21:05.273432522Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:21:11.344695763Z" - }, - { - "textPayload": "Starting the process, got command: worker", - "insertId": "ibf40mflfk73m", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:21:06.469258197Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:22:03.844455698Z" - }, - { - "textPayload": "Initializing airflow.cfg.", - "insertId": "ibf40mflfk73n", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:21:06.472392094Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:22:03.844455698Z" - }, - { - "textPayload": "airflow.cfg initialization is done.", - "insertId": "ibf40mflfk73o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:21:06.488902474Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:22:03.844455698Z" - }, - { - "textPayload": "I0913 07:21:06.978798 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "ut3abqflkixlg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:21:06.979054189Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:21:11.344695763Z" - }, - { - "textPayload": "I0913 07:21:07.014193 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "ut3abqflkixlh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:21:07.014372267Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:21:11.344695763Z" - }, - { - "textPayload": "Setupping GCS Fuse.", - "insertId": "ibf40mflfk73p", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:21:13.827054053Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:22:03.844455698Z" - }, - { - "textPayload": "gcsfuse mount seems ready, proceeding.", - "insertId": "ibf40mflfk73q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:21:13.827841654Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:22:03.844455698Z" - }, - { - "textPayload": "Initializing kube_config.", - "insertId": "ibf40mflfk73r", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:21:13.845119256Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:22:03.844455698Z" - }, - { - "textPayload": "Fetching cluster endpoint and auth data.", - "insertId": "ibf40mflfk73s", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:21:20.903054738Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:22:03.844455698Z" - }, - { - "textPayload": "kubeconfig entry generated for us-west1-openlineage-1614b57c-gke.", - "insertId": "ibf40mflfk73t", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:21:21.168907130Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:22:03.844455698Z" - }, - { - "textPayload": "I0913 07:21:24.377663 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "12ku3vkfhxjgy3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:21:24.378859764Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:21:31.454951831Z" - }, - { - "textPayload": "/home/airflow/composer_kube_config is initialized", - "insertId": "ibf40mflfk73u", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:21:26.468429175Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:22:03.844455698Z" - }, - { - "textPayload": "Waiting for dags and plugins synchronization.", - "insertId": "ibf40mflfk73v", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:21:26.469012305Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:22:03.844455698Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "ibf40mflfk73w", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:21:26.469183654Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:22:03.844455698Z" - }, - { - "textPayload": "Searching for recent worker pod evictions", - "insertId": "ibf40mflfk73x", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:21:26.480315466Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:22:03.844455698Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "ibf40mflfk73y", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:21:31.503372480Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:22:03.844455698Z" - }, - { - "textPayload": "Finished searching for recent worker pod evictions", - "insertId": "ibf40mflfk73z", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:21:33.504674559Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:22:03.844455698Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "ibf40mflfk740", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:21:36.516083600Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:22:03.844455698Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "ibf40mflfk741", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:21:41.522606509Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:22:03.844455698Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "ibf40mflfk742", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:21:46.528922736Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:22:03.844455698Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "ibf40mflfk743", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:21:51.535569741Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:22:03.844455698Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "ibf40mflfk744", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:21:56.543257259Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:22:03.844455698Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "ibf40mflfk745", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:22:01.549554178Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:22:03.844455698Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "ezr363f3d7acg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:22:06.556313440Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:22:08.947390013Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "sb49dzf692nvi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:22:11.562800549Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:22:16.044384775Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1xnm6w0fhub92b", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:22:16.569882947Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:22:21.822538934Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "o53etrfhyutsn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:22:21.576955685Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:22:26.827115621Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1v5s60kfhwuode", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:22:26.583308258Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:22:31.821708814Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1hacxjwflijrf9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:22:31.589459994Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:22:36.825537841Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1wjh87sf6dgjgo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:22:36.597445387Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:22:41.820826063Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1y5899fiouaa4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:22:41.609470387Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:22:46.821332380Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1h0aqx3filpavm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:22:46.621636844Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:22:51.824403428Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1am6letfhtryv5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:22:51.638977676Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:22:56.838428948Z" - }, - { - "textPayload": "Dags and plugins are synced", - "insertId": "1x3qk5qf8c51m7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:22:56.645076630Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:23:01.937863967Z" - }, - { - "textPayload": "Starting Airflow Celery Flower API.", - "insertId": "1x3qk5qf8c51m8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:22:56.646365237Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:23:01.937863967Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "sb8y4qfigmlox", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:23:19.118303229Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:23:25.158752598Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "sb8y4qfigmloy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:23:19.133073647Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:23:25.158752598Z" - }, - { - "textPayload": " ", - "insertId": "2s7aazfig6g8a", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:23:34.208021944Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:23:39.199563587Z" - }, - { - "textPayload": " -------------- celery@airflow-worker-n79fs v5.2.7 (dawn-chorus)", - "insertId": "2s7aazfig6g8b", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:23:34.208085404Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:23:39.199563587Z" - }, - { - "textPayload": "--- ***** ----- ", - "insertId": "2s7aazfig6g8c", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:23:34.208094212Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:23:39.199563587Z" - }, - { - "textPayload": "-- ******* ---- Linux-5.15.109+-x86_64-with-glibc2.27 2023-09-13 07:23:33", - "insertId": "2s7aazfig6g8d", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:23:34.208101378Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:23:39.199563587Z" - }, - { - "textPayload": "- *** --- * --- ", - "insertId": "2s7aazfig6g8e", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:23:34.208107791Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:23:39.199563587Z" - }, - { - "textPayload": "- ** ---------- [config]", - "insertId": "2s7aazfig6g8f", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:23:34.208113705Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:23:39.199563587Z" - }, - { - "textPayload": "- ** ---------- .> app: airflow.executors.celery_executor:0x7eb1c35c93d0", - "insertId": "2s7aazfig6g8g", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:23:34.208119025Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:23:39.199563587Z" - }, - { - "textPayload": "- ** ---------- .> transport: redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "2s7aazfig6g8h", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:23:34.208143395Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:23:39.199563587Z" - }, - { - "textPayload": "- ** ---------- .> results: redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "2s7aazfig6g8i", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:23:34.208155552Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:23:39.199563587Z" - }, - { - "textPayload": "- *** --- * --- .> concurrency: 6 (prefork)", - "insertId": "2s7aazfig6g8j", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:23:34.208161863Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:23:39.199563587Z" - }, - { - "textPayload": "-- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)", - "insertId": "2s7aazfig6g8k", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:23:34.208167924Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:23:39.199563587Z" - }, - { - "textPayload": "--- ***** ----- ", - "insertId": "2s7aazfig6g8l", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:23:34.208173813Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:23:39.199563587Z" - }, - { - "textPayload": " -------------- [queues]", - "insertId": "2s7aazfig6g8m", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:23:34.208179011Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:23:39.199563587Z" - }, - { - "textPayload": " .> default exchange=default(direct) key=default", - "insertId": "2s7aazfig6g8n", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:23:34.208184039Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:23:39.199563587Z" - }, - { - "textPayload": " ", - "insertId": "2s7aazfig6g8o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:23:34.208189381Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:23:39.199563587Z" - }, - { - "textPayload": "", - "insertId": "2s7aazfig6g8p", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:23:34.208194335Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:23:39.199563587Z" - }, - { - "textPayload": "[tasks]", - "insertId": "2s7aazfig6g8q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:23:34.208199469Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:23:39.199563587Z" - }, - { - "textPayload": " . airflow.executors.celery_executor.execute_command", - "insertId": "2s7aazfig6g8r", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:23:34.208204833Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:23:39.199563587Z" - }, - { - "textPayload": "", - "insertId": "2s7aazfig6g8s", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:23:34.208266742Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:23:39.199563587Z" - }, - { - "textPayload": "Connected to redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "469mhifhvsjji", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:23:40.727738230Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "connection.py:22" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:23:44.832615809Z" - }, - { - "textPayload": "mingle: searching for neighbors", - "insertId": "469mhifhvsjjj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:23:40.811407180Z", - "severity": "INFO", - "labels": { - "process": "mingle.py:40", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:23:44.832615809Z" - }, - { - "textPayload": "mingle: all alone", - "insertId": "469mhifhvsjjk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:23:41.834573426Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "mingle.py:49" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:23:44.832615809Z" - }, - { - "textPayload": "celery@airflow-worker-n79fs ready.", - "insertId": "469mhifhvsjjl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:23:41.877521408Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "worker.py:176" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:23:44.832615809Z" - }, - { - "textPayload": "Events of group {task} enabled by remote.", - "insertId": "469mhifhvsjjm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:23:43.423295388Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "control.py:277" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:23:44.832615809Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1rjtgdefi5672e", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:28:06.041523719Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:28:09.961915292Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[0a97ecf9-d21f-4a75-92d1-71ddcef4fe99] received", - "insertId": "bnxvyhf9xgxo0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:30:01.883128901Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:07.874117873Z" - }, - { - "textPayload": "[0a97ecf9-d21f-4a75-92d1-71ddcef4fe99] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T07:20:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "bnxvyhf9xgxo1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:30:01.926791738Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:07.874117873Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "bnxvyhf9xgxo2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:30:02.331263989Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:07.874117873Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "bnxvyhf9xgxo3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:30:02.336715973Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:07.874117873Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "bnxvyhf9xgxo4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:30:02.532111577Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:07.874117873Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "bnxvyhf9xgxo5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:30:03.452623262Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:07.874117873Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "bnxvyhf9xgxo6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:30:04.516182559Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:07.874117873Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "bnxvyhf9xgxo7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:30:04.664674487Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-13T07:20:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "task-id": "echo", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:07.874117873Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "bnxvyhf9xgxo8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:30:04.702202046Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "process": "taskinstance.py:1091", - "task-id": "echo", - "execution-date": "2023-09-13T07:20:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:07.874117873Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "bnxvyhf9xgxo9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:30:04.702955595Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T07:20:00+00:00", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "process": "taskinstance.py:1289", - "map-index": "-1", - "try-number": "1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:07.874117873Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "bnxvyhf9xgxoa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:30:04.703651768Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "process": "taskinstance.py:1290", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "execution-date": "2023-09-13T07:20:00+00:00", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:07.874117873Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "bnxvyhf9xgxob", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:30:04.704935403Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T07:20:00+00:00", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1291", - "try-number": "1", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:07.874117873Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "bnxvyhf9xgxoc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:30:05.028419975Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:07.874117873Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "bnxvyhf9xgxod", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:30:05.028465833Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:07.874117873Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "bnxvyhf9xgxoe", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:30:05.059333036Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:07.874117873Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "bnxvyhf9xgxof", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:30:05.059377199Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:07.874117873Z" - }, - { - "textPayload": "Executing on 2023-09-13 07:20:00+00:00", - "insertId": "bnxvyhf9xgxog", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:30:06.045241823Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1310", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "workflow": "airflow_monitoring", - "try-number": "1", - "execution-date": "2023-09-13T07:20:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:07.874117873Z" - }, - { - "textPayload": "Started process 318 to run task", - "insertId": "bnxvyhf9xgxoh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:30:06.145255852Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "task-id": "echo", - "map-index": "-1", - "execution-date": "2023-09-13T07:20:00+00:00", - "process": "standard_task_runner.py:55", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:07.874117873Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T07:20:00+00:00', '--job-id', '905', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmptsvkdpeq']", - "insertId": "bnxvyhf9xgxoi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:30:06.205746271Z", - "severity": "INFO", - "labels": { - "process": "standard_task_runner.py:82", - "execution-date": "2023-09-13T07:20:00+00:00", - "map-index": "-1", - "task-id": "echo", - "try-number": "1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:07.874117873Z" - }, - { - "textPayload": "Job 905: Subtask echo", - "insertId": "bnxvyhf9xgxoj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:30:06.206609771Z", - "severity": "INFO", - "labels": { - "process": "standard_task_runner.py:83", - "task-id": "echo", - "map-index": "-1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "execution-date": "2023-09-13T07:20:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:07.874117873Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1xn8s00fov4i49", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:30:06.965269934Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "try-number": "1", - "execution-date": "2023-09-13T07:20:00+00:00", - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393", - "workflow": "airflow_monitoring", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:12.957596295Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T07:20:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T07:20:00+00:00", - "insertId": "1xn8s00fov4i4a", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:30:07.604111827Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-13T07:20:00+00:00", - "task-id": "echo", - "workflow": "airflow_monitoring", - "try-number": "1", - "process": "taskinstance.py:1518", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:12.957596295Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "1xn8s00fov4i4b", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:30:07.610170839Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T07:20:00+00:00", - "task-id": "echo", - "workflow": "airflow_monitoring", - "process": "subprocess.py:63", - "try-number": "1", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:12.957596295Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "1xn8s00fov4i4c", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:30:07.614120074Z", - "severity": "INFO", - "labels": { - "process": "subprocess.py:75", - "execution-date": "2023-09-13T07:20:00+00:00", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "try-number": "1", - "task-id": "echo", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:12.957596295Z" - }, - { - "textPayload": "Output:", - "insertId": "1xn8s00fov4i4d", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:30:07.826701681Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-13T07:20:00+00:00", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "task-id": "echo", - "workflow": "airflow_monitoring", - "process": "subprocess.py:86" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:12.957596295Z" - }, - { - "textPayload": "test", - "insertId": "1xn8s00fov4i4e", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:30:07.830820113Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "map-index": "-1", - "task-id": "echo", - "try-number": "1", - "execution-date": "2023-09-13T07:20:00+00:00", - "worker_id": "airflow-worker-n79fs", - "process": "subprocess.py:93" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:12.957596295Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "1xn8s00fov4i4f", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:30:07.831942605Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T07:20:00+00:00", - "task-id": "echo", - "map-index": "-1", - "process": "subprocess.py:97", - "worker_id": "airflow-worker-n79fs", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:12.957596295Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T072000, start_date=20230913T073004, end_date=20230913T073007", - "insertId": "1xn8s00fov4i4g", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:30:07.944007391Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T07:20:00+00:00", - "try-number": "1", - "workflow": "airflow_monitoring", - "task-id": "echo", - "process": "taskinstance.py:1328", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:12.957596295Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "1xn8s00fov4i4h", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:30:09.047262326Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "execution-date": "2023-09-13T07:20:00+00:00", - "workflow": "airflow_monitoring", - "map-index": "-1", - "process": "local_task_job.py:212", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:12.957596295Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "1xn8s00fov4i4i", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:30:09.220617325Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:2599", - "task-id": "echo", - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-13T07:20:00+00:00", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:12.957596295Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[0a97ecf9-d21f-4a75-92d1-71ddcef4fe99] succeeded in 7.620338036998874s: None", - "insertId": "1xn8s00fov4i4j", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:30:09.507685515Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:30:12.957596295Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1ie3n4efhqsten", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:33:13.521273777Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:33:15.951346439Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "17utahpfi6r1e5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:38:09.912652584Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:38:16.077881741Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[65d2c6a1-88d1-4014-a179-d76aa302304c] received", - "insertId": "ozcxlgfhux9a5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:40:00.756086317Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:05.858644094Z" - }, - { - "textPayload": "[65d2c6a1-88d1-4014-a179-d76aa302304c] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T07:30:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "ozcxlgfhux9a6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:40:00.761577323Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:05.858644094Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "ozcxlgfhux9a7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:40:01.118890359Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:05.858644094Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "ozcxlgfhux9a8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:40:01.121020829Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:05.858644094Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "ozcxlgfhux9a9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:40:01.249887856Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:05.858644094Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "ozcxlgfhux9aa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:40:02.233684541Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:05.858644094Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "ozcxlgfhux9ab", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:40:02.831970734Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:05.858644094Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "ozcxlgfhux9ac", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:40:02.961010965Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1091", - "try-number": "1", - "execution-date": "2023-09-13T07:30:00+00:00", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:05.858644094Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "ozcxlgfhux9ad", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:40:02.979075867Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T07:30:00+00:00", - "task-id": "echo", - "process": "taskinstance.py:1091", - "try-number": "1", - "map-index": "-1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:05.858644094Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "ozcxlgfhux9ae", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:40:02.979661341Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1289", - "execution-date": "2023-09-13T07:30:00+00:00", - "workflow": "airflow_monitoring", - "task-id": "echo", - "try-number": "1", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:05.858644094Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "ozcxlgfhux9af", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:40:02.980150892Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T07:30:00+00:00", - "try-number": "1", - "map-index": "-1", - "task-id": "echo", - "process": "taskinstance.py:1290" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:05.858644094Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "ozcxlgfhux9ag", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:40:02.980618191Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T07:30:00+00:00", - "try-number": "1", - "map-index": "-1", - "task-id": "echo", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1291" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:05.858644094Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "ozcxlgfhux9ah", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:40:03.255806538Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:05.858644094Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "ozcxlgfhux9ai", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:40:03.255847521Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:05.858644094Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "ozcxlgfhux9aj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:40:03.275953934Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:05.858644094Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "ozcxlgfhux9ak", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:40:03.276000554Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:05.858644094Z" - }, - { - "textPayload": "Executing on 2023-09-13 07:30:00+00:00", - "insertId": "ozcxlgfhux9al", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:40:04.191962537Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "process": "taskinstance.py:1310", - "execution-date": "2023-09-13T07:30:00+00:00", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "workflow": "airflow_monitoring", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:05.858644094Z" - }, - { - "textPayload": "Started process 546 to run task", - "insertId": "ozcxlgfhux9am", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:40:04.225708804Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T07:30:00+00:00", - "map-index": "-1", - "try-number": "1", - "task-id": "echo", - "workflow": "airflow_monitoring", - "process": "standard_task_runner.py:55" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:05.858644094Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T07:30:00+00:00', '--job-id', '906', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmpvxvncl0f']", - "insertId": "ozcxlgfhux9an", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:40:04.226585866Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T07:30:00+00:00", - "process": "standard_task_runner.py:82", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:05.858644094Z" - }, - { - "textPayload": "Job 906: Subtask echo", - "insertId": "ozcxlgfhux9ao", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:40:04.227626560Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "process": "standard_task_runner.py:83", - "execution-date": "2023-09-13T07:30:00+00:00", - "map-index": "-1", - "try-number": "1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:05.858644094Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "ozcxlgfhux9ap", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:40:04.639875930Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "process": "task_command.py:393", - "execution-date": "2023-09-13T07:30:00+00:00", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:05.858644094Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T07:30:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T07:30:00+00:00", - "insertId": "1p1njdvfllh5w7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:40:04.889470199Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "workflow": "airflow_monitoring", - "try-number": "1", - "map-index": "-1", - "process": "taskinstance.py:1518", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T07:30:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:10.942319978Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "1p1njdvfllh5w8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:40:04.892505228Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T07:30:00+00:00", - "process": "subprocess.py:63", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "task-id": "echo", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:10.942319978Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "1p1njdvfllh5w9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:40:04.894236849Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T07:30:00+00:00", - "workflow": "airflow_monitoring", - "map-index": "-1", - "process": "subprocess.py:75", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:10.942319978Z" - }, - { - "textPayload": "Output:", - "insertId": "1p1njdvfllh5wa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:40:05.052710314Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "subprocess.py:86", - "task-id": "echo", - "execution-date": "2023-09-13T07:30:00+00:00", - "workflow": "airflow_monitoring", - "try-number": "1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:10.942319978Z" - }, - { - "textPayload": "test", - "insertId": "1p1njdvfllh5wb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:40:05.059277796Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "try-number": "1", - "process": "subprocess.py:93", - "execution-date": "2023-09-13T07:30:00+00:00", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:10.942319978Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "1p1njdvfllh5wc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:40:05.060538061Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-13T07:30:00+00:00", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "process": "subprocess.py:97", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:10.942319978Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T073000, start_date=20230913T074002, end_date=20230913T074005", - "insertId": "1p1njdvfllh5wd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:40:05.118894562Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T07:30:00+00:00", - "try-number": "1", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1328" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:10.942319978Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "1p1njdvfllh5we", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:40:05.992604744Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "task-id": "echo", - "execution-date": "2023-09-13T07:30:00+00:00", - "map-index": "-1", - "process": "local_task_job.py:212", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:10.942319978Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "1p1njdvfllh5wf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:40:06.172440873Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:2599", - "try-number": "1", - "execution-date": "2023-09-13T07:30:00+00:00", - "task-id": "echo", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:10.942319978Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[65d2c6a1-88d1-4014-a179-d76aa302304c] succeeded in 5.573148157011019s: None", - "insertId": "1p1njdvfllh5wg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:40:06.332530297Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:40:10.942319978Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "10mylthflojxvk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:43:12.121909243Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:43:15.963103309Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[a70bdbc9-86f1-4042-8323-603cf6d3b85f] received", - "insertId": "e5k16ffhuemhr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:46:23.813069858Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:30.240705921Z" - }, - { - "textPayload": "[a70bdbc9-86f1-4042-8323-603cf6d3b85f] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'run_bq_external_ingestion', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "e5k16ffhuemhs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:46:23.819688606Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:30.240705921Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "e5k16ffhuemht", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:46:24.320878179Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:30.240705921Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "e5k16ffhuemhu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:46:24.323264785Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:30.240705921Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "e5k16ffhuemhv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:46:24.446131483Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:30.240705921Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "e5k16ffhuemhw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:46:25.354027491Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:30.240705921Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1yhpff8fi05zyf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:46:32.170466541Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:38.372314339Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "1yhpff8fi05zyg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:46:32.286076899Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "task-id": "run_bq_external_ingestion", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1091", - "workflow": "data_analytics_dag", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:38.372314339Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "1yhpff8fi05zyh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:46:32.305607980Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1091", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "run_bq_external_ingestion", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:38.372314339Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1yhpff8fi05zyi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:46:32.306224943Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "process": "taskinstance.py:1289", - "task-id": "run_bq_external_ingestion", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:38.372314339Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "1yhpff8fi05zyj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:46:32.306870201Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1290", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "task-id": "run_bq_external_ingestion", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:38.372314339Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1yhpff8fi05zyk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:46:32.307444370Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "run_bq_external_ingestion", - "workflow": "data_analytics_dag", - "try-number": "1", - "process": "taskinstance.py:1291", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:38.372314339Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1yhpff8fi05zyl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:46:32.717032964Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:38.372314339Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1yhpff8fi05zym", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:46:32.717108090Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:38.372314339Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1yhpff8fi05zyn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:46:32.737745753Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:38.372314339Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1yhpff8fi05zyo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:46:32.737788714Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:38.372314339Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "1yhpff8fi05zyp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:46:34.460582089Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "task-id": "run_bq_external_ingestion", - "process": "taskinstance.py:1310", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:38.372314339Z" - }, - { - "textPayload": "Started process 700 to run task", - "insertId": "1yhpff8fi05zyq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:46:34.495965461Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "process": "standard_task_runner.py:55", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "try-number": "1", - "task-id": "run_bq_external_ingestion" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:38.372314339Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'run_bq_external_ingestion', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '907', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmpwtz_d2tn']", - "insertId": "1yhpff8fi05zyr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:46:34.498760640Z", - "severity": "INFO", - "labels": { - "process": "standard_task_runner.py:82", - "task-id": "run_bq_external_ingestion", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "workflow": "data_analytics_dag", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:38.372314339Z" - }, - { - "textPayload": "Job 907: Subtask run_bq_external_ingestion", - "insertId": "1yhpff8fi05zys", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:46:34.499455810Z", - "severity": "INFO", - "labels": { - "task-id": "run_bq_external_ingestion", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "standard_task_runner.py:83", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:38.372314339Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1yhpff8fi05zyt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:46:34.947311974Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "try-number": "1", - "map-index": "-1", - "task-id": "run_bq_external_ingestion", - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:38.372314339Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=run_bq_external_ingestion\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-12T00:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-12T00:00:00+00:00", - "insertId": "1yhpff8fi05zyu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:46:35.226171462Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "map-index": "-1", - "task-id": "run_bq_external_ingestion", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1518" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:38.372314339Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "1yhpff8fi05zyv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:46:35.265582580Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "base.py:73", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "map-index": "-1", - "task-id": "run_bq_external_ingestion" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:38.372314339Z" - }, - { - "textPayload": "Using existing BigQuery table for storing data...", - "insertId": "1yhpff8fi05zyw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:46:35.268168041Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "run_bq_external_ingestion", - "workflow": "data_analytics_dag", - "map-index": "-1", - "process": "gcs_to_bigquery.py:375" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:38.372314339Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "1yhpff8fi05zyx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:46:35.268884094Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "task-id": "run_bq_external_ingestion", - "process": "credentials_provider.py:353", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:38.372314339Z" - }, - { - "textPayload": "Project is not included in destination_project_dataset_table: holiday_weather.holidays; using project \"acceldata-acm\"", - "insertId": "1yhpff8fi05zyy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:46:35.315750996Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "bigquery.py:2314", - "try-number": "1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "run_bq_external_ingestion", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:38.372314339Z" - }, - { - "textPayload": "Executing: {'load': {'autodetect': True, 'createDisposition': 'CREATE_IF_NEEDED', 'destinationTable': {'projectId': 'acceldata-acm', 'datasetId': 'holiday_weather', 'tableId': 'holidays'}, 'sourceFormat': 'CSV', 'sourceUris': ['gs://openlineagedemo/holidays.csv'], 'writeDisposition': 'WRITE_TRUNCATE', 'ignoreUnknownValues': False, 'schema': {'fields': [{'name': 'Date', 'type': 'DATE'}, {'name': 'Holiday', 'type': 'STRING'}]}, 'skipLeadingRows': 1, 'fieldDelimiter': ',', 'quote': None, 'allowQuotedNewlines': False, 'encoding': 'UTF-8'}}", - "insertId": "1yhpff8fi05zyz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:46:35.317200567Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "process": "gcs_to_bigquery.py:379", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "run_bq_external_ingestion", - "worker_id": "airflow-worker-n79fs", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:38.372314339Z" - }, - { - "textPayload": "Inserting job airflow_data_analytics_dag_run_bq_external_ingestion_2023_09_12T00_00_00_00_00_f8877769c02bde46a9d84ad1ae6296f0", - "insertId": "1yhpff8fi05zz0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:46:35.320172085Z", - "severity": "INFO", - "labels": { - "task-id": "run_bq_external_ingestion", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "map-index": "-1", - "process": "bigquery.py:1596", - "try-number": "1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:38.372314339Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=data_analytics_dag, task_id=run_bq_external_ingestion, execution_date=20230912T000000, start_date=20230913T074632, end_date=20230913T074638", - "insertId": "xkvz1hfil30mf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:46:38.333628407Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "map-index": "-1", - "process": "taskinstance.py:1328", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "task-id": "run_bq_external_ingestion" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:44.477576060Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[8d1590a1-4567-4299-8339-d716ec2335ff] received", - "insertId": "xkvz1hfil30mg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:46:39.608976081Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:44.477576060Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[55b8a496-178f-4dd3-816b-0bfbfe1d327b] received", - "insertId": "xkvz1hfil30mh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:46:39.617705460Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:44.477576060Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[7c7f6973-93f3-4487-9adc-3e9182326a2f] received", - "insertId": "xkvz1hfil30mi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:46:39.707699641Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:44.477576060Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[854535b4-e8ef-4613-877f-b8fd68c43d72] received", - "insertId": "xkvz1hfil30mj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:46:39.719506192Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:44.477576060Z" - }, - { - "textPayload": "[8d1590a1-4567-4299-8339-d716ec2335ff] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_1997', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "xkvz1hfil30mk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:46:39.724938847Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:44.477576060Z" - }, - { - "textPayload": "[55b8a496-178f-4dd3-816b-0bfbfe1d327b] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_1998', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "xkvz1hfil30ml", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:46:39.726409514Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:44.477576060Z" - }, - { - "textPayload": "[7c7f6973-93f3-4487-9adc-3e9182326a2f] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_1999', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "xkvz1hfil30mm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:46:39.821659966Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:44.477576060Z" - }, - { - "textPayload": "[854535b4-e8ef-4613-877f-b8fd68c43d72] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2000', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "xkvz1hfil30mn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:46:39.822946761Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:44.477576060Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[1e6d53e8-8877-476f-9df9-204ca308de47] received", - "insertId": "xkvz1hfil30mo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:46:39.912026528Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:44.477576060Z" - }, - { - "textPayload": "[1e6d53e8-8877-476f-9df9-204ca308de47] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2018', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "xkvz1hfil30mp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:46:40.016091268Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:44.477576060Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "xkvz1hfil30mq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:46:40.210125602Z", - "severity": "INFO", - "labels": { - "task-id": "run_bq_external_ingestion", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "workflow": "data_analytics_dag", - "process": "local_task_job.py:212", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:44.477576060Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "xkvz1hfil30mr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:46:41.038620678Z", - "severity": "INFO", - "labels": { - "task-id": "run_bq_external_ingestion", - "workflow": "data_analytics_dag", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:2599" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:44.477576060Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[a70bdbc9-86f1-4042-8323-603cf6d3b85f] succeeded in 18.109488398011308s: None", - "insertId": "xkvz1hfil30ms", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:46:41.926319529Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:44.477576060Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[4d57712f-369a-43cc-9df8-67312555c0b5] received", - "insertId": "xkvz1hfil30mt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:46:42.415008922Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:44.477576060Z" - }, - { - "textPayload": "[4d57712f-369a-43cc-9df8-67312555c0b5] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2019', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "xkvz1hfil30mu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:46:42.427351563Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:44.477576060Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "xkvz1hfil30mv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:46:43.635433177Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:44.477576060Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "xkvz1hfil30mw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:46:43.638115818Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:44.477576060Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "xkvz1hfil30mx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:46:43.713085249Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:44.477576060Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "xkvz1hfil30my", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:46:43.715021060Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:44.477576060Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1vzutvifilpx6c", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:46:44.008362982Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:49.942561407Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1vzutvifilpx6d", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:46:44.013929068Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:49.942561407Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1vzutvifilpx6e", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:46:44.113558504Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:49.942561407Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1vzutvifilpx6f", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:46:44.119296315Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:49.942561407Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1vzutvifilpx6g", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:46:44.222922905Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:49.942561407Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1vzutvifilpx6h", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:46:44.310514676Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:49.942561407Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1vzutvifilpx6i", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:46:44.829435707Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:49.942561407Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1vzutvifilpx6j", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:46:44.920058535Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:49.942561407Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1vzutvifilpx6k", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:46:45.315879111Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:49.942561407Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1vzutvifilpx6l", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:46:45.328174329Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:49.942561407Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1vzutvifilpx6m", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:46:45.416284629Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:49.942561407Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1vzutvifilpx6n", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:46:45.429737374Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:49.942561407Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1vzutvifilpx6o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:46:45.833954732Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:49.942561407Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1vzutvifilpx6p", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:46:46.813112044Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:49.942561407Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "w70twffhv3ucj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:46:53.324329592Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:55.008377243Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "w70twffhv3uck", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:46:53.622963122Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:55.008377243Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "w70twffhv3ucl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:46:54.210452083Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:55.008377243Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "w70twffhv3ucm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:46:54.432613027Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:46:55.008377243Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1j7x8mbfhzbxuu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:46:55.005168885Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:00.933107790Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1j7x8mbfhzbxuv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:46:56.220788102Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:00.933107790Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "ozhw4pfhuenj3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:47:23.106731915Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:25.929575711Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "ozhw4pfhuenj4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:47:24.216615666Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1997", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1091", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:25.929575711Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "ozhw4pfhuenj5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:47:24.425319657Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "taskinstance.py:1091", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1997", - "workflow": "data_analytics_dag", - "try-number": "1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:25.929575711Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "ozhw4pfhuenj6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:47:24.509315720Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1997", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1289" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:25.929575711Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "ozhw4pfhuenj7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:47:24.512137988Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "taskinstance.py:1290", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1997", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:25.929575711Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "ozhw4pfhuenj8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:47:24.515906540Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "data_analytics_dag", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1291", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1997" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:25.929575711Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1nxv07lfous39s", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:47:26.436558307Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:31.044599700Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1nxv07lfous39t", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:47:26.436621161Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:31.044599700Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1nxv07lfous39u", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:47:26.912796892Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:31.044599700Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1nxv07lfous39v", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:47:26.912879390Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:31.044599700Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1nxv07lfous39w", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:47:28.211815280Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:31.044599700Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "1nxv07lfous39x", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:47:28.815677801Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "process": "taskinstance.py:1310", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1997", - "workflow": "data_analytics_dag", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:31.044599700Z" - }, - { - "textPayload": "Started process 739 to run task", - "insertId": "1nxv07lfous39y", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:47:29.112959161Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1997", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "map-index": "-1", - "process": "standard_task_runner.py:55", - "try-number": "1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:31.044599700Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "1nxv07lfous39z", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:47:29.216027782Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "data_analytics_dag", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2019", - "process": "taskinstance.py:1091", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:31.044599700Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_1997', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '908', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmpmi8h6ghs']", - "insertId": "1nxv07lfous3a0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:47:29.312736455Z", - "severity": "INFO", - "labels": { - "process": "standard_task_runner.py:82", - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1997", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:31.044599700Z" - }, - { - "textPayload": "Job 908: Subtask join_bq_datasets.bq_join_holidays_weather_data_1997", - "insertId": "1nxv07lfous3a1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:47:29.313302067Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1997", - "process": "standard_task_runner.py:83", - "try-number": "1", - "map-index": "-1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:31.044599700Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "1nxv07lfous3a2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:47:29.519916765Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2019", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1091", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:31.044599700Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1nxv07lfous3a3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:47:29.527109945Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1289", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2019", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:31.044599700Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "1nxv07lfous3a4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:47:29.530415572Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1290", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2019", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:31.044599700Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1nxv07lfous3a5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:47:29.532917656Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1291", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2019", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:31.044599700Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1nxv07lfous3a6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:47:30.714053278Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:31.044599700Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1nxv07lfous3a7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:47:30.714493757Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:31.044599700Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1nxv07lfous3a8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:47:30.807420466Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:31.044599700Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "jpkf5cf6cp6o6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:47:31.602133633Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:37.206340058Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "jpkf5cf6cp6o7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:47:31.602170530Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:37.206340058Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "jpkf5cf6cp6o8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:47:31.808785748Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2018", - "process": "taskinstance.py:1091", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:37.206340058Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "jpkf5cf6cp6o9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:47:31.827390497Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1091", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1999", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:37.206340058Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "jpkf5cf6cp6oa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:47:31.905357570Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1997", - "try-number": "1", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:37.206340058Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "jpkf5cf6cp6ob", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:47:31.909875543Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1091", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2000" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:37.206340058Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "jpkf5cf6cp6oc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:47:32.110577404Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1091", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2018", - "workflow": "data_analytics_dag", - "try-number": "1", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:37.206340058Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "jpkf5cf6cp6od", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:47:32.113741930Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1289", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2018" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:37.206340058Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "jpkf5cf6cp6oe", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:47:32.114526159Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2018", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1290", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:37.206340058Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "jpkf5cf6cp6of", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:47:32.115268319Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "process": "taskinstance.py:1291", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2018" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:37.206340058Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "jpkf5cf6cp6og", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:47:32.116802395Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1999", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1091", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:37.206340058Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "jpkf5cf6cp6oh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:47:32.119321845Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1091", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2000", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:37.206340058Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "jpkf5cf6cp6oi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:47:32.122740997Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "process": "taskinstance.py:1289", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1999", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:37.206340058Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "jpkf5cf6cp6oj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:47:32.124571712Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "process": "taskinstance.py:1290", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1999", - "workflow": "data_analytics_dag", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:37.206340058Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "jpkf5cf6cp6ok", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:47:32.125236658Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1289", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2000", - "try-number": "1", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:37.206340058Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "jpkf5cf6cp6ol", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:47:32.125989632Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2000", - "map-index": "-1", - "process": "taskinstance.py:1290", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:37.206340058Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "jpkf5cf6cp6om", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:47:32.126715605Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1999", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1291", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:37.206340058Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "jpkf5cf6cp6on", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:47:32.130446777Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1291", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2000", - "try-number": "1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:37.206340058Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "jpkf5cf6cp6oo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:47:32.218686444Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:37.206340058Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "jpkf5cf6cp6op", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:47:32.218759574Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:37.206340058Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "jpkf5cf6cp6oq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:47:32.498272235Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:37.206340058Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "jpkf5cf6cp6or", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:47:32.929397261Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1091", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1998", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:37.206340058Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "jpkf5cf6cp6os", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:47:33.108080760Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1998", - "map-index": "-1", - "process": "taskinstance.py:1091", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:37.206340058Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "jpkf5cf6cp6ot", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:47:33.110983255Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1289", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1998", - "workflow": "data_analytics_dag", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:37.206340058Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "jpkf5cf6cp6ou", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:47:33.111578554Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1290", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1998", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:37.206340058Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "jpkf5cf6cp6ov", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:47:33.112025926Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1291", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1998", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:37.206340058Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=join_bq_datasets.bq_join_holidays_weather_data_1997\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-12T00:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-12T00:00:00+00:00", - "insertId": "jpkf5cf6cp6ow", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:47:33.266345481Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1997", - "process": "taskinstance.py:1518", - "map-index": "-1", - "try-number": "1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:47:37.206340058Z" - }, - { - "textPayload": "I0913 07:47:36.082741 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1ohlp18f69fny1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:47:36.083021301Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:47:42.358793954Z" - }, - { - "textPayload": "Starting the process, got command: worker", - "insertId": "uj4u1jfimggj0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:47:36.275519623Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:06.457767173Z" - }, - { - "textPayload": "Initializing airflow.cfg.", - "insertId": "uj4u1jfimggj1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:47:36.277439403Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:06.457767173Z" - }, - { - "textPayload": "airflow.cfg initialization is done.", - "insertId": "uj4u1jfimggj2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:47:36.286721654Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:06.457767173Z" - }, - { - "textPayload": "I0913 07:47:37.103852 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1ohlp18f69fny2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:47:37.104039689Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:47:42.358793954Z" - }, - { - "textPayload": "Setupping GCS Fuse.", - "insertId": "uj4u1jfimggj3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:47:43.214239322Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:06.457767173Z" - }, - { - "textPayload": "gcsfuse mount seems ready, proceeding.", - "insertId": "uj4u1jfimggj4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:47:43.215147807Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:06.457767173Z" - }, - { - "textPayload": "Initializing kube_config.", - "insertId": "uj4u1jfimggj5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:47:43.215890405Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:06.457767173Z" - }, - { - "textPayload": "Fetching cluster endpoint and auth data.", - "insertId": "uj4u1jfimggj6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:47:50.126655925Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:06.457767173Z" - }, - { - "textPayload": "kubeconfig entry generated for us-west1-openlineage-1614b57c-gke.", - "insertId": "uj4u1jfimggj7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:47:50.316103994Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:06.457767173Z" - }, - { - "textPayload": "/home/airflow/composer_kube_config is initialized", - "insertId": "uj4u1jfimggj8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:47:55.832698495Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:06.457767173Z" - }, - { - "textPayload": "Waiting for dags and plugins synchronization.", - "insertId": "uj4u1jfimggj9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:47:55.833881119Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:06.457767173Z" - }, - { - "textPayload": "Dags and plugins are synced", - "insertId": "uj4u1jfimggja", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:47:55.833998830Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:06.457767173Z" - }, - { - "textPayload": "Starting Airflow Celery Flower API.", - "insertId": "uj4u1jfimggjb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:47:55.835674093Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:06.457767173Z" - }, - { - "textPayload": "Searching for recent worker pod evictions", - "insertId": "uj4u1jfimggjc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:47:55.857671917Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:06.457767173Z" - }, - { - "textPayload": "I0913 07:48:13.312504 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "18yhbjhf4gvwuh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:48:13.312738903Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:48:20.670714345Z" - }, - { - "textPayload": "Finished searching for recent worker pod evictions", - "insertId": "atkwylfhw8u7f", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:48:23.417326847Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:29.697196600Z" - }, - { - "textPayload": "I0913 07:48:25.961000 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1ck748kfhudlv3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:48:25.961258868Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:48:32.758177135Z" - }, - { - "textPayload": "I0913 07:48:25.962724 1 airflowworkerset_controller.go:97] \"controllers/AirflowWorkerSet: Workers scale up needed.\" current number of workers=1 desired=3 scaling up by=2", - "insertId": "1ck748kfhudlv4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:48:25.962858559Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:48:32.758177135Z" - }, - { - "textPayload": "I0913 07:48:26.481701 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1ck748kfhudlv5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:48:26.481873037Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:48:32.758177135Z" - }, - { - "textPayload": "I0913 07:48:26.831881 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1ck748kfhudlv6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:48:26.832090432Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:48:32.758177135Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "atkwylfhw8u7g", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:48:27.116270163Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:29.697196600Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "atkwylfhw8u7h", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:48:27.127904022Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:29.697196600Z" - }, - { - "textPayload": "I0913 07:48:27.149109 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1ck748kfhudlv7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:48:27.149347777Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:48:32.758177135Z" - }, - { - "textPayload": " ", - "insertId": "s1dpk1floz5f8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:48:41.923191167Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:46.828893370Z" - }, - { - "textPayload": " -------------- celery@airflow-worker-n79fs v5.2.7 (dawn-chorus)", - "insertId": "s1dpk1floz5f9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:48:41.923270539Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:46.828893370Z" - }, - { - "textPayload": "--- ***** ----- ", - "insertId": "s1dpk1floz5fa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:48:41.923280123Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:46.828893370Z" - }, - { - "textPayload": "-- ******* ---- Linux-5.15.109+-x86_64-with-glibc2.27 2023-09-13 07:48:41", - "insertId": "s1dpk1floz5fb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:48:41.923287107Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:46.828893370Z" - }, - { - "textPayload": "- *** --- * --- ", - "insertId": "s1dpk1floz5fc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:48:41.923292222Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:46.828893370Z" - }, - { - "textPayload": "- ** ---------- [config]", - "insertId": "s1dpk1floz5fd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:48:41.923298193Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:46.828893370Z" - }, - { - "textPayload": "- ** ---------- .> app: airflow.executors.celery_executor:0x7c936f799370", - "insertId": "s1dpk1floz5fe", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:48:41.923303855Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:46.828893370Z" - }, - { - "textPayload": "- ** ---------- .> transport: redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "s1dpk1floz5ff", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:48:41.923310303Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:46.828893370Z" - }, - { - "textPayload": "- ** ---------- .> results: redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "s1dpk1floz5fg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:48:41.923318086Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:46.828893370Z" - }, - { - "textPayload": "- *** --- * --- .> concurrency: 6 (prefork)", - "insertId": "s1dpk1floz5fh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:48:41.923324326Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:46.828893370Z" - }, - { - "textPayload": "-- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)", - "insertId": "s1dpk1floz5fi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:48:41.923329930Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:46.828893370Z" - }, - { - "textPayload": "--- ***** ----- ", - "insertId": "s1dpk1floz5fj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:48:41.923335980Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:46.828893370Z" - }, - { - "textPayload": " -------------- [queues]", - "insertId": "s1dpk1floz5fk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:48:41.923341423Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:46.828893370Z" - }, - { - "textPayload": " .> default exchange=default(direct) key=default", - "insertId": "s1dpk1floz5fl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:48:41.923347022Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:46.828893370Z" - }, - { - "textPayload": " ", - "insertId": "s1dpk1floz5fm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:48:41.923352982Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:46.828893370Z" - }, - { - "textPayload": "", - "insertId": "s1dpk1floz5fn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:48:41.923358278Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:46.828893370Z" - }, - { - "textPayload": "[tasks]", - "insertId": "s1dpk1floz5fo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:48:41.923363904Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:46.828893370Z" - }, - { - "textPayload": " . airflow.executors.celery_executor.execute_command", - "insertId": "s1dpk1floz5fp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:48:41.923370632Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:46.828893370Z" - }, - { - "textPayload": "", - "insertId": "s1dpk1floz5fq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:48:41.923376543Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:46.828893370Z" - }, - { - "textPayload": "Connected to redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "1cu2uvqf7xjhpd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:48:47.517274864Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "connection.py:22" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "mingle: searching for neighbors", - "insertId": "1cu2uvqf7xjhpe", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:48:47.542699091Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "mingle.py:40" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "mingle: all alone", - "insertId": "1cu2uvqf7xjhpf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:48:48.631184726Z", - "severity": "INFO", - "labels": { - "process": "mingle.py:49", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "celery@airflow-worker-n79fs ready.", - "insertId": "1cu2uvqf7xjhpg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:48:48.675498067Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "worker.py:176" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[eaf6432f-e7e4-4218-ac6e-756bdef9bd15] received", - "insertId": "1cu2uvqf7xjhph", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:48:48.680852436Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[8605e031-78fe-462f-8488-7f105853b37a] received", - "insertId": "1cu2uvqf7xjhpi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:48:48.685417472Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[fb1e0f38-5c53-49c8-9608-b8287b663b90] received", - "insertId": "1cu2uvqf7xjhpj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:48:48.697001169Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[9c050754-fc38-48c6-866a-196c5aedb09a] received", - "insertId": "1cu2uvqf7xjhpk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:48:48.706684214Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[3a85d47c-4e58-456f-a66c-65e19979265f] received", - "insertId": "1cu2uvqf7xjhpl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:48:48.712200908Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[f9c30b5e-e8a7-4171-8b16-8b510a808927] received", - "insertId": "1cu2uvqf7xjhpm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:48:48.715868528Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "[fb1e0f38-5c53-49c8-9608-b8287b663b90] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2003', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "1cu2uvqf7xjhpn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:48:48.724720401Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "[eaf6432f-e7e4-4218-ac6e-756bdef9bd15] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2001', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "1cu2uvqf7xjhpo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:48:48.750338899Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "[9c050754-fc38-48c6-866a-196c5aedb09a] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2004', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "1cu2uvqf7xjhpp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:48:48.759468228Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "[f9c30b5e-e8a7-4171-8b16-8b510a808927] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2006', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "1cu2uvqf7xjhpq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:48:48.802113578Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "[8605e031-78fe-462f-8488-7f105853b37a] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2002', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "1cu2uvqf7xjhpr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:48:48.811099724Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "[3a85d47c-4e58-456f-a66c-65e19979265f] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2005', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "1cu2uvqf7xjhps", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:48:48.812112650Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1cu2uvqf7xjhpt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:48:51.213283284Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1cu2uvqf7xjhpu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:48:51.218047163Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "Events of group {task} enabled by remote.", - "insertId": "1cu2uvqf7xjhpv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:48:51.302883717Z", - "severity": "INFO", - "labels": { - "process": "control.py:277", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1cu2uvqf7xjhpw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:48:51.628248922Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1cu2uvqf7xjhpx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:48:51.632373409Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1cu2uvqf7xjhpy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:48:51.637101816Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1cu2uvqf7xjhpz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:48:51.646662608Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1cu2uvqf7xjhq0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:48:51.712239349Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1cu2uvqf7xjhq1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:48:51.717537735Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1cu2uvqf7xjhq2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:48:51.824137405Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1cu2uvqf7xjhq3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:48:51.826833358Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1cu2uvqf7xjhq4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:48:51.831258237Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1cu2uvqf7xjhq5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:48:51.837400704Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1cu2uvqf7xjhq6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:48:52.321475165Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1cu2uvqf7xjhq7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:48:52.557754709Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:52.958691014Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1e5e7vfii2xaj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:48:52.916682266Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:59.055167282Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1e5e7vfii2xak", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:48:52.930135735Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:59.055167282Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1e5e7vfii2xal", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:48:53.128098Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:59.055167282Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1e5e7vfii2xam", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:48:53.129550993Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:48:59.055167282Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1awewy0fi06lj0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:48:59.306517247Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:05.185576002Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1awewy0fi06lj1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:49:00.216109284Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:05.185576002Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1awewy0fi06lj2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:49:00.328571386Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:05.185576002Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1awewy0fi06lj3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:49:00.922731187Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:05.185576002Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1awewy0fi06lj4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:49:01.124317814Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:05.185576002Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1awewy0fi06lj5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:49:01.213854215Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:05.185576002Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1rjtgdefi6zb4e", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:49:26.907103513Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1rjtgdefi6zb4f", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:49:27.307871437Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "1rjtgdefi6zb4g", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:49:28.028244188Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1091", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "1rjtgdefi6zb4h", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:49:28.207893061Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1091", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2003", - "worker_id": "airflow-worker-n79fs", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "1rjtgdefi6zb4i", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:49:28.310168456Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1091", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1rjtgdefi6zb4j", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:49:28.310249885Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004", - "process": "taskinstance.py:1289" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "1rjtgdefi6zb4k", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:49:28.330645526Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1290" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1rjtgdefi6zb4l", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:49:28.330696830Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004", - "try-number": "1", - "map-index": "-1", - "process": "taskinstance.py:1291" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "1rjtgdefi6zb4m", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:49:28.418229169Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2003", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1091", - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1rjtgdefi6zb4n", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:49:28.420099170Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1289", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2003", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "1rjtgdefi6zb4o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:49:28.431170026Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2003", - "try-number": "1", - "process": "taskinstance.py:1290", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1rjtgdefi6zb4p", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:49:28.436127623Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2003", - "workflow": "data_analytics_dag", - "try-number": "1", - "process": "taskinstance.py:1291", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1rjtgdefi6zb4q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:49:29.054391497Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1rjtgdefi6zb4r", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:49:29.222405570Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1rjtgdefi6zb4s", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:49:29.227093874Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1rjtgdefi6zb4t", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:49:29.445626102Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1rjtgdefi6zb4u", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:49:29.445716387Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1rjtgdefi6zb4v", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:49:29.621071503Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1rjtgdefi6zb4w", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:49:29.621128920Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1rjtgdefi6zb4x", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:49:29.730161102Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "1rjtgdefi6zb4y", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:49:29.811911426Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2001", - "process": "taskinstance.py:1091", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "1rjtgdefi6zb4z", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:49:29.921113548Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2006", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "process": "taskinstance.py:1091", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "1rjtgdefi6zb50", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:49:29.932619760Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2005", - "process": "taskinstance.py:1091", - "try-number": "1", - "map-index": "-1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "1rjtgdefi6zb51", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:49:29.936794808Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1091", - "map-index": "-1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2001", - "worker_id": "airflow-worker-n79fs", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1rjtgdefi6zb52", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:49:29.939741591Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1289", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2001", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "1rjtgdefi6zb53", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:49:29.940655116Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2001", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1290", - "try-number": "1", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1rjtgdefi6zb54", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:49:29.941369075Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2001", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1291", - "map-index": "-1", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "1rjtgdefi6zb55", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:49:30.020868806Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "process": "taskinstance.py:1091", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2006", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1rjtgdefi6zb56", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:49:30.021882155Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1289", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2006" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "1rjtgdefi6zb57", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:49:30.022394550Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2006", - "process": "taskinstance.py:1290", - "try-number": "1", - "map-index": "-1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1rjtgdefi6zb58", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:49:30.023285785Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1291", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2006", - "map-index": "-1", - "try-number": "1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "1rjtgdefi6zb59", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:49:30.129981099Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2005", - "process": "taskinstance.py:1091", - "map-index": "-1", - "try-number": "1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1rjtgdefi6zb5a", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:49:30.130602644Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1289", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2005", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "1rjtgdefi6zb5b", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:49:30.131156053Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2005", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "process": "taskinstance.py:1290", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1rjtgdefi6zb5c", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:49:30.131530161Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1291", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2005", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "try-number": "1", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "1rjtgdefi6zb5d", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:49:30.235352137Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2002", - "process": "taskinstance.py:1091", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "1rjtgdefi6zb5e", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:49:30.254862155Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1091", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2002", - "try-number": "1", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1rjtgdefi6zb5f", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:49:30.255237588Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "process": "taskinstance.py:1289", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2002", - "workflow": "data_analytics_dag", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "1rjtgdefi6zb5g", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:49:30.255606074Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1290", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2002" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1rjtgdefi6zb5h", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:49:30.255939835Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2002", - "process": "taskinstance.py:1291", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1rjtgdefi6zb5i", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:49:30.605805923Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1rjtgdefi6zb5j", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:49:30.605865653Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1rjtgdefi6zb5k", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:49:30.640911534Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1rjtgdefi6zb5l", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:49:30.640975644Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:31.686528143Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "1qpq14ufopi9fz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:49:31.087313978Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "process": "taskinstance.py:1310", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:37.836022289Z" - }, - { - "textPayload": "Started process 194 to run task", - "insertId": "1qpq14ufopi9g0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:49:31.102146884Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "try-number": "1", - "process": "standard_task_runner.py:55", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:37.836022289Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2004', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '914', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmp1g93s23b']", - "insertId": "1qpq14ufopi9g1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:49:31.113913662Z", - "severity": "INFO", - "labels": { - "process": "standard_task_runner.py:82", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:37.836022289Z" - }, - { - "textPayload": "Job 914: Subtask join_bq_datasets.bq_join_holidays_weather_data_2004", - "insertId": "1qpq14ufopi9g2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:49:31.114951572Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "process": "standard_task_runner.py:83" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:37.836022289Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "1qpq14ufopi9g3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:49:31.436101664Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1310", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2002", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:37.836022289Z" - }, - { - "textPayload": "Started process 196 to run task", - "insertId": "1qpq14ufopi9g4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:49:31.448517016Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "process": "standard_task_runner.py:55", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2002", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:37.836022289Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2002', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '919', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmp7vbybsot']", - "insertId": "1qpq14ufopi9g5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:49:31.505946404Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "process": "standard_task_runner.py:82", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2002" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:37.836022289Z" - }, - { - "textPayload": "Job 919: Subtask join_bq_datasets.bq_join_holidays_weather_data_2002", - "insertId": "1qpq14ufopi9g6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:49:31.506982005Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "process": "standard_task_runner.py:83", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2002", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:37.836022289Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1qpq14ufopi9g7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:49:31.612240204Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:37.836022289Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1qpq14ufopi9g8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:49:31.612332164Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:37.836022289Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1qpq14ufopi9g9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:49:31.719426295Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:37.836022289Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1qpq14ufopi9ga", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:49:31.719466373Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:37.836022289Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1qpq14ufopi9gb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:49:31.738835536Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393", - "workflow": "data_analytics_dag", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:37.836022289Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=join_bq_datasets.bq_join_holidays_weather_data_2004\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-12T00:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-12T00:00:00+00:00", - "insertId": "1qpq14ufopi9gc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:49:32.261760067Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1518", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:37.836022289Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1qpq14ufopi9gd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:49:32.277007206Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2002", - "process": "task_command.py:393", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:37.836022289Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "1qpq14ufopi9ge", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:49:32.317803009Z", - "severity": "INFO", - "labels": { - "process": "base.py:73", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:37.836022289Z" - }, - { - "textPayload": "Executing: {'query': {'query': '\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_2004 AS Table WHERE Table.element=\"TMAX\" AND Table.id=\"USW00094846\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n ', 'useLegacySql': False, 'destinationTable': {'projectId': 'acceldata-acm', 'datasetId': 'holiday_weather', 'tableId': 'holidays_weather_joined'}, 'writeDisposition': 'WRITE_APPEND'}}'", - "insertId": "1qpq14ufopi9gf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:49:32.323223802Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004", - "map-index": "-1", - "workflow": "data_analytics_dag", - "try-number": "1", - "process": "bigquery.py:2710", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:37.836022289Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "1qpq14ufopi9gg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:49:32.324741017Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004", - "process": "credentials_provider.py:353", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:37.836022289Z" - }, - { - "textPayload": "Inserting job airflow_data_analytics_dag_join_bq_datasets_bq_join_holidays_weather_data_2004_2023_09_12T00_00_00_00_00_2d9374469e1ebb7b1b041a23d8bd981a", - "insertId": "1qpq14ufopi9gh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:49:32.405894371Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004", - "workflow": "data_analytics_dag", - "try-number": "1", - "process": "bigquery.py:1596", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:37.836022289Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "1qpq14ufopi9gi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:49:32.661992425Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2003", - "try-number": "1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1310" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:37.836022289Z" - }, - { - "textPayload": "Started process 200 to run task", - "insertId": "1qpq14ufopi9gj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:49:32.810852078Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2003", - "workflow": "data_analytics_dag", - "process": "standard_task_runner.py:55" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:37.836022289Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2003', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '915', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmpurj7yd32']", - "insertId": "1qpq14ufopi9gk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:49:32.912746770Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "process": "standard_task_runner.py:82", - "workflow": "data_analytics_dag", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2003", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:37.836022289Z" - }, - { - "textPayload": "Job 915: Subtask join_bq_datasets.bq_join_holidays_weather_data_2003", - "insertId": "1qpq14ufopi9gl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:49:32.913767408Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "standard_task_runner.py:83", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2003", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:37.836022289Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=join_bq_datasets.bq_join_holidays_weather_data_2002\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-12T00:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-12T00:00:00+00:00", - "insertId": "1qpq14ufopi9gm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:49:33.217381348Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2002", - "try-number": "1", - "process": "taskinstance.py:1518" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:49:37.836022289Z" - }, - { - "textPayload": "I0913 07:49:36.668043 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "chi97xfhnm78t", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:49:36.668325768Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:49:42.956567182Z" - }, - { - "textPayload": "I0913 07:49:46.720126 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1vflbw9f6acox8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:49:46.720314612Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:49:53.071869022Z" - }, - { - "textPayload": "I0913 07:49:46.721660 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1vflbw9f6acox9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:49:46.721775064Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:49:53.071869022Z" - }, - { - "textPayload": "I0913 07:49:46.766436 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1vflbw9f6acoxa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:49:46.766699997Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:49:53.071869022Z" - }, - { - "textPayload": "I0913 07:49:46.865880 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1vflbw9f6acoxb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:49:46.866132924Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:49:53.071869022Z" - }, - { - "textPayload": "I0913 07:49:48.746547 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1vflbw9f6acoxc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:49:48.746772286Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:49:53.071869022Z" - }, - { - "textPayload": "Starting the process, got command: worker", - "insertId": "1u1fqzzet76aq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:49:48.974939193Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:50:01.168524346Z" - }, - { - "textPayload": "Initializing airflow.cfg.", - "insertId": "1u1fqzzet76ar", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:49:48.976718276Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:50:01.168524346Z" - }, - { - "textPayload": "airflow.cfg initialization is done.", - "insertId": "1u1fqzzet76as", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:49:48.985561209Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:50:01.168524346Z" - }, - { - "textPayload": "I0913 07:49:49.702153 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1vflbw9f6acoxd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:49:49.702412117Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:49:53.071869022Z" - }, - { - "textPayload": "Setupping GCS Fuse.", - "insertId": "1u1fqzzet76at", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:49:56.409738163Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:50:01.168524346Z" - }, - { - "textPayload": "gcsfuse mount seems ready, proceeding.", - "insertId": "1u1fqzzet76au", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:49:56.410616889Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:50:01.168524346Z" - }, - { - "textPayload": "Initializing kube_config.", - "insertId": "1u1fqzzet76av", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:49:56.411846077Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:50:01.168524346Z" - }, - { - "textPayload": "Fetching cluster endpoint and auth data.", - "insertId": "1ndsfnlfhyn57n", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:50:04.023153489Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:50:07.247718962Z" - }, - { - "textPayload": "kubeconfig entry generated for us-west1-openlineage-1614b57c-gke.", - "insertId": "1ndsfnlfhyn57o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:50:04.313779887Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:50:07.247718962Z" - }, - { - "textPayload": "/home/airflow/composer_kube_config is initialized", - "insertId": "1o7zi4yf6c1xt2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:50:09.833647800Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:50:13.335629235Z" - }, - { - "textPayload": "Waiting for dags and plugins synchronization.", - "insertId": "1o7zi4yf6c1xt3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:50:09.834263446Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:50:13.335629235Z" - }, - { - "textPayload": "Dags and plugins are synced", - "insertId": "1o7zi4yf6c1xt4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:50:09.834289718Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:50:13.335629235Z" - }, - { - "textPayload": "Starting Airflow Celery Flower API.", - "insertId": "1o7zi4yf6c1xt5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:50:09.835375342Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:50:13.335629235Z" - }, - { - "textPayload": "Searching for recent worker pod evictions", - "insertId": "1o7zi4yf6c1xt6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:50:09.855868311Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:50:13.335629235Z" - }, - { - "textPayload": "Finished searching for recent worker pod evictions", - "insertId": "16gfkftf6evkek", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:50:37.120643315Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:50:43.831239893Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "16gfkftf6evkel", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:50:42.137838209Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:50:43.831239893Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "16gfkftf6evkem", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:50:42.138965271Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:50:43.831239893Z" - }, - { - "textPayload": " ", - "insertId": "1c0dabhf6cbttb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:50:57.620278597Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:01.209959632Z" - }, - { - "textPayload": " -------------- celery@airflow-worker-n79fs v5.2.7 (dawn-chorus)", - "insertId": "1c0dabhf6cbttc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:50:57.620311574Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:01.209959632Z" - }, - { - "textPayload": "--- ***** ----- ", - "insertId": "1c0dabhf6cbttd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:50:57.620363378Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:01.209959632Z" - }, - { - "textPayload": "-- ******* ---- Linux-5.15.109+-x86_64-with-glibc2.27 2023-09-13 07:50:57", - "insertId": "1c0dabhf6cbtte", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:50:57.620372265Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:01.209959632Z" - }, - { - "textPayload": "- *** --- * --- ", - "insertId": "1c0dabhf6cbttf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:50:57.620378493Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:01.209959632Z" - }, - { - "textPayload": "- ** ---------- [config]", - "insertId": "1c0dabhf6cbttg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:50:57.620384505Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:01.209959632Z" - }, - { - "textPayload": "- ** ---------- .> app: airflow.executors.celery_executor:0x7ab429e7d370", - "insertId": "1c0dabhf6cbtth", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:50:57.620395348Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:01.209959632Z" - }, - { - "textPayload": "- ** ---------- .> transport: redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "1c0dabhf6cbtti", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:50:57.620402657Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:01.209959632Z" - }, - { - "textPayload": "- ** ---------- .> results: redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "1c0dabhf6cbttj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:50:57.620409866Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:01.209959632Z" - }, - { - "textPayload": "- *** --- * --- .> concurrency: 6 (prefork)", - "insertId": "1c0dabhf6cbttk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:50:57.620416292Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:01.209959632Z" - }, - { - "textPayload": "-- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)", - "insertId": "1c0dabhf6cbttl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:50:57.620421714Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:01.209959632Z" - }, - { - "textPayload": "--- ***** ----- ", - "insertId": "1c0dabhf6cbttm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:50:57.620427387Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:01.209959632Z" - }, - { - "textPayload": " -------------- [queues]", - "insertId": "1c0dabhf6cbttn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:50:57.620433077Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:01.209959632Z" - }, - { - "textPayload": " .> default exchange=default(direct) key=default", - "insertId": "1c0dabhf6cbtto", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:50:57.620439700Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:01.209959632Z" - }, - { - "textPayload": " ", - "insertId": "1c0dabhf6cbttp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:50:57.620445972Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:01.209959632Z" - }, - { - "textPayload": "", - "insertId": "1c0dabhf6cbttq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:50:57.620451249Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:01.209959632Z" - }, - { - "textPayload": "[tasks]", - "insertId": "1c0dabhf6cbttr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:50:57.620457298Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:01.209959632Z" - }, - { - "textPayload": " . airflow.executors.celery_executor.execute_command", - "insertId": "1c0dabhf6cbtts", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:50:57.620463573Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:01.209959632Z" - }, - { - "textPayload": "", - "insertId": "1c0dabhf6cbttt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:50:57.620489985Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:01.209959632Z" - }, - { - "textPayload": "Starting the process, got command: worker", - "insertId": "hrnihgfoqc03z", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:01.411109970Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:35.871759002Z" - }, - { - "textPayload": "Initializing airflow.cfg.", - "insertId": "hrnihgfoqc040", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:01.413021126Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:35.871759002Z" - }, - { - "textPayload": "Starting the process, got command: worker", - "insertId": "hrnihgfoqc04i", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:01.426961991Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:35.871759002Z" - }, - { - "textPayload": "airflow.cfg initialization is done.", - "insertId": "hrnihgfoqc041", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:01.451977967Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:35.871759002Z" - }, - { - "textPayload": "Initializing airflow.cfg.", - "insertId": "hrnihgfoqc04j", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:01.464581341Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:35.871759002Z" - }, - { - "textPayload": "airflow.cfg initialization is done.", - "insertId": "hrnihgfoqc04k", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:01.579480746Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:35.871759002Z" - }, - { - "textPayload": "Connected to redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "jpbb1qfoq60fg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:03.331442347Z", - "severity": "INFO", - "labels": { - "process": "connection.py:22", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:07.299502040Z" - }, - { - "textPayload": "mingle: searching for neighbors", - "insertId": "jpbb1qfoq60fh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:03.409984625Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "mingle.py:40" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:07.299502040Z" - }, - { - "textPayload": "mingle: all alone", - "insertId": "jpbb1qfoq60fi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:04.439609819Z", - "severity": "INFO", - "labels": { - "process": "mingle.py:49", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:07.299502040Z" - }, - { - "textPayload": "celery@airflow-worker-n79fs ready.", - "insertId": "jpbb1qfoq60fj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:04.477390027Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "worker.py:176" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:07.299502040Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[eef448e2-cd5c-442b-9686-3c71f2567cea] received", - "insertId": "jpbb1qfoq60fk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:04.482590846Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:07.299502040Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[83ca6064-4e72-4a03-8257-8c6e2959b9a7] received", - "insertId": "jpbb1qfoq60fl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:04.491881174Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:07.299502040Z" - }, - { - "textPayload": "[eef448e2-cd5c-442b-9686-3c71f2567cea] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2007', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "jpbb1qfoq60fm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:04.493081465Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:07.299502040Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[b5864fe6-616b-4542-8682-fb5442ec4585] received", - "insertId": "jpbb1qfoq60fn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:04.509104538Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:07.299502040Z" - }, - { - "textPayload": "[83ca6064-4e72-4a03-8257-8c6e2959b9a7] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2008', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "jpbb1qfoq60fo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:04.521367311Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:07.299502040Z" - }, - { - "textPayload": "[b5864fe6-616b-4542-8682-fb5442ec4585] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2009', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "jpbb1qfoq60fp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:04.528125933Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:07.299502040Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[dfc64cdc-41e3-4cdf-8ef9-641c21e14a4b] received", - "insertId": "jpbb1qfoq60fq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:04.531587527Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:07.299502040Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[ecacd5a0-fc4e-4879-bc98-6ba49b829bf4] received", - "insertId": "jpbb1qfoq60fr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:04.620127299Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:07.299502040Z" - }, - { - "textPayload": "[dfc64cdc-41e3-4cdf-8ef9-641c21e14a4b] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2010', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "jpbb1qfoq60fs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:04.624942828Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:07.299502040Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[e3f52823-5cf4-4509-b9f3-434eb5a93a9c] received", - "insertId": "jpbb1qfoq60ft", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:04.627709698Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:07.299502040Z" - }, - { - "textPayload": "[e3f52823-5cf4-4509-b9f3-434eb5a93a9c] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2012', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "jpbb1qfoq60fu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:04.723776797Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:07.299502040Z" - }, - { - "textPayload": "[ecacd5a0-fc4e-4879-bc98-6ba49b829bf4] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2011', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "jpbb1qfoq60fv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:04.726226592Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:07.299502040Z" - }, - { - "textPayload": "Events of group {task} enabled by remote.", - "insertId": "kjkcdnfp1zr8k", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:06.820794205Z", - "severity": "INFO", - "labels": { - "process": "control.py:277", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:13.467818134Z" - }, - { - "textPayload": "I0913 07:51:07.172681 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "n18v79finzvfn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:07.172925246Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:51:13.571980784Z" - }, - { - "textPayload": "I0913 07:51:07.231209 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "n18v79finzvfo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:07.231433955Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:51:13.571980784Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "kjkcdnfp1zr8m", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:07.237744844Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:13.467818134Z" - }, - { - "textPayload": "I0913 07:51:07.307032 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "n18v79finzvfp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:07.307315756Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:51:13.571980784Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "kjkcdnfp1zr8o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:07.320060641Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:13.467818134Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "kjkcdnfp1zr8p", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:07.411764523Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:13.467818134Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "kjkcdnfp1zr8q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:07.430778942Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:13.467818134Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "kjkcdnfp1zr8t", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:07.611847392Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:13.467818134Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "kjkcdnfp1zr8v", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:07.622022322Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:13.467818134Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "kjkcdnfp1zr8y", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:07.640431841Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:13.467818134Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "kjkcdnfp1zr90", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:07.718439854Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:13.467818134Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "kjkcdnfp1zr94", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:07.746917565Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:13.467818134Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "kjkcdnfp1zr96", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:07.814909214Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:13.467818134Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "kjkcdnfp1zr98", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:07.822124002Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:13.467818134Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "kjkcdnfp1zr9b", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:07.835169888Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:13.467818134Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "kjkcdnfp1zr9d", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:08.728693063Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:13.467818134Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "kjkcdnfp1zr9g", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:08.729741400Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:13.467818134Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "kjkcdnfp1zr9h", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:08.737269030Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:13.467818134Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "kjkcdnfp1zr9i", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:08.811641178Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:13.467818134Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "kjkcdnfp1zr9j", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:08.816642411Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:13.467818134Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "kjkcdnfp1zr9k", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:08.839073610Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:13.467818134Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "ut3z4sfhxw7fc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:16.405857401Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:19.629052847Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "ut3z4sfhxw7fd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:16.524450459Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:19.629052847Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "ut3z4sfhxw7fe", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:16.525353661Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:19.629052847Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "ut3z4sfhxw7ff", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:16.802868959Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:19.629052847Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "ut3z4sfhxw7fg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:16.824244310Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:19.629052847Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "ut3z4sfhxw7fh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:17.111369924Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:19.629052847Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "xkvz1hfilhn2o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:43.741451229Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "xkvz1hfilhn2p", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:43.909272977Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "xkvz1hfilhn2q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:44.632126468Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "xkvz1hfilhn2r", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:44.704304860Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1091", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "xkvz1hfilhn2s", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:44.722336739Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "xkvz1hfilhn2t", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:44.906756709Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1091", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "xkvz1hfilhn2u", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:44.909310872Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1289", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "xkvz1hfilhn2v", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:44.912113082Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1290", - "map-index": "-1", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "xkvz1hfilhn2w", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:44.917140774Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "process": "taskinstance.py:1291", - "map-index": "-1", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "xkvz1hfilhn2x", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:45.026677558Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1091", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "xkvz1hfilhn2y", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:45.032143991Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "process": "taskinstance.py:1289", - "workflow": "data_analytics_dag", - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "xkvz1hfilhn2z", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:45.033171333Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1290", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "xkvz1hfilhn30", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:45.033995179Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1291", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "xkvz1hfilhn31", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:45.312323513Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1091", - "map-index": "-1", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2008" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "xkvz1hfilhn32", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:45.341261514Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2008", - "process": "taskinstance.py:1091", - "workflow": "data_analytics_dag", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "xkvz1hfilhn33", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:45.341809890Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1289", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2008", - "map-index": "-1", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "xkvz1hfilhn34", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:45.342389024Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "process": "taskinstance.py:1290", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2008", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "xkvz1hfilhn35", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:45.342874477Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1291", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2008", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "xkvz1hfilhn36", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:45.371526053Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "xkvz1hfilhn37", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:45.374652037Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "xkvz1hfilhn38", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:45.414997660Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "xkvz1hfilhn39", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:45.623713139Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "xkvz1hfilhn3a", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:45.623773529Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "xkvz1hfilhn3b", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:45.814392761Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "xkvz1hfilhn3c", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:45.814425944Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "xkvz1hfilhn3d", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:45.832560006Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2010", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "xkvz1hfilhn3e", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:46.022404051Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2010", - "workflow": "data_analytics_dag", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1091", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "xkvz1hfilhn3f", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:46.022763034Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "process": "taskinstance.py:1289", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2010", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "xkvz1hfilhn3g", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:46.023189233Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "process": "taskinstance.py:1290", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2010" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "xkvz1hfilhn3h", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:46.023937493Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2012", - "process": "taskinstance.py:1091", - "try-number": "1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "xkvz1hfilhn3i", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:46.026347265Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2010", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1291", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "xkvz1hfilhn3j", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:46.032357285Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1091", - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2011", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "xkvz1hfilhn3k", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:46.135861138Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2012", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "map-index": "-1", - "process": "taskinstance.py:1091", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "xkvz1hfilhn3l", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:46.137048424Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2012", - "process": "taskinstance.py:1289", - "map-index": "-1", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "xkvz1hfilhn3m", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:46.137596970Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2012", - "workflow": "data_analytics_dag", - "try-number": "1", - "process": "taskinstance.py:1290" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "xkvz1hfilhn3n", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:46.138035987Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "process": "taskinstance.py:1091", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2011", - "workflow": "data_analytics_dag", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "xkvz1hfilhn3o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:46.138261901Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2012", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "process": "taskinstance.py:1291", - "workflow": "data_analytics_dag", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "xkvz1hfilhn3p", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:46.139233653Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2011", - "process": "taskinstance.py:1289" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "xkvz1hfilhn3q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:46.140190571Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2011", - "process": "taskinstance.py:1290" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "xkvz1hfilhn3r", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:46.143037407Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2011", - "process": "taskinstance.py:1291", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "xkvz1hfilhn3s", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:47.542577050Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "map-index": "-1", - "process": "taskinstance.py:1310", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Started process 186 to run task", - "insertId": "xkvz1hfilhn3t", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:47.556490422Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "process": "standard_task_runner.py:55", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2007', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '920', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmpdlyz221o']", - "insertId": "xkvz1hfilhn3u", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:47.612244460Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "process": "standard_task_runner.py:82", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Job 920: Subtask join_bq_datasets.bq_join_holidays_weather_data_2007", - "insertId": "xkvz1hfilhn3v", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:47.614026808Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "process": "standard_task_runner.py:83", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007", - "try-number": "1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "xkvz1hfilhn3w", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:48.017572696Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "xkvz1hfilhn3x", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:48.017614578Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "xkvz1hfilhn3y", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:48.118102720Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "xkvz1hfilhn3z", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:48.118139467Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "xkvz1hfilhn40", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:48.217168648Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=join_bq_datasets.bq_join_holidays_weather_data_2007\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-12T00:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-12T00:00:00+00:00", - "insertId": "xkvz1hfilhn41", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:48.588237506Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "data_analytics_dag", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1518" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "xkvz1hfilhn42", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:48.635108880Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "process": "base.py:73", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Executing: {'query': {'query': '\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_2007 AS Table WHERE Table.element=\"TMAX\" AND Table.id=\"USW00094846\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n ', 'useLegacySql': False, 'destinationTable': {'projectId': 'acceldata-acm', 'datasetId': 'holiday_weather', 'tableId': 'holidays_weather_joined'}, 'writeDisposition': 'WRITE_APPEND'}}'", - "insertId": "xkvz1hfilhn43", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:48.638451102Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "bigquery.py:2710", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "workflow": "data_analytics_dag", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "xkvz1hfilhn44", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:48.639247314Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "credentials_provider.py:353", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Inserting job airflow_data_analytics_dag_join_bq_datasets_bq_join_holidays_weather_data_2007_2023_09_12T00_00_00_00_00_ad335356efae408efbe7b9e132042a8f", - "insertId": "xkvz1hfilhn45", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:48.699334959Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007", - "process": "bigquery.py:1596" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:49.863656102Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "y4obl8f6e2kqc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:48.974807329Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "process": "taskinstance.py:1310", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:54.060299767Z" - }, - { - "textPayload": "Started process 191 to run task", - "insertId": "y4obl8f6e2kqd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:48.987582154Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "standard_task_runner.py:55", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:54.060299767Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2009', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '921', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmprkrjs_ut']", - "insertId": "y4obl8f6e2kqe", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:49.014431200Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "standard_task_runner.py:82", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:54.060299767Z" - }, - { - "textPayload": "Job 921: Subtask join_bq_datasets.bq_join_holidays_weather_data_2009", - "insertId": "y4obl8f6e2kqf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:49.015983346Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "worker_id": "airflow-worker-n79fs", - "process": "standard_task_runner.py:83", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:54.060299767Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "y4obl8f6e2kqg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:49.449188877Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:54.060299767Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "y4obl8f6e2kqh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:49.449242585Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:54.060299767Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "y4obl8f6e2kqi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:49.624490504Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:54.060299767Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "y4obl8f6e2kqj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:49.624519365Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:54.060299767Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "y4obl8f6e2kqk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:49.898455577Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:54.060299767Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=join_bq_datasets.bq_join_holidays_weather_data_2009\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-12T00:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-12T00:00:00+00:00", - "insertId": "y4obl8f6e2kql", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:50.227373342Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "process": "taskinstance.py:1518", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:54.060299767Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "y4obl8f6e2kqm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:50.270768685Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "process": "base.py:73", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:54.060299767Z" - }, - { - "textPayload": "Executing: {'query': {'query': '\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_2009 AS Table WHERE Table.element=\"TMAX\" AND Table.id=\"USW00094846\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n ', 'useLegacySql': False, 'destinationTable': {'projectId': 'acceldata-acm', 'datasetId': 'holiday_weather', 'tableId': 'holidays_weather_joined'}, 'writeDisposition': 'WRITE_APPEND'}}'", - "insertId": "y4obl8f6e2kqn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:50.273852491Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "try-number": "1", - "process": "bigquery.py:2710", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:54.060299767Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "y4obl8f6e2kqo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:50.275205493Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "try-number": "1", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "process": "credentials_provider.py:353", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:54.060299767Z" - }, - { - "textPayload": "Inserting job airflow_data_analytics_dag_join_bq_datasets_bq_join_holidays_weather_data_2009_2023_09_12T00_00_00_00_00_ef22f768a03ac4d52dbdd05c1aa98e42", - "insertId": "y4obl8f6e2kqp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:50.305325793Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "process": "bigquery.py:1596" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:54.060299767Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "y4obl8f6e2kqq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:50.654947645Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1310", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2012", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:54.060299767Z" - }, - { - "textPayload": "Started process 197 to run task", - "insertId": "y4obl8f6e2kqr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:50.702754664Z", - "severity": "INFO", - "labels": { - "process": "standard_task_runner.py:55", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2012", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:54.060299767Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2012', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '924', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmp64lt4o6b']", - "insertId": "y4obl8f6e2kqs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:50.740015174Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2012", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "standard_task_runner.py:82", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:54.060299767Z" - }, - { - "textPayload": "Job 924: Subtask join_bq_datasets.bq_join_holidays_weather_data_2012", - "insertId": "y4obl8f6e2kqt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:50.741775559Z", - "severity": "INFO", - "labels": { - "process": "standard_task_runner.py:83", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2012" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:54.060299767Z" - }, - { - "textPayload": "Setupping GCS Fuse.", - "insertId": "1qpx54ffioqop0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:52.562050225Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:59.028305711Z" - }, - { - "textPayload": "gcsfuse mount seems ready, proceeding.", - "insertId": "1qpx54ffioqop1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:51:52.571945641Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:59.028305711Z" - }, - { - "textPayload": "Setupping GCS Fuse.", - "insertId": "1qpx54ffioqop3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:52.618653170Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:59.028305711Z" - }, - { - "textPayload": "gcsfuse mount seems ready, proceeding.", - "insertId": "1qpx54ffioqop4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:52.618670857Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:59.028305711Z" - }, - { - "textPayload": "Initializing kube_config.", - "insertId": "1qpx54ffioqop2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:52.706627141Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:59.028305711Z" - }, - { - "textPayload": "Initializing kube_config.", - "insertId": "1qpx54ffioqop5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:51:52.722579149Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:51:59.028305711Z" - }, - { - "textPayload": "I0913 07:51:54.306001 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1yhp8opfilk662", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:51:54.306216493Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:52:01.851052765Z" - }, - { - "textPayload": "I0913 07:52:05.727578 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1l5vuxbfejvp4p", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:52:05.727840286Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:52:11.982345586Z" - }, - { - "textPayload": "I0913 07:52:07.474617 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1l5vuxbfejvp4q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:52:07.474871386Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:52:11.982345586Z" - }, - { - "textPayload": "I0913 07:52:07.566192 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1l5vuxbfejvp4r", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:52:07.566350057Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:52:11.982345586Z" - }, - { - "textPayload": "Fetching cluster endpoint and auth data.", - "insertId": "1fm24p7fi5n13c", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:52:10.514337192Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:52:17.228448596Z" - }, - { - "textPayload": "Fetching cluster endpoint and auth data.", - "insertId": "1fm24p7fi5n13e", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:52:10.529323846Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:52:17.228448596Z" - }, - { - "textPayload": "kubeconfig entry generated for us-west1-openlineage-1614b57c-gke.", - "insertId": "1fm24p7fi5n13d", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:52:12.020295472Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:52:17.228448596Z" - }, - { - "textPayload": "kubeconfig entry generated for us-west1-openlineage-1614b57c-gke.", - "insertId": "1fm24p7fi5n13f", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:52:12.027649536Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:52:17.228448596Z" - }, - { - "textPayload": "Starting the process, got command: worker", - "insertId": "toxcrgfoqh6ce", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:52:17.955396607Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:05.283255223Z" - }, - { - "textPayload": "Initializing airflow.cfg.", - "insertId": "toxcrgfoqh6cf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:52:17.957571171Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:05.283255223Z" - }, - { - "textPayload": "airflow.cfg initialization is done.", - "insertId": "toxcrgfoqh6cg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:52:17.967255605Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:05.283255223Z" - }, - { - "textPayload": "I0913 07:52:18.302886 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "tz7k5rf7x1c23", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:52:18.303099715Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:52:25.070776461Z" - }, - { - "textPayload": "/home/airflow/composer_kube_config is initialized", - "insertId": "17kqxg6fitmlnv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:52:21.133999226Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:52:26.458798273Z" - }, - { - "textPayload": "Waiting for dags and plugins synchronization.", - "insertId": "17kqxg6fitmlnw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:52:21.134395311Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:52:26.458798273Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "17kqxg6fitmlnx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:52:21.141904072Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:52:26.458798273Z" - }, - { - "textPayload": "Searching for recent worker pod evictions", - "insertId": "17kqxg6fitmlny", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:52:21.172914693Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:52:26.458798273Z" - }, - { - "textPayload": "/home/airflow/composer_kube_config is initialized", - "insertId": "17kqxg6fitmlo0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:52:21.956616492Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:52:26.458798273Z" - }, - { - "textPayload": "Waiting for dags and plugins synchronization.", - "insertId": "17kqxg6fitmlo1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:52:21.956651651Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:52:26.458798273Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "17kqxg6fitmlo2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:52:21.956665724Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:52:26.458798273Z" - }, - { - "textPayload": "Searching for recent worker pod evictions", - "insertId": "17kqxg6fitmlo3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:52:22.030086307Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:52:26.458798273Z" - }, - { - "textPayload": "Setupping GCS Fuse.", - "insertId": "toxcrgfoqh6ch", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:52:25.604190373Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:05.283255223Z" - }, - { - "textPayload": "gcsfuse mount seems ready, proceeding.", - "insertId": "toxcrgfoqh6ci", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:52:25.608526921Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:05.283255223Z" - }, - { - "textPayload": "Initializing kube_config.", - "insertId": "toxcrgfoqh6cj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:52:25.609090672Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:05.283255223Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "17kqxg6fitmlnz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:52:26.183974037Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:52:26.458798273Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "uj1nqnfi08gp7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:52:27.100297322Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:52:32.613140407Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "uj1nqnfi08gp9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:52:31.254971954Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:52:32.613140407Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "uj1nqnfi08gp8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:52:32.178102877Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:52:32.613140407Z" - }, - { - "textPayload": "Fetching cluster endpoint and auth data.", - "insertId": "toxcrgfoqh6ck", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:52:33.061989769Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:05.283255223Z" - }, - { - "textPayload": "kubeconfig entry generated for us-west1-openlineage-1614b57c-gke.", - "insertId": "toxcrgfoqh6cl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:52:33.238183542Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:05.283255223Z" - }, - { - "textPayload": "Finished searching for recent worker pod evictions", - "insertId": "1mjt34cf49pgcz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:52:34.044053851Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:52:39.703097780Z" - }, - { - "textPayload": "Finished searching for recent worker pod evictions", - "insertId": "1mjt34cf49pgcx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:52:34.321350759Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:52:39.703097780Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1mjt34cf49pgcy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:52:36.300081697Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:52:39.703097780Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1mjt34cf49pgd0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:52:37.245998900Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:52:39.703097780Z" - }, - { - "textPayload": "/home/airflow/composer_kube_config is initialized", - "insertId": "toxcrgfoqh6cm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:52:38.850549455Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:05.283255223Z" - }, - { - "textPayload": "Waiting for dags and plugins synchronization.", - "insertId": "toxcrgfoqh6cn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:52:38.851081244Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:05.283255223Z" - }, - { - "textPayload": "Dags and plugins are synced", - "insertId": "toxcrgfoqh6co", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:52:38.851368637Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:05.283255223Z" - }, - { - "textPayload": "Starting Airflow Celery Flower API.", - "insertId": "toxcrgfoqh6cp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:52:38.852464685Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:05.283255223Z" - }, - { - "textPayload": "Searching for recent worker pod evictions", - "insertId": "toxcrgfoqh6cq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:52:38.923243079Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:05.283255223Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1v5rezxfhz8plm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:52:41.306219342Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:52:46.813818589Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1v5rezxfhz8plo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:52:42.324159085Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:52:46.813818589Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1v5rezxfhz8pln", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:52:46.311211445Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:52:46.813818589Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1iybm61fi1ynio", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:52:47.331625489Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:52:53.018871039Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1iybm61fi1yniq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:52:51.325874051Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:52:53.018871039Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1iybm61fi1ynip", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:52:52.364479188Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:52:53.018871039Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "mr5tjaf6d9il4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:52:56.333243580Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:02.124273116Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "mr5tjaf6d9il6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:52:57.378282643Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:02.124273116Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "mr5tjaf6d9il5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:53:01.350454966Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:02.124273116Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "11gorr5fovh0yk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:53:02.386000698Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:09.294317733Z" - }, - { - "textPayload": "Finished searching for recent worker pod evictions", - "insertId": "vd39njf3zxari", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:53:05.410323903Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:10.355915420Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "11gorr5fovh0ym", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:53:06.357601520Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:09.294317733Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "11gorr5fovh0yl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:53:07.392980067Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:09.294317733Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "uhdj2f874pfu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:53:11.022760975Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:15.446963498Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "uhdj2f874pfv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:53:11.111683309Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:15.446963498Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "yyo99efisvyg1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:53:11.374349366Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:18.381620491Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "yyo99efisvyg3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:53:12.401922669Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:18.381620491Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "yyo99efisvyg2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:53:16.381389379Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:18.381620491Z" - }, - { - "textPayload": "Dags and plugins are synced", - "insertId": "epq13ofdtkft3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:53:17.410439058Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:23.679381649Z" - }, - { - "textPayload": "Starting Airflow Celery Flower API.", - "insertId": "epq13ofdtkft4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:53:17.412095867Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:23.679381649Z" - }, - { - "textPayload": "Dags and plugins are synced", - "insertId": "epq13ofdtkft5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:53:21.395966069Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:23.679381649Z" - }, - { - "textPayload": "Starting Airflow Celery Flower API.", - "insertId": "epq13ofdtkft6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:53:21.396154045Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:23.679381649Z" - }, - { - "textPayload": " ", - "insertId": "hhpgkgechodo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:53:26.434634425Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:27.656032750Z" - }, - { - "textPayload": " -------------- celery@airflow-worker-n79fs v5.2.7 (dawn-chorus)", - "insertId": "hhpgkgechodp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:53:26.434711772Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:27.656032750Z" - }, - { - "textPayload": "--- ***** ----- ", - "insertId": "hhpgkgechodq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:53:26.434723796Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:27.656032750Z" - }, - { - "textPayload": "-- ******* ---- Linux-5.15.109+-x86_64-with-glibc2.27 2023-09-13 07:53:26", - "insertId": "hhpgkgechodr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:53:26.434731217Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:27.656032750Z" - }, - { - "textPayload": "- *** --- * --- ", - "insertId": "hhpgkgechods", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:53:26.434737383Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:27.656032750Z" - }, - { - "textPayload": "- ** ---------- [config]", - "insertId": "hhpgkgechodt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:53:26.434743909Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:27.656032750Z" - }, - { - "textPayload": "- ** ---------- .> app: airflow.executors.celery_executor:0x7af7eedd6370", - "insertId": "hhpgkgechodu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:53:26.434750407Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:27.656032750Z" - }, - { - "textPayload": "- ** ---------- .> transport: redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "hhpgkgechodv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:53:26.434757152Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:27.656032750Z" - }, - { - "textPayload": "- ** ---------- .> results: redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "hhpgkgechodw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:53:26.434765386Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:27.656032750Z" - }, - { - "textPayload": "- *** --- * --- .> concurrency: 6 (prefork)", - "insertId": "hhpgkgechodx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:53:26.434771993Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:27.656032750Z" - }, - { - "textPayload": "-- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)", - "insertId": "hhpgkgechody", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:53:26.434777738Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:27.656032750Z" - }, - { - "textPayload": "--- ***** ----- ", - "insertId": "hhpgkgechodz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:53:26.434783109Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:27.656032750Z" - }, - { - "textPayload": " -------------- [queues]", - "insertId": "hhpgkgechoe0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:53:26.434788378Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:27.656032750Z" - }, - { - "textPayload": " .> default exchange=default(direct) key=default", - "insertId": "hhpgkgechoe1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:53:26.434793544Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:27.656032750Z" - }, - { - "textPayload": " ", - "insertId": "hhpgkgechoe2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:53:26.434799144Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:27.656032750Z" - }, - { - "textPayload": "", - "insertId": "hhpgkgechoe3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:53:26.434803824Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:27.656032750Z" - }, - { - "textPayload": "[tasks]", - "insertId": "hhpgkgechoe4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:53:26.434809567Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:27.656032750Z" - }, - { - "textPayload": " . airflow.executors.celery_executor.execute_command", - "insertId": "hhpgkgechoe5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:53:26.434814733Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:27.656032750Z" - }, - { - "textPayload": "", - "insertId": "hhpgkgechoe6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:53:26.434977977Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:27.656032750Z" - }, - { - "textPayload": "Connected to redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "1thilvdf6gjymm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:53:32.130845299Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "connection.py:22" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:33.758748953Z" - }, - { - "textPayload": "mingle: searching for neighbors", - "insertId": "1thilvdf6gjymn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:53:32.217133919Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "mingle.py:40" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:33.758748953Z" - }, - { - "textPayload": "mingle: all alone", - "insertId": "ozhw4pfhuvlnh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:53:33.239787167Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "mingle.py:49" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "celery@airflow-worker-n79fs ready.", - "insertId": "ozhw4pfhuvlni", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:53:33.282876968Z", - "severity": "INFO", - "labels": { - "process": "worker.py:176", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[0f493eeb-3d57-4cb5-b47d-d866fd9af38a] received", - "insertId": "ozhw4pfhuvlnj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:53:33.287683004Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[430d2ad6-73b1-4228-a37e-5282814dbe8f] received", - "insertId": "ozhw4pfhuvlnk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:53:33.292467284Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[f0a2cca8-ba75-4a53-8948-17c7c4049212] received", - "insertId": "ozhw4pfhuvlnl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:53:33.300506327Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[f3a05d68-8343-4c35-a2c8-a96bea125c06] received", - "insertId": "ozhw4pfhuvlnm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:53:33.306151240Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "[430d2ad6-73b1-4228-a37e-5282814dbe8f] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2014', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "ozhw4pfhuvlnn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:53:33.309141501Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "[0f493eeb-3d57-4cb5-b47d-d866fd9af38a] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2013', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "ozhw4pfhuvlno", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:53:33.314096451Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "[f0a2cca8-ba75-4a53-8948-17c7c4049212] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2015', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "ozhw4pfhuvlnp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:53:33.321801620Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[31cede7d-7419-45e4-aa47-24a11668b889] received", - "insertId": "ozhw4pfhuvlnq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:53:33.329657688Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "[f3a05d68-8343-4c35-a2c8-a96bea125c06] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2020', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "ozhw4pfhuvlnr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:53:33.333916658Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[51bc0e0f-19fb-4f8d-a26b-5b6b7b83aa78] received", - "insertId": "ozhw4pfhuvlns", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:53:33.406758544Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "[31cede7d-7419-45e4-aa47-24a11668b889] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2021', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "ozhw4pfhuvlnt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:53:33.422889884Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "[51bc0e0f-19fb-4f8d-a26b-5b6b7b83aa78] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2016', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "ozhw4pfhuvlnu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:53:33.426906086Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "Events of group {task} enabled by remote.", - "insertId": "ozhw4pfhuvlnv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:53:35.905388696Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "control.py:277" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "ozhw4pfhuvlnw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:53:36.211829557Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "ozhw4pfhuvlnx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:53:36.214140Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "ozhw4pfhuvlny", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:53:36.223375517Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "ozhw4pfhuvlnz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:53:36.225306874Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "ozhw4pfhuvlo0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:53:36.232811119Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "ozhw4pfhuvlo1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:53:36.306554454Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "ozhw4pfhuvlo2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:53:36.309792156Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "ozhw4pfhuvlo3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:53:36.320271352Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "ozhw4pfhuvlo4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:53:36.339134836Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "ozhw4pfhuvlo5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:53:36.409387981Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "ozhw4pfhuvlo6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:53:36.414966499Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "ozhw4pfhuvlo7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:53:36.425466511Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "ozhw4pfhuvlo8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:53:37.409066245Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "ozhw4pfhuvlo9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:53:37.512431292Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "ozhw4pfhuvloa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:53:37.513159717Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "ozhw4pfhuvlob", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:53:37.516392403Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "ozhw4pfhuvloc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:53:37.521648399Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "ozhw4pfhuvlod", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:53:37.616632172Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:38.910214198Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1io2stafihqvh8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:53:45.424753475Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:50.901162753Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1io2stafihqvh9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:53:45.514034749Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:50.901162753Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1io2stafihqvha", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:53:45.533061618Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:50.901162753Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1io2stafihqvhb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:53:45.534970580Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:50.901162753Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1io2stafihqvhc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:53:45.731740977Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:50.901162753Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1io2stafihqvhd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:53:46.109724225Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:53:50.901162753Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1n46tx3fi67f36", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:53:58.493670882Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:05.115451468Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1n46tx3fi67f34", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:53:58.509229399Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:05.115451468Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1n46tx3fi67f35", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:53:58.510685945Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:05.115451468Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1n46tx3fi67f37", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:53:58.516449162Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:05.115451468Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "ezoezkfi139bq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:13.535508002Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "ezoezkfi139br", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:13.545311414Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "ezoezkfi139bs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:13.979115212Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "ezoezkfi139bt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:14.047454533Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "ezoezkfi139bu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:14.064854276Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "ezoezkfi139bv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:14.220167705Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "ezoezkfi139bw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:14.321270773Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1091", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "ezoezkfi139bx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:14.323169552Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1091", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "ezoezkfi139by", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:14.431173915Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1091", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "ezoezkfi139bz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:14.432852924Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1289", - "workflow": "data_analytics_dag", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "ezoezkfi139c0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:14.433489304Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015", - "process": "taskinstance.py:1290", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "ezoezkfi139c1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:14.504508869Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1291", - "try-number": "1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "ezoezkfi139c2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:14.511572507Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1091", - "map-index": "-1", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "ezoezkfi139c3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:14.518300828Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "process": "taskinstance.py:1091", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "ezoezkfi139c4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:14.525628311Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "process": "taskinstance.py:1289", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "ezoezkfi139c5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:14.526355272Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "taskinstance.py:1290", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "workflow": "data_analytics_dag", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "ezoezkfi139c6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:14.528524319Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "process": "taskinstance.py:1291", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "ezoezkfi139c7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:14.729293459Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1091", - "workflow": "data_analytics_dag", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "ezoezkfi139c8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:14.804872119Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "process": "taskinstance.py:1289", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "ezoezkfi139c9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:14.807443609Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "taskinstance.py:1290", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "ezoezkfi139ca", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:14.816605403Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2016", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "ezoezkfi139cb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:14.817438981Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "try-number": "1", - "process": "taskinstance.py:1291" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "ezoezkfi139cc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:14.837200370Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1091", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "ezoezkfi139cd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:15.019066959Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2014", - "try-number": "1", - "process": "taskinstance.py:1091", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "ezoezkfi139ce", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:15.021636878Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2016", - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "ezoezkfi139cf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:15.023488232Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1289", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2016", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "ezoezkfi139cg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:15.024390794Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "process": "taskinstance.py:1091", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "ezoezkfi139ch", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:15.024771334Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2016", - "try-number": "1", - "process": "taskinstance.py:1290", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "ezoezkfi139ci", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:15.025582276Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "process": "taskinstance.py:1289", - "map-index": "-1", - "try-number": "1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "ezoezkfi139cj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:15.026368922Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2016", - "map-index": "-1", - "process": "taskinstance.py:1291" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "ezoezkfi139ck", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:15.029259947Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1290", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "ezoezkfi139cl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:15.030076831Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "workflow": "data_analytics_dag", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1291", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "ezoezkfi139cm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:15.202982230Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1091", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2014", - "map-index": "-1", - "workflow": "data_analytics_dag", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "ezoezkfi139cn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:15.206035626Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2014", - "map-index": "-1", - "try-number": "1", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1289", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "ezoezkfi139co", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:15.207656737Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1290", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2014", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "try-number": "1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "ezoezkfi139cp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:15.208807844Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2014", - "try-number": "1", - "process": "taskinstance.py:1291", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "ezoezkfi139cq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:15.435034736Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "ezoezkfi139cr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:15.435101677Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "ezoezkfi139cs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:15.504724815Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "ezoezkfi139ct", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:15.504783644Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "ezoezkfi139cu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:16.697122097Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "process": "taskinstance.py:1310", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Started process 188 to run task", - "insertId": "ezoezkfi139cv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:16.739867223Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "process": "standard_task_runner.py:55", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2015', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '926', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmpi6ycph4b']", - "insertId": "ezoezkfi139cw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:16.745786428Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "process": "standard_task_runner.py:82", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Job 926: Subtask join_bq_datasets.bq_join_holidays_weather_data_2015", - "insertId": "ezoezkfi139cx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:16.746926157Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "process": "standard_task_runner.py:83", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "ezoezkfi139cy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:17.166701438Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "ezoezkfi139cz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:17.166774604Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "ezoezkfi139d0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:17.235876418Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "ezoezkfi139d1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:17.235971890Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "ezoezkfi139d2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:17.337952209Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015", - "process": "task_command.py:393", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=join_bq_datasets.bq_join_holidays_weather_data_2015\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-12T00:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-12T00:00:00+00:00", - "insertId": "ezoezkfi139d3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:17.668718489Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1518", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "ezoezkfi139d4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:17.716568023Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "workflow": "data_analytics_dag", - "map-index": "-1", - "process": "base.py:73", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Executing: {'query': {'query': '\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_2015 AS Table WHERE Table.element=\"TMAX\" AND Table.id=\"USW00094846\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n ', 'useLegacySql': False, 'destinationTable': {'projectId': 'acceldata-acm', 'datasetId': 'holiday_weather', 'tableId': 'holidays_weather_joined'}, 'writeDisposition': 'WRITE_APPEND'}}'", - "insertId": "ezoezkfi139d5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:17.721207628Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015", - "process": "bigquery.py:2710", - "map-index": "-1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "ezoezkfi139d6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:17.723296135Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015", - "try-number": "1", - "process": "credentials_provider.py:353" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Inserting job airflow_data_analytics_dag_join_bq_datasets_bq_join_holidays_weather_data_2015_2023_09_12T00_00_00_00_00_75e56798825313cc8a2df29f3fb7d96d", - "insertId": "ezoezkfi139d7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:17.768694680Z", - "severity": "INFO", - "labels": { - "process": "bigquery.py:1596", - "map-index": "-1", - "workflow": "data_analytics_dag", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:18.191205583Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "1yhpff8fi0v9sj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:18.061720612Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1310" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:23.102125029Z" - }, - { - "textPayload": "Started process 193 to run task", - "insertId": "1yhpff8fi0v9sk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:18.075518985Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "process": "standard_task_runner.py:55" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:23.102125029Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2013', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '927', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmpzdcra4d5']", - "insertId": "1yhpff8fi0v9sl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:18.113642699Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "map-index": "-1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "process": "standard_task_runner.py:82" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:23.102125029Z" - }, - { - "textPayload": "Job 927: Subtask join_bq_datasets.bq_join_holidays_weather_data_2013", - "insertId": "1yhpff8fi0v9sm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:18.114325839Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "process": "standard_task_runner.py:83", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:23.102125029Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1yhpff8fi0v9sn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:18.624625296Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:23.102125029Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1yhpff8fi0v9so", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:18.624658047Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:23.102125029Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1yhpff8fi0v9sp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:18.726987649Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:23.102125029Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1yhpff8fi0v9sq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:18.727030709Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:23.102125029Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1yhpff8fi0v9sr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:18.960338755Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:23.102125029Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=join_bq_datasets.bq_join_holidays_weather_data_2013\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-12T00:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-12T00:00:00+00:00", - "insertId": "1yhpff8fi0v9ss", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:19.316963281Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "process": "taskinstance.py:1518", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:23.102125029Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "1yhpff8fi0v9st", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:19.356282705Z", - "severity": "INFO", - "labels": { - "process": "base.py:73", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:23.102125029Z" - }, - { - "textPayload": "Executing: {'query': {'query': '\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_2013 AS Table WHERE Table.element=\"TMAX\" AND Table.id=\"USW00094846\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n ', 'useLegacySql': False, 'destinationTable': {'projectId': 'acceldata-acm', 'datasetId': 'holiday_weather', 'tableId': 'holidays_weather_joined'}, 'writeDisposition': 'WRITE_APPEND'}}'", - "insertId": "1yhpff8fi0v9su", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:19.359952747Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "map-index": "-1", - "process": "bigquery.py:2710", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:23.102125029Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "1yhpff8fi0v9sv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:19.360931737Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "credentials_provider.py:353", - "workflow": "data_analytics_dag", - "try-number": "1", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:23.102125029Z" - }, - { - "textPayload": "Inserting job airflow_data_analytics_dag_join_bq_datasets_bq_join_holidays_weather_data_2013_2023_09_12T00_00_00_00_00_07ac9f5aa0a2c1ac58604b7733667db2", - "insertId": "1yhpff8fi0v9sw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:19.387313793Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "process": "bigquery.py:1596", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:23.102125029Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "1yhpff8fi0v9sx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:19.734928982Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1310", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:23.102125029Z" - }, - { - "textPayload": "Started process 198 to run task", - "insertId": "1yhpff8fi0v9sy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:19.817099271Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "workflow": "data_analytics_dag", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "process": "standard_task_runner.py:55" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:23.102125029Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2020', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '928', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmp0sd0d1ym']", - "insertId": "1yhpff8fi0v9sz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:19.837618456Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "map-index": "-1", - "process": "standard_task_runner.py:82", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:23.102125029Z" - }, - { - "textPayload": "Job 928: Subtask join_bq_datasets.bq_join_holidays_weather_data_2020", - "insertId": "1yhpff8fi0v9t0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:19.838146255Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "workflow": "data_analytics_dag", - "process": "standard_task_runner.py:83", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:23.102125029Z" - }, - { - "textPayload": "I0913 07:54:24.057965 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "ivqnvbflotjme", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:24.058220715Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:54:30.650470450Z" - }, - { - "textPayload": "I0913 07:54:36.735819 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "vcwa06forsdcx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:36.736027190Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:54:43.766642296Z" - }, - { - "textPayload": " ", - "insertId": "1plm3bsfedfoo4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:41.367362335Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": " -------------- celery@airflow-worker-j2x68 v5.2.7 (dawn-chorus)", - "insertId": "1plm3bsfedfoo5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:41.367398498Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": "--- ***** ----- ", - "insertId": "1plm3bsfedfoo6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:41.367405088Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": "-- ******* ---- Linux-5.15.109+-x86_64-with-glibc2.27 2023-09-13 07:54:39", - "insertId": "1plm3bsfedfoo7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:41.367448528Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": "- *** --- * --- ", - "insertId": "1plm3bsfedfoo8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:41.367454951Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": "- ** ---------- [config]", - "insertId": "1plm3bsfedfoo9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:41.367460607Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": "- ** ---------- .> app: airflow.executors.celery_executor:0x7c821ae513d0", - "insertId": "1plm3bsfedfooa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:41.367465187Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": "- ** ---------- .> transport: redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "1plm3bsfedfoob", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:41.367471280Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": "- ** ---------- .> results: redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "1plm3bsfedfooc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:41.367478142Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": "- *** --- * --- .> concurrency: 6 (prefork)", - "insertId": "1plm3bsfedfood", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:41.367509175Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": "-- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)", - "insertId": "1plm3bsfedfooe", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:41.367515081Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": "--- ***** ----- ", - "insertId": "1plm3bsfedfoof", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:41.368277670Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": " -------------- [queues]", - "insertId": "1plm3bsfedfoog", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:41.368294358Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": " .> default exchange=default(direct) key=default", - "insertId": "1plm3bsfedfooh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:41.368318973Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": " ", - "insertId": "1plm3bsfedfooi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:41.368324992Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": "", - "insertId": "1plm3bsfedfooj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:41.368329783Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": "[tasks]", - "insertId": "1plm3bsfedfook", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:41.368338438Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": " . airflow.executors.celery_executor.execute_command", - "insertId": "1plm3bsfedfool", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:41.368343437Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": "", - "insertId": "1plm3bsfedfoom", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:41.368347338Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": " ", - "insertId": "1plm3bsfedfoon", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:41.378294843Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": " -------------- celery@airflow-worker-bbfqt v5.2.7 (dawn-chorus)", - "insertId": "1plm3bsfedfooo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:41.378374316Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": "--- ***** ----- ", - "insertId": "1plm3bsfedfoop", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:41.378383062Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": "-- ******* ---- Linux-5.15.109+-x86_64-with-glibc2.27 2023-09-13 07:54:39", - "insertId": "1plm3bsfedfooq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:41.378388641Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": "- *** --- * --- ", - "insertId": "1plm3bsfedfoor", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:41.378393110Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": "- ** ---------- [config]", - "insertId": "1plm3bsfedfoos", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:41.378398960Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": "- ** ---------- .> app: airflow.executors.celery_executor:0x7c1b8ffc93d0", - "insertId": "1plm3bsfedfoot", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:41.378403374Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": "- ** ---------- .> transport: redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "1plm3bsfedfoou", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:41.378408918Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": "- ** ---------- .> results: redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "1plm3bsfedfoov", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:41.378415900Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": "- *** --- * --- .> concurrency: 6 (prefork)", - "insertId": "1plm3bsfedfoow", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:41.378421140Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": "-- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)", - "insertId": "1plm3bsfedfoox", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:41.378425844Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": "--- ***** ----- ", - "insertId": "1plm3bsfedfooy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:41.378447583Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": " -------------- [queues]", - "insertId": "1plm3bsfedfooz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:41.378452521Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": " .> default exchange=default(direct) key=default", - "insertId": "1plm3bsfedfop0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:41.378457462Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": " ", - "insertId": "1plm3bsfedfop1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:41.378461762Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": "", - "insertId": "1plm3bsfedfop2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:41.378465913Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": "[tasks]", - "insertId": "1plm3bsfedfop3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:41.378470841Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": " . airflow.executors.celery_executor.execute_command", - "insertId": "1plm3bsfedfop4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:41.378475595Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": "", - "insertId": "1plm3bsfedfop5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:41.379913236Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:47.522724478Z" - }, - { - "textPayload": "Connected to redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "l3ar7kfhy3y1h", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:50.783264833Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt", - "process": "connection.py:22" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:57.448362244Z" - }, - { - "textPayload": "mingle: searching for neighbors", - "insertId": "l3ar7kfhy3y1i", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:50.857750408Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt", - "process": "mingle.py:40" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:57.448362244Z" - }, - { - "textPayload": "Connected to redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "l3ar7kfhy3y1u", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:51.488772823Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68", - "process": "connection.py:22" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:57.448362244Z" - }, - { - "textPayload": "mingle: searching for neighbors", - "insertId": "l3ar7kfhy3y1v", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:51.549612330Z", - "severity": "INFO", - "labels": { - "process": "mingle.py:40", - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:57.448362244Z" - }, - { - "textPayload": "mingle: all alone", - "insertId": "l3ar7kfhy3y1j", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:52.005558026Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt", - "process": "mingle.py:49" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:57.448362244Z" - }, - { - "textPayload": "celery@airflow-worker-bbfqt ready.", - "insertId": "l3ar7kfhy3y1k", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:52.534264429Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt", - "process": "worker.py:176" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:57.448362244Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[f4e8b731-a51e-4e26-a267-614a4481ac2b] received", - "insertId": "l3ar7kfhy3y1l", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:52.599129068Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:57.448362244Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[cec168ed-573e-4979-add0-69b17415b3a2] received", - "insertId": "l3ar7kfhy3y1m", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:52.611545271Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:57.448362244Z" - }, - { - "textPayload": "mingle: all alone", - "insertId": "l3ar7kfhy3y1w", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:52.712153656Z", - "severity": "INFO", - "labels": { - "process": "mingle.py:49", - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:57.448362244Z" - }, - { - "textPayload": "[f4e8b731-a51e-4e26-a267-614a4481ac2b] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2017', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "l3ar7kfhy3y1n", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:52.731258290Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:57.448362244Z" - }, - { - "textPayload": "[cec168ed-573e-4979-add0-69b17415b3a2] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T07:40:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "l3ar7kfhy3y1o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:52.760677911Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:57.448362244Z" - }, - { - "textPayload": "celery@airflow-worker-j2x68 ready.", - "insertId": "l3ar7kfhy3y1x", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:53.131280545Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68", - "process": "worker.py:176" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:57.448362244Z" - }, - { - "textPayload": "Events of group {task} enabled by remote.", - "insertId": "l3ar7kfhy3y1y", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:53.368076351Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68", - "process": "control.py:277" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:57.448362244Z" - }, - { - "textPayload": "Events of group {task} enabled by remote.", - "insertId": "l3ar7kfhy3y1p", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:53.371737351Z", - "severity": "INFO", - "labels": { - "process": "control.py:277", - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:57.448362244Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "l3ar7kfhy3y1q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:55.160079109Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-bbfqt", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:57.448362244Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "l3ar7kfhy3y1r", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:55.168026628Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:57.448362244Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "l3ar7kfhy3y1s", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:54:55.213319475Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-bbfqt", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:57.448362244Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "l3ar7kfhy3y1t", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:55.214425562Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-bbfqt", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:54:57.448362244Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1mjrh8kfljfmo5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:54:56.834016598Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-bbfqt", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:03.572397709Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1mjrh8kfljfmo6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:54:56.835687799Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:03.572397709Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1amoeagfimkhej", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:55:05.325643779Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:11.429922530Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "1amoeagfimkhek", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:05.327705856Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:11.429922530Z" - }, - { - "textPayload": "Running on host airflow-worker-bbfqt", - "insertId": "1amoeagfimkhel", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:07.010244964Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:11.429922530Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "1amoeagfimkhem", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:55:07.531801741Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "task-id": "echo", - "worker_id": "airflow-worker-bbfqt", - "execution-date": "2023-09-13T07:40:00+00:00", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:11.429922530Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "1amoeagfimkhen", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:07.563113888Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt", - "execution-date": "2023-09-13T07:40:00+00:00", - "map-index": "-1", - "task-id": "echo", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1091", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:11.429922530Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1amoeagfimkheo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:07.563541914Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt", - "map-index": "-1", - "task-id": "echo", - "execution-date": "2023-09-13T07:40:00+00:00", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1289", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:11.429922530Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "1amoeagfimkhep", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:55:07.563560436Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "map-index": "-1", - "try-number": "1", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T07:40:00+00:00", - "worker_id": "airflow-worker-bbfqt", - "process": "taskinstance.py:1290" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:11.429922530Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1amoeagfimkheq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:55:07.563566069Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "process": "taskinstance.py:1291", - "map-index": "-1", - "task-id": "echo", - "worker_id": "airflow-worker-bbfqt", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T07:40:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:11.429922530Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1amoeagfimkher", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:08.955483245Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:11.429922530Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1amoeagfimkhes", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:55:08.955528310Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:11.429922530Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1amoeagfimkhet", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:09.110386218Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:11.429922530Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1amoeagfimkheu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:09.110458167Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:11.429922530Z" - }, - { - "textPayload": "Executing on 2023-09-13 07:40:00+00:00", - "insertId": "1amoeagfimkhev", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:10.352047665Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T07:40:00+00:00", - "process": "taskinstance.py:1310", - "try-number": "1", - "worker_id": "airflow-worker-bbfqt", - "workflow": "airflow_monitoring", - "task-id": "echo", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:11.429922530Z" - }, - { - "textPayload": "Started process 208 to run task", - "insertId": "uj4u1jfin0s1b", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:55:10.480520216Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt", - "execution-date": "2023-09-13T07:40:00+00:00", - "process": "standard_task_runner.py:55", - "workflow": "airflow_monitoring", - "map-index": "-1", - "try-number": "1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:17.520876424Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T07:40:00+00:00', '--job-id', '932', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmphf24mcrc']", - "insertId": "uj4u1jfin0s1c", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:10.510857568Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T07:40:00+00:00", - "map-index": "-1", - "process": "standard_task_runner.py:82", - "task-id": "echo", - "try-number": "1", - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:17.520876424Z" - }, - { - "textPayload": "Job 932: Subtask echo", - "insertId": "uj4u1jfin0s1d", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:55:10.510914958Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-13T07:40:00+00:00", - "task-id": "echo", - "process": "standard_task_runner.py:83", - "worker_id": "airflow-worker-bbfqt", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:17.520876424Z" - }, - { - "textPayload": "Running on host airflow-worker-bbfqt", - "insertId": "uj4u1jfin0s1e", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:11.883368053Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "try-number": "1", - "task-id": "echo", - "worker_id": "airflow-worker-bbfqt", - "map-index": "-1", - "execution-date": "2023-09-13T07:40:00+00:00", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:17.520876424Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T07:40:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T07:40:00+00:00", - "insertId": "uj4u1jfin0s1f", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:55:12.793965953Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "process": "taskinstance.py:1518", - "execution-date": "2023-09-13T07:40:00+00:00", - "worker_id": "airflow-worker-bbfqt", - "workflow": "airflow_monitoring", - "map-index": "-1", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:17.520876424Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "uj4u1jfin0s1g", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:55:12.797199640Z", - "severity": "INFO", - "labels": { - "process": "subprocess.py:63", - "workflow": "airflow_monitoring", - "task-id": "echo", - "try-number": "1", - "map-index": "-1", - "worker_id": "airflow-worker-bbfqt", - "execution-date": "2023-09-13T07:40:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:17.520876424Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "uj4u1jfin0s1h", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:55:12.812360782Z", - "severity": "INFO", - "labels": { - "process": "subprocess.py:75", - "workflow": "airflow_monitoring", - "try-number": "1", - "execution-date": "2023-09-13T07:40:00+00:00", - "map-index": "-1", - "task-id": "echo", - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:17.520876424Z" - }, - { - "textPayload": "Output:", - "insertId": "uj4u1jfin0s1i", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:55:13.285012997Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T07:40:00+00:00", - "worker_id": "airflow-worker-bbfqt", - "map-index": "-1", - "task-id": "echo", - "try-number": "1", - "workflow": "airflow_monitoring", - "process": "subprocess.py:86" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:17.520876424Z" - }, - { - "textPayload": "test", - "insertId": "uj4u1jfin0s1j", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:55:13.526199682Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T07:40:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-bbfqt", - "workflow": "airflow_monitoring", - "task-id": "echo", - "try-number": "1", - "process": "subprocess.py:93" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:17.520876424Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "uj4u1jfin0s1k", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:55:13.526230556Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "map-index": "-1", - "process": "subprocess.py:97", - "try-number": "1", - "worker_id": "airflow-worker-bbfqt", - "execution-date": "2023-09-13T07:40:00+00:00", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:17.520876424Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T074000, start_date=20230913T075507, end_date=20230913T075513", - "insertId": "uj4u1jfin0s1l", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:13.720772091Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "map-index": "-1", - "process": "taskinstance.py:1328", - "task-id": "echo", - "worker_id": "airflow-worker-bbfqt", - "execution-date": "2023-09-13T07:40:00+00:00", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:17.520876424Z" - }, - { - "textPayload": "Starting the process, got command: worker", - "insertId": "zt5vdmff9ethb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:13.944726396Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:05.887782504Z" - }, - { - "textPayload": "Initializing airflow.cfg.", - "insertId": "zt5vdmff9ethc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:55:13.947569806Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:05.887782504Z" - }, - { - "textPayload": "airflow.cfg initialization is done.", - "insertId": "zt5vdmff9ethd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:55:14.001252955Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:05.887782504Z" - }, - { - "textPayload": "I0913 07:55:14.060406 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "2sglxqfchmqhk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:55:14.060718967Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:55:20.884251659Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "uj4u1jfin0s1m", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:14.935077347Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "local_task_job.py:212", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T07:40:00+00:00", - "task-id": "echo", - "worker_id": "airflow-worker-bbfqt", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:17.520876424Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "uj4u1jfin0s1n", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:55:15.058806651Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-bbfqt", - "execution-date": "2023-09-13T07:40:00+00:00", - "map-index": "-1", - "task-id": "echo", - "try-number": "1", - "process": "taskinstance.py:2599" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:17.520876424Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[cec168ed-573e-4979-add0-69b17415b3a2] succeeded in 22.761442101s: None", - "insertId": "uj4u1jfin0s1o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:55:15.378314879Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:17.520876424Z" - }, - { - "textPayload": "Setupping GCS Fuse.", - "insertId": "zt5vdmff9ethe", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:55:21.025339346Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:05.887782504Z" - }, - { - "textPayload": "gcsfuse mount seems ready, proceeding.", - "insertId": "zt5vdmff9ethf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:55:21.025605419Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:05.887782504Z" - }, - { - "textPayload": "Initializing kube_config.", - "insertId": "zt5vdmff9ethg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:55:21.025883394Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:05.887782504Z" - }, - { - "textPayload": "Running on host airflow-worker-bbfqt", - "insertId": "hhkopgfop6yuh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:55:27.768608373Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:34.664135989Z" - }, - { - "textPayload": "Fetching cluster endpoint and auth data.", - "insertId": "zt5vdmff9ethh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:55:27.839258594Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:05.887782504Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "hhkopgfop6yui", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:27.897026164Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "taskinstance.py:1091", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:34.664135989Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "hhkopgfop6yuj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:55:27.919731441Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "taskinstance.py:1091", - "workflow": "data_analytics_dag", - "try-number": "1", - "worker_id": "airflow-worker-bbfqt", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:34.664135989Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "hhkopgfop6yuk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:55:27.920438960Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1289", - "worker_id": "airflow-worker-bbfqt", - "try-number": "1", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:34.664135989Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "hhkopgfop6yul", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:55:27.920800262Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-bbfqt", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "process": "taskinstance.py:1290", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:34.664135989Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "hhkopgfop6yum", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:27.921132594Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1291", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:34.664135989Z" - }, - { - "textPayload": "kubeconfig entry generated for us-west1-openlineage-1614b57c-gke.", - "insertId": "zt5vdmff9ethi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:28.007581242Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:05.887782504Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "hhkopgfop6yun", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:28.281296705Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:34.664135989Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "hhkopgfop6yuo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:28.281361478Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:34.664135989Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "hhkopgfop6yup", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:28.344540544Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:34.664135989Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "hhkopgfop6yuq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:55:28.344573833Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:34.664135989Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "hhkopgfop6yur", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:55:29.201614858Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1310", - "worker_id": "airflow-worker-bbfqt", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:34.664135989Z" - }, - { - "textPayload": "Started process 224 to run task", - "insertId": "hhkopgfop6yus", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:29.211856070Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "map-index": "-1", - "process": "standard_task_runner.py:55", - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:34.664135989Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2017', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '933', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmpy0xysj9i']", - "insertId": "hhkopgfop6yut", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:55:29.220760447Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "worker_id": "airflow-worker-bbfqt", - "map-index": "-1", - "process": "standard_task_runner.py:82", - "try-number": "1", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:34.664135989Z" - }, - { - "textPayload": "Job 933: Subtask join_bq_datasets.bq_join_holidays_weather_data_2017", - "insertId": "hhkopgfop6yuu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:55:29.222531976Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "map-index": "-1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-bbfqt", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "process": "standard_task_runner.py:83" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:34.664135989Z" - }, - { - "textPayload": "Running on host airflow-worker-bbfqt", - "insertId": "hhkopgfop6yuv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:55:29.678427705Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "map-index": "-1", - "process": "task_command.py:393", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:34.664135989Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=join_bq_datasets.bq_join_holidays_weather_data_2017\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-12T00:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-12T00:00:00+00:00", - "insertId": "hhkopgfop6yuw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:29.949558095Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1518", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "map-index": "-1", - "worker_id": "airflow-worker-bbfqt", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:34.664135989Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "hhkopgfop6yux", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:55:29.991029528Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-bbfqt", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "process": "base.py:73" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:34.664135989Z" - }, - { - "textPayload": "Executing: {'query': {'query': '\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_2017 AS Table WHERE Table.element=\"TMAX\" AND Table.id=\"USW00094846\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n ', 'useLegacySql': False, 'destinationTable': {'projectId': 'acceldata-acm', 'datasetId': 'holiday_weather', 'tableId': 'holidays_weather_joined'}, 'writeDisposition': 'WRITE_APPEND'}}'", - "insertId": "hhkopgfop6yuy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:29.993308291Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "process": "bigquery.py:2710", - "worker_id": "airflow-worker-bbfqt", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:34.664135989Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "hhkopgfop6yuz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:29.994095664Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "try-number": "1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-bbfqt", - "process": "credentials_provider.py:353" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:34.664135989Z" - }, - { - "textPayload": "Inserting job airflow_data_analytics_dag_join_bq_datasets_bq_join_holidays_weather_data_2017_2023_09_12T00_00_00_00_00_77c2adebd04a98f7d8f866cd88c82a1d", - "insertId": "hhkopgfop6yv0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:30.042533033Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-bbfqt", - "map-index": "-1", - "process": "bigquery.py:1596", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:34.664135989Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=data_analytics_dag, task_id=join_bq_datasets.bq_join_holidays_weather_data_2017, execution_date=20230912T000000, start_date=20230913T075527, end_date=20230913T075533", - "insertId": "hhkopgfop6yv1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:55:33.161291549Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "process": "taskinstance.py:1328", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:34.664135989Z" - }, - { - "textPayload": "/home/airflow/composer_kube_config is initialized", - "insertId": "zt5vdmff9ethj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:55:33.331509672Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:05.887782504Z" - }, - { - "textPayload": "Waiting for dags and plugins synchronization.", - "insertId": "zt5vdmff9ethk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:33.332249309Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:05.887782504Z" - }, - { - "textPayload": "Dags and plugins are synced", - "insertId": "zt5vdmff9ethl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:55:33.332438140Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:05.887782504Z" - }, - { - "textPayload": "Starting Airflow Celery Flower API.", - "insertId": "zt5vdmff9ethm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:55:33.334017166Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:05.887782504Z" - }, - { - "textPayload": "Searching for recent worker pod evictions", - "insertId": "zt5vdmff9ethn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:55:33.419467006Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:05.887782504Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "8m2vcafoshvie", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:55:35.392041043Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "worker_id": "airflow-worker-bbfqt", - "workflow": "data_analytics_dag", - "map-index": "-1", - "process": "local_task_job.py:212" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:41.768201724Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "8m2vcafoshvif", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:55:35.472559530Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "worker_id": "airflow-worker-bbfqt", - "process": "taskinstance.py:2599", - "workflow": "data_analytics_dag", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:41.768201724Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[f4e8b731-a51e-4e26-a267-614a4481ac2b] succeeded in 43.070133529999964s: None", - "insertId": "8m2vcafoshvig", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:55:35.671454502Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:41.768201724Z" - }, - { - "textPayload": "I0913 07:55:46.384408 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1ohtpqvf6c3gwi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:55:46.384633085Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:55:53.162899272Z" - }, - { - "textPayload": "I0913 07:55:46.386051 1 airflowworkerset_controller.go:101] \"controllers/AirflowWorkerSet: Workers scale down needed.\" current number of workers=3 desired=2 scaling down by=1", - "insertId": "1ohtpqvf6c3gwj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:46.386225938Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:55:53.162899272Z" - }, - { - "textPayload": "I0913 07:55:46.426203 1 pod_tasks_checker.go:55] \"controllers/PodTaskChecker: Worker seems not be running any task. Doing double check.\" worker name=\"airflow-worker-j2x68\"", - "insertId": "1ohtpqvf6c3gwk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:55:46.426404238Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:55:53.162899272Z" - }, - { - "textPayload": "I0913 07:55:47.016971 1 airflowworkerset_controller.go:195] \"controllers/AirflowWorkerSet: Workers deleted.\" number of workers=1", - "insertId": "1ohtpqvf6c3gwl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:55:47.017193666Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:55:53.162899272Z" - }, - { - "textPayload": "I0913 07:55:47.017902 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1ohtpqvf6c3gwm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:47.018049129Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:55:53.162899272Z" - }, - { - "textPayload": "Caught SIGTERM signal!", - "insertId": "uj1nqnfi0hgo7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:47.048855076Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:47.888442912Z" - }, - { - "textPayload": "", - "insertId": "uj1nqnfi0hgo9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:55:47.049076817Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:47.888442912Z" - }, - { - "textPayload": "Passing SIGTERM to Airflow process.", - "insertId": "uj1nqnfi0hgo8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:55:47.049285467Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:47.888442912Z" - }, - { - "textPayload": "worker: Warm shutdown (MainProcess)", - "insertId": "uj1nqnfi0hgoa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:47.049311127Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:47.888442912Z" - }, - { - "textPayload": "I0913 07:55:47.072575 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1ohtpqvf6c3gwn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:55:47.072774837Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:55:53.162899272Z" - }, - { - "textPayload": "Exiting due to SIGTERM.", - "insertId": "r701dhfikh20u", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:55:50.639850413Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-j2x68" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:55:56.963272724Z" - }, - { - "textPayload": "I0913 07:55:51.674706 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1ohtpqvf6c3gwo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:51.674944213Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:55:53.162899272Z" - }, - { - "textPayload": "I0913 07:55:51.806385 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1ohtpqvf6c3gwp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:55:51.806543943Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:55:53.162899272Z" - }, - { - "textPayload": "I0913 07:55:52.396393 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "2ib20lfos5bg4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:52.396657986Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:55:59.270621542Z" - }, - { - "textPayload": "I0913 07:55:52.418225 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "2ib20lfos5bg5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:52.418474626Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:55:59.270621542Z" - }, - { - "textPayload": "I0913 07:55:52.426912 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "2ib20lfos5bg6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:52.427160800Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:55:59.270621542Z" - }, - { - "textPayload": "Finished searching for recent worker pod evictions", - "insertId": "zt5vdmff9etho", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:55:59.516691708Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:05.887782504Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "zt5vdmff9ethp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:56:04.509644733Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:05.887782504Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "zt5vdmff9ethq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:56:04.530855844Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:05.887782504Z" - }, - { - "textPayload": " ", - "insertId": "lng589flnt7md", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:56:19.614790261Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:24.166566594Z" - }, - { - "textPayload": " -------------- celery@airflow-worker-n79fs v5.2.7 (dawn-chorus)", - "insertId": "lng589flnt7me", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:56:19.614822461Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:24.166566594Z" - }, - { - "textPayload": "--- ***** ----- ", - "insertId": "lng589flnt7mf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:56:19.614827512Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:24.166566594Z" - }, - { - "textPayload": "-- ******* ---- Linux-5.15.109+-x86_64-with-glibc2.27 2023-09-13 07:56:19", - "insertId": "lng589flnt7mg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:56:19.614832146Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:24.166566594Z" - }, - { - "textPayload": "- *** --- * --- ", - "insertId": "lng589flnt7mh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:56:19.614835820Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:24.166566594Z" - }, - { - "textPayload": "- ** ---------- [config]", - "insertId": "lng589flnt7mi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:56:19.614861984Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:24.166566594Z" - }, - { - "textPayload": "- ** ---------- .> app: airflow.executors.celery_executor:0x7811f5e373d0", - "insertId": "lng589flnt7mj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:56:19.614868588Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:24.166566594Z" - }, - { - "textPayload": "- ** ---------- .> transport: redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "lng589flnt7mk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:56:19.614875147Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:24.166566594Z" - }, - { - "textPayload": "- ** ---------- .> results: redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "lng589flnt7ml", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:56:19.614882617Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:24.166566594Z" - }, - { - "textPayload": "- *** --- * --- .> concurrency: 6 (prefork)", - "insertId": "lng589flnt7mm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:56:19.614889203Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:24.166566594Z" - }, - { - "textPayload": "-- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)", - "insertId": "lng589flnt7mn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:56:19.614895236Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:24.166566594Z" - }, - { - "textPayload": "--- ***** ----- ", - "insertId": "lng589flnt7mo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:56:19.614901167Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:24.166566594Z" - }, - { - "textPayload": " -------------- [queues]", - "insertId": "lng589flnt7mp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:56:19.614908783Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:24.166566594Z" - }, - { - "textPayload": " .> default exchange=default(direct) key=default", - "insertId": "lng589flnt7mq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:56:19.614919432Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:24.166566594Z" - }, - { - "textPayload": " ", - "insertId": "lng589flnt7mr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:56:19.614946549Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:24.166566594Z" - }, - { - "textPayload": "", - "insertId": "lng589flnt7ms", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:56:19.614952480Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:24.166566594Z" - }, - { - "textPayload": "[tasks]", - "insertId": "lng589flnt7mt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:56:19.614958005Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:24.166566594Z" - }, - { - "textPayload": " . airflow.executors.celery_executor.execute_command", - "insertId": "lng589flnt7mu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:56:19.614963940Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:24.166566594Z" - }, - { - "textPayload": "", - "insertId": "lng589flnt7mv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:56:19.615071443Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:24.166566594Z" - }, - { - "textPayload": "Connected to redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "utcc45fhu4zqd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:56:25.227263364Z", - "severity": "INFO", - "labels": { - "process": "connection.py:22", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:30.225015667Z" - }, - { - "textPayload": "mingle: searching for neighbors", - "insertId": "utcc45fhu4zqe", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:56:25.320615619Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "mingle.py:40" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:30.225015667Z" - }, - { - "textPayload": "sync with celery@airflow-worker-n79fs", - "insertId": "b3qirpflngv9c", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:56:25.341079496Z", - "severity": "INFO", - "labels": { - "process": "control.py:310", - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:31.180248999Z" - }, - { - "textPayload": "mingle: sync with 1 nodes", - "insertId": "utcc45fhu4zqf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:56:26.349033625Z", - "severity": "INFO", - "labels": { - "process": "mingle.py:43", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:30.225015667Z" - }, - { - "textPayload": "mingle: sync complete", - "insertId": "utcc45fhu4zqg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:56:26.349525815Z", - "severity": "INFO", - "labels": { - "process": "mingle.py:47", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:30.225015667Z" - }, - { - "textPayload": "celery@airflow-worker-n79fs ready.", - "insertId": "utcc45fhu4zqh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:56:26.380813304Z", - "severity": "INFO", - "labels": { - "process": "worker.py:176", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:30.225015667Z" - }, - { - "textPayload": "Events of group {task} enabled by remote.", - "insertId": "utcc45fhu4zqi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:56:28.355242172Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "control.py:277" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:56:30.225015667Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[ad1fda90-e1f6-46b3-9b08-42e208c662e2] received", - "insertId": "1bg3igbflg1mbk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:57:32.338866491Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:57:36.425975469Z" - }, - { - "textPayload": "[ad1fda90-e1f6-46b3-9b08-42e208c662e2] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_1997', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "1bg3igbflg1mbl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:57:32.345562743Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:57:36.425975469Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1bg3igbflg1mbm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:57:33.555375655Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:57:36.425975469Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1bg3igbflg1mbn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:57:33.559397437Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:57:36.425975469Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1bg3igbflg1mbo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:57:33.945802613Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:57:36.425975469Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "ahi4tfow5phw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:57:35.949282276Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:57:42.441818645Z" - }, - { - "textPayload": "Running on host airflow-worker-bbfqt", - "insertId": "11qs004four0u9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:57:45.405654620Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:57:52.383363661Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "11qs004four0ua", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:57:45.537951148Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1997", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1091", - "worker_id": "airflow-worker-bbfqt", - "try-number": "2", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:57:52.383363661Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "11qs004four0ub", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:57:45.561043574Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt", - "process": "taskinstance.py:1091", - "try-number": "2", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1997", - "map-index": "-1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:57:52.383363661Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "11qs004four0uc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:57:45.561839403Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt", - "process": "taskinstance.py:1289", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1997", - "workflow": "data_analytics_dag", - "try-number": "2", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:57:52.383363661Z" - }, - { - "textPayload": "Starting attempt 2 of 3", - "insertId": "11qs004four0ud", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:57:45.562420311Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1290", - "try-number": "2", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-bbfqt", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1997" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:57:52.383363661Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "11qs004four0ue", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:57:45.562944383Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1291", - "try-number": "2", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1997", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-bbfqt", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:57:52.383363661Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "11qs004four0uf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:57:45.869768327Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:57:52.383363661Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "11qs004four0ug", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:57:45.869806381Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:57:52.383363661Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "11qs004four0uh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:57:45.941585494Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:57:52.383363661Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "11qs004four0ui", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:57:45.941650938Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:57:52.383363661Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "11qs004four0uj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:57:47.263217473Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt", - "process": "taskinstance.py:1310", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1997", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:57:52.383363661Z" - }, - { - "textPayload": "Started process 273 to run task", - "insertId": "11qs004four0uk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:57:47.272932900Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt", - "try-number": "2", - "process": "standard_task_runner.py:55", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1997", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:57:52.383363661Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_1997', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '934', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmpb5ci1dby']", - "insertId": "11qs004four0ul", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:57:47.278015988Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "2", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1997", - "workflow": "data_analytics_dag", - "process": "standard_task_runner.py:82", - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:57:52.383363661Z" - }, - { - "textPayload": "Job 934: Subtask join_bq_datasets.bq_join_holidays_weather_data_1997", - "insertId": "11qs004four0um", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:57:47.278529538Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "try-number": "2", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1997", - "worker_id": "airflow-worker-bbfqt", - "map-index": "-1", - "process": "standard_task_runner.py:83" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:57:52.383363661Z" - }, - { - "textPayload": "Running on host airflow-worker-bbfqt", - "insertId": "11qs004four0un", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:57:47.717865963Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1997", - "workflow": "data_analytics_dag", - "process": "task_command.py:393", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-bbfqt", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:57:52.383363661Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=join_bq_datasets.bq_join_holidays_weather_data_1997\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-12T00:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=2\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-12T00:00:00+00:00", - "insertId": "11qs004four0uo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:57:48.017711207Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1997", - "workflow": "data_analytics_dag", - "map-index": "-1", - "worker_id": "airflow-worker-bbfqt", - "try-number": "2", - "process": "taskinstance.py:1518" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:57:52.383363661Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "11qs004four0up", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:57:48.063205702Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1997", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "base.py:73", - "try-number": "2", - "workflow": "data_analytics_dag", - "map-index": "-1", - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:57:52.383363661Z" - }, - { - "textPayload": "Executing: {'query': {'query': '\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_1997 AS Table WHERE Table.element=\"TMAX\" AND Table.id=\"USW00094846\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n ', 'useLegacySql': False, 'destinationTable': {'projectId': 'acceldata-acm', 'datasetId': 'holiday_weather', 'tableId': 'holidays_weather_joined'}, 'writeDisposition': 'WRITE_APPEND'}}'", - "insertId": "11qs004four0uq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:57:48.066356212Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "process": "bigquery.py:2710", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1997", - "try-number": "2", - "worker_id": "airflow-worker-bbfqt", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:57:52.383363661Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "11qs004four0ur", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:57:48.067215714Z", - "severity": "INFO", - "labels": { - "process": "credentials_provider.py:353", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "2", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1997", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:57:52.383363661Z" - }, - { - "textPayload": "Inserting job airflow_data_analytics_dag_join_bq_datasets_bq_join_holidays_weather_data_1997_2023_09_12T00_00_00_00_00_91458f1213d15e6d291c458153854b6e", - "insertId": "11qs004four0us", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:57:48.107590368Z", - "severity": "INFO", - "labels": { - "try-number": "2", - "process": "bigquery.py:1596", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1997", - "worker_id": "airflow-worker-bbfqt", - "workflow": "data_analytics_dag", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:57:52.383363661Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=data_analytics_dag, task_id=join_bq_datasets.bq_join_holidays_weather_data_1997, execution_date=20230912T000000, start_date=20230913T075745, end_date=20230913T075751", - "insertId": "1pbw1vjfhyzv1t", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:57:51.391285299Z", - "severity": "INFO", - "labels": { - "try-number": "2", - "worker_id": "airflow-worker-bbfqt", - "map-index": "-1", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1328", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1997" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:57:58.490745839Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "1pbw1vjfhyzv1u", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:57:52.150914335Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "2", - "map-index": "-1", - "workflow": "data_analytics_dag", - "process": "local_task_job.py:212", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1997", - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:57:58.490745839Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "1pbw1vjfhyzv1v", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:57:52.228727332Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:2599", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_1997", - "try-number": "2", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-bbfqt", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:57:58.490745839Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[ad1fda90-e1f6-46b3-9b08-42e208c662e2] succeeded in 20.09724721500004s: None", - "insertId": "1pbw1vjfhyzv1w", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:57:52.443087434Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:57:58.490745839Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "wqro3mfi0e5cd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:58:30.081538988Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:58:36.739205677Z" - }, - { - "textPayload": "I0913 07:59:03.013312 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1b6jxnrfim170f", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:59:03.013587372Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:59:08.239247958Z" - }, - { - "textPayload": "I0913 07:59:03.016301 1 airflowworkerset_controller.go:101] \"controllers/AirflowWorkerSet: Workers scale down needed.\" current number of workers=2 desired=1 scaling down by=1", - "insertId": "1b6jxnrfim170g", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:59:03.016577658Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:59:08.239247958Z" - }, - { - "textPayload": "I0913 07:59:03.016361 1 pod_tasks_checker.go:55] \"controllers/PodTaskChecker: Worker seems not be running any task. Doing double check.\" worker name=\"airflow-worker-bbfqt\"", - "insertId": "1b6jxnrfim170h", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:59:03.016643441Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:59:08.239247958Z" - }, - { - "textPayload": "I0913 07:59:03.078539 1 airflowworkerset_controller.go:195] \"controllers/AirflowWorkerSet: Workers deleted.\" number of workers=1", - "insertId": "1b6jxnrfim170i", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:59:03.078784112Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:59:08.239247958Z" - }, - { - "textPayload": "I0913 07:59:03.079310 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1b6jxnrfim170j", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:59:03.079478742Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:59:08.239247958Z" - }, - { - "textPayload": "Caught SIGTERM signal!", - "insertId": "1amoeagfimv2qu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:59:03.111994386Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:05.883757050Z" - }, - { - "textPayload": "Passing SIGTERM to Airflow process.", - "insertId": "1amoeagfimv2qv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:59:03.112053641Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:05.883757050Z" - }, - { - "textPayload": "I0913 07:59:03.134584 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1b6jxnrfim170k", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:59:03.134834929Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:59:08.239247958Z" - }, - { - "textPayload": "", - "insertId": "1amoeagfimv2qw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:59:03.139828684Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:05.883757050Z" - }, - { - "textPayload": "worker: Warm shutdown (MainProcess)", - "insertId": "1amoeagfimv2qx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:59:03.139908935Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:05.883757050Z" - }, - { - "textPayload": "Exiting due to SIGTERM.", - "insertId": "hheh34flk9m9t", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:59:09.853469149Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-bbfqt" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:16.010593995Z" - }, - { - "textPayload": "I0913 07:59:10.969589 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1o84dflfosjddt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:59:10.969807254Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:59:16.303264145Z" - }, - { - "textPayload": "I0913 07:59:11.012285 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1o84dflfosjddu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:59:11.012518825Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:59:16.303264145Z" - }, - { - "textPayload": "I0913 07:59:11.160855 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1o84dflfosjddv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:59:11.161152866Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:59:16.303264145Z" - }, - { - "textPayload": "I0913 07:59:11.234597 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1o84dflfosjddw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:59:11.234899355Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:59:16.303264145Z" - }, - { - "textPayload": "I0913 07:59:11.288389 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1o84dflfosjddx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:59:11.288688833Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T07:59:16.303264145Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[94ca0a19-dc0a-4e3c-a568-aa23591640e2] received", - "insertId": "ibin8cflrxx0p", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:59:34.569045207Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:35.825580301Z" - }, - { - "textPayload": "[94ca0a19-dc0a-4e3c-a568-aa23591640e2] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2003', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "ibin8cflrxx0q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:59:34.620650766Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:35.825580301Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1iy4yxtflhhz9p", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:59:34.949473221Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:40.832630786Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1iy4yxtflhhz9q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:59:34.953797780Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:40.832630786Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1iy4yxtflhhz9r", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:59:35.122236274Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:40.832630786Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1iy4yxtflhhz9s", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:59:36.043758958Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:40.832630786Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "13ohq6af7yheen", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:59:40.391509167Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:45.838380842Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "13ohq6af7yheeo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:59:40.536339456Z", - "severity": "INFO", - "labels": { - "try-number": "2", - "process": "taskinstance.py:1091", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2003", - "map-index": "-1", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:45.838380842Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "13ohq6af7yheep", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:59:40.554749594Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2003", - "process": "taskinstance.py:1091", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "2", - "map-index": "-1", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:45.838380842Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "13ohq6af7yheeq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:59:40.555238172Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2003", - "try-number": "2", - "workflow": "data_analytics_dag", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1289" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:45.838380842Z" - }, - { - "textPayload": "Starting attempt 2 of 3", - "insertId": "13ohq6af7yheer", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:59:40.555983590Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1290", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2003", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:45.838380842Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "13ohq6af7yhees", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:59:40.556489562Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2003", - "worker_id": "airflow-worker-n79fs", - "try-number": "2", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1291" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:45.838380842Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "13ohq6af7yheet", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:59:41.145298064Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:45.838380842Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "13ohq6af7yheeu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:59:41.145394293Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:45.838380842Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "13ohq6af7yheev", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:59:41.243845674Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:45.838380842Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "13ohq6af7yheew", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:59:41.243972595Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:45.838380842Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "13ohq6af7yheex", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:59:42.344127618Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2003", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1310", - "map-index": "-1", - "try-number": "2", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:45.838380842Z" - }, - { - "textPayload": "Started process 218 to run task", - "insertId": "13ohq6af7yheey", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:59:42.436443016Z", - "severity": "INFO", - "labels": { - "try-number": "2", - "map-index": "-1", - "process": "standard_task_runner.py:55", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2003", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:45.838380842Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2003', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '935', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmp2eo48isv']", - "insertId": "13ohq6af7yheez", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:59:42.470143611Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "2", - "process": "standard_task_runner.py:82", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2003" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:45.838380842Z" - }, - { - "textPayload": "Job 935: Subtask join_bq_datasets.bq_join_holidays_weather_data_2003", - "insertId": "13ohq6af7yhef0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:59:42.472336863Z", - "severity": "INFO", - "labels": { - "try-number": "2", - "map-index": "-1", - "workflow": "data_analytics_dag", - "process": "standard_task_runner.py:83", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2003", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:45.838380842Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "13ohq6af7yhef1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:59:43.392522037Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2003", - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs", - "try-number": "2", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:45.838380842Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=join_bq_datasets.bq_join_holidays_weather_data_2003\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-12T00:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=2\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-12T00:00:00+00:00", - "insertId": "13ohq6af7yhef2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:59:43.897224166Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2003", - "process": "taskinstance.py:1518", - "worker_id": "airflow-worker-n79fs", - "try-number": "2", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:45.838380842Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "13ohq6af7yhef3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:59:43.949907100Z", - "severity": "INFO", - "labels": { - "process": "base.py:73", - "try-number": "2", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2003", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:45.838380842Z" - }, - { - "textPayload": "Executing: {'query': {'query': '\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_2003 AS Table WHERE Table.element=\"TMAX\" AND Table.id=\"USW00094846\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n ', 'useLegacySql': False, 'destinationTable': {'projectId': 'acceldata-acm', 'datasetId': 'holiday_weather', 'tableId': 'holidays_weather_joined'}, 'writeDisposition': 'WRITE_APPEND'}}'", - "insertId": "13ohq6af7yhef4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:59:43.953693295Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "try-number": "2", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2003", - "map-index": "-1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "bigquery.py:2710" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:45.838380842Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "13ohq6af7yhef5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:59:43.955083392Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "try-number": "2", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2003", - "process": "credentials_provider.py:353" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:45.838380842Z" - }, - { - "textPayload": "Inserting job airflow_data_analytics_dag_join_bq_datasets_bq_join_holidays_weather_data_2003_2023_09_12T00_00_00_00_00_1bf1470e4bfcdec1a53126d7cfb70de7", - "insertId": "13ohq6af7yhef6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:59:44.014583163Z", - "severity": "INFO", - "labels": { - "try-number": "2", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2003", - "workflow": "data_analytics_dag", - "process": "bigquery.py:1596" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:45.838380842Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=data_analytics_dag, task_id=join_bq_datasets.bq_join_holidays_weather_data_2003, execution_date=20230912T000000, start_date=20230913T075940, end_date=20230913T075947", - "insertId": "148tgddfopoues", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:59:47.105045938Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2003", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "process": "taskinstance.py:1328", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "2", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:50.924352104Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "148tgddfopouet", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:59:48.038833515Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2003", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "try-number": "2", - "map-index": "-1", - "process": "local_task_job.py:212" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:50.924352104Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "148tgddfopoueu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:59:48.131422009Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2003", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:2599", - "try-number": "2", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:50.924352104Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[94ca0a19-dc0a-4e3c-a568-aa23591640e2] succeeded in 13.774755968013778s: None", - "insertId": "148tgddfopouev", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:59:48.347452474Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:50.924352104Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[c28c5190-02b2-4c5e-8ae9-5e7958e65e67] received", - "insertId": "1q63gwwfooizfk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:59:54.358149051Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:55.824954942Z" - }, - { - "textPayload": "[c28c5190-02b2-4c5e-8ae9-5e7958e65e67] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2002', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "1q63gwwfooizfl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:59:54.364057728Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:55.824954942Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1q63gwwfooizfm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:59:54.720518664Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:55.824954942Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1q63gwwfooizfn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:59:54.722429029Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T07:59:55.824954942Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1xnm6w0fhx9gve", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:59:54.837717911Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:00.902138151Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1xnm6w0fhx9gvf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:59:55.734987518Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:00.902138151Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1xnm6w0fhx9gvg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:59:59.256364554Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:00.902138151Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "1xnm6w0fhx9gvh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:59:59.385394860Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2002", - "try-number": "2", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "process": "taskinstance.py:1091", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:00.902138151Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "1xnm6w0fhx9gvi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:59:59.405200732Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "try-number": "2", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2002", - "process": "taskinstance.py:1091", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:00.902138151Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1xnm6w0fhx9gvj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:59:59.405867344Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2002", - "try-number": "2", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1289", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:00.902138151Z" - }, - { - "textPayload": "Starting attempt 2 of 3", - "insertId": "1xnm6w0fhx9gvk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:59:59.406380140Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2002", - "process": "taskinstance.py:1290", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "try-number": "2", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:00.902138151Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1xnm6w0fhx9gvl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:59:59.406951437Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1291", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2002", - "map-index": "-1", - "try-number": "2", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:00.902138151Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1xnm6w0fhx9gvm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T07:59:59.722767064Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:00.902138151Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1xnm6w0fhx9gvn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T07:59:59.722814801Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:00.902138151Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1xnm6w0fhx9gvo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:59:59.745574043Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:00.902138151Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1xnm6w0fhx9gvp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T07:59:59.745615313Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:00.902138151Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "pt2h9vf6g7px1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:00:00.955460415Z", - "severity": "INFO", - "labels": { - "try-number": "2", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1310", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2002" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "Started process 226 to run task", - "insertId": "pt2h9vf6g7px2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:00:00.977239583Z", - "severity": "INFO", - "labels": { - "process": "standard_task_runner.py:55", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2002", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2002', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '936', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmpaefa0xlz']", - "insertId": "pt2h9vf6g7px3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:00:00.988937715Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "2", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2002", - "process": "standard_task_runner.py:82", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "Job 936: Subtask join_bq_datasets.bq_join_holidays_weather_data_2002", - "insertId": "pt2h9vf6g7px4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:00:00.989595987Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2002", - "process": "standard_task_runner.py:83", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "try-number": "2", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[219e0582-7762-4ce2-b709-bb808b301967] received", - "insertId": "pt2h9vf6g7px5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:00:01.311091351Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "[219e0582-7762-4ce2-b709-bb808b301967] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T07:50:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "pt2h9vf6g7px6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:00:01.359356496Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "pt2h9vf6g7px7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:00:01.558029157Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "try-number": "2", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2002", - "process": "task_command.py:393", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "pt2h9vf6g7px8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:00:01.933315421Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "pt2h9vf6g7px9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:00:01.936158532Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=join_bq_datasets.bq_join_holidays_weather_data_2002\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-12T00:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=2\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-12T00:00:00+00:00", - "insertId": "pt2h9vf6g7pxa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:00:02.214088169Z", - "severity": "INFO", - "labels": { - "try-number": "2", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2002", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1518" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "pt2h9vf6g7pxb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:00:02.278805035Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2002", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "try-number": "2", - "process": "base.py:73", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "Executing: {'query': {'query': '\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_2002 AS Table WHERE Table.element=\"TMAX\" AND Table.id=\"USW00094846\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n ', 'useLegacySql': False, 'destinationTable': {'projectId': 'acceldata-acm', 'datasetId': 'holiday_weather', 'tableId': 'holidays_weather_joined'}, 'writeDisposition': 'WRITE_APPEND'}}'", - "insertId": "pt2h9vf6g7pxc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:00:02.292352288Z", - "severity": "INFO", - "labels": { - "try-number": "2", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2002", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "process": "bigquery.py:2710", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "pt2h9vf6g7pxd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:00:02.292898645Z", - "severity": "INFO", - "labels": { - "process": "credentials_provider.py:353", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2002", - "workflow": "data_analytics_dag", - "try-number": "2", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "pt2h9vf6g7pxe", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:00:02.337251347Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "Inserting job airflow_data_analytics_dag_join_bq_datasets_bq_join_holidays_weather_data_2002_2023_09_12T00_00_00_00_00_d5c6501010cfc8c4a7c53adbe25c5180", - "insertId": "pt2h9vf6g7pxf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:00:02.349131367Z", - "severity": "INFO", - "labels": { - "process": "bigquery.py:1596", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "2", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2002" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "pt2h9vf6g7pxg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:00:03.503585550Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "pt2h9vf6g7pxh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:00:04.026295480Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "pt2h9vf6g7pxi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:00:04.160792799Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1091", - "workflow": "airflow_monitoring", - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-13T07:50:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "pt2h9vf6g7pxj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:00:04.179278092Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "execution-date": "2023-09-13T07:50:00+00:00", - "process": "taskinstance.py:1091", - "try-number": "1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "pt2h9vf6g7pxk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:00:04.179527705Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "try-number": "1", - "process": "taskinstance.py:1289", - "workflow": "airflow_monitoring", - "task-id": "echo", - "execution-date": "2023-09-13T07:50:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "pt2h9vf6g7pxl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:00:04.179882745Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1290", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T07:50:00+00:00", - "task-id": "echo", - "try-number": "1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "pt2h9vf6g7pxm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:00:04.180245703Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T07:50:00+00:00", - "workflow": "airflow_monitoring", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "try-number": "1", - "process": "taskinstance.py:1291" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "pt2h9vf6g7pxn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:00:04.431292558Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "pt2h9vf6g7pxo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:00:04.431338737Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "pt2h9vf6g7pxp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:00:04.453384663Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "pt2h9vf6g7pxq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:00:04.453426490Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "Executing on 2023-09-13 07:50:00+00:00", - "insertId": "pt2h9vf6g7pxr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:00:05.416720784Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T07:50:00+00:00", - "process": "taskinstance.py:1310", - "task-id": "echo", - "workflow": "airflow_monitoring", - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "Started process 246 to run task", - "insertId": "pt2h9vf6g7pxs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:00:05.429025453Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "map-index": "-1", - "workflow": "airflow_monitoring", - "process": "standard_task_runner.py:55", - "execution-date": "2023-09-13T07:50:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T07:50:00+00:00', '--job-id', '937', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmpa88jk1jd']", - "insertId": "pt2h9vf6g7pxt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:00:05.514479021Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "task-id": "echo", - "execution-date": "2023-09-13T07:50:00+00:00", - "workflow": "airflow_monitoring", - "try-number": "1", - "process": "standard_task_runner.py:82", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "Job 937: Subtask echo", - "insertId": "pt2h9vf6g7pxu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:00:05.515498611Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T07:50:00+00:00", - "try-number": "1", - "task-id": "echo", - "workflow": "airflow_monitoring", - "process": "standard_task_runner.py:83", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=data_analytics_dag, task_id=join_bq_datasets.bq_join_holidays_weather_data_2002, execution_date=20230912T000000, start_date=20230913T075959, end_date=20230913T080005", - "insertId": "pt2h9vf6g7pxv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:00:05.803752299Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "map-index": "-1", - "process": "taskinstance.py:1328", - "try-number": "2", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2002", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:06.842688860Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "ak0wmqfihu3b4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:00:06.539130904Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T07:50:00+00:00", - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393", - "task-id": "echo", - "map-index": "-1", - "try-number": "1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:11.883215857Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T07:50:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T07:50:00+00:00", - "insertId": "ak0wmqfihu3b5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:00:07.109950259Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T07:50:00+00:00", - "try-number": "1", - "task-id": "echo", - "process": "taskinstance.py:1518", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:11.883215857Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "ak0wmqfihu3b6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:00:07.113679118Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T07:50:00+00:00", - "process": "subprocess.py:63", - "workflow": "airflow_monitoring", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:11.883215857Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "ak0wmqfihu3b7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:00:07.115958764Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-13T07:50:00+00:00", - "worker_id": "airflow-worker-n79fs", - "process": "subprocess.py:75", - "workflow": "airflow_monitoring", - "task-id": "echo", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:11.883215857Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "ak0wmqfihu3b8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:00:07.224833015Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2002", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "process": "local_task_job.py:212", - "map-index": "-1", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:11.883215857Z" - }, - { - "textPayload": "Output:", - "insertId": "ak0wmqfihu3b9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:00:07.320459328Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "workflow": "airflow_monitoring", - "map-index": "-1", - "execution-date": "2023-09-13T07:50:00+00:00", - "worker_id": "airflow-worker-n79fs", - "process": "subprocess.py:86", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:11.883215857Z" - }, - { - "textPayload": "test", - "insertId": "ak0wmqfihu3ba", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:00:07.409752607Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "workflow": "airflow_monitoring", - "map-index": "-1", - "process": "subprocess.py:93", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T07:50:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:11.883215857Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "ak0wmqfihu3bb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:00:07.412544763Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-13T07:50:00+00:00", - "task-id": "echo", - "process": "subprocess.py:97", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:11.883215857Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T075000, start_date=20230913T080004, end_date=20230913T080007", - "insertId": "ak0wmqfihu3bc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:00:07.526111075Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "try-number": "1", - "task-id": "echo", - "process": "taskinstance.py:1328", - "execution-date": "2023-09-13T07:50:00+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:11.883215857Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "ak0wmqfihu3bd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:00:07.802928596Z", - "severity": "INFO", - "labels": { - "try-number": "2", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2002", - "process": "taskinstance.py:2599", - "map-index": "-1", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:11.883215857Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[c28c5190-02b2-4c5e-8ae9-5e7958e65e67] succeeded in 13.771968237007968s: None", - "insertId": "ak0wmqfihu3be", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:00:08.134689256Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:11.883215857Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "ak0wmqfihu3bf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:00:08.647807981Z", - "severity": "INFO", - "labels": { - "process": "local_task_job.py:212", - "workflow": "airflow_monitoring", - "task-id": "echo", - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-13T07:50:00+00:00", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:11.883215857Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "ak0wmqfihu3bg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:00:08.959541117Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T07:50:00+00:00", - "workflow": "airflow_monitoring", - "try-number": "1", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:2599", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:11.883215857Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[219e0582-7762-4ce2-b709-bb808b301967] succeeded in 7.994347193016438s: None", - "insertId": "ak0wmqfihu3bh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:00:09.314662063Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:11.883215857Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[df67510c-7794-4fce-b6c2-8b01e0e4a83c] received", - "insertId": "gdj2omfoz2jhe", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:00:29.970907761Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:36.012049995Z" - }, - { - "textPayload": "[df67510c-7794-4fce-b6c2-8b01e0e4a83c] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2004', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "gdj2omfoz2jhf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:00:29.975402761Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:36.012049995Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "gdj2omfoz2jhg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:00:30.319503812Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:36.012049995Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "gdj2omfoz2jhh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:00:30.321458814Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:36.012049995Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "gdj2omfoz2jhi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:00:30.435597496Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:36.012049995Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "gdj2omfoz2jhj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:00:31.313966304Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:36.012049995Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "5a9npifikmakz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:00:37.915943826Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:44.087211449Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "5a9npifikmal0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:00:38.219685260Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "2", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004", - "process": "taskinstance.py:1091", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:44.087211449Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "5a9npifikmal1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:00:38.325557458Z", - "severity": "INFO", - "labels": { - "try-number": "2", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:44.087211449Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "5a9npifikmal2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:00:38.325604596Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004", - "try-number": "2", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1289", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:44.087211449Z" - }, - { - "textPayload": "Starting attempt 2 of 3", - "insertId": "5a9npifikmal3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:00:38.325613709Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004", - "workflow": "data_analytics_dag", - "try-number": "2", - "process": "taskinstance.py:1290", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:44.087211449Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "5a9npifikmal4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:00:38.325620294Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1291", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:44.087211449Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "5a9npifikmal5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:00:39.025538765Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:44.087211449Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "5a9npifikmal6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:00:39.025585800Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:44.087211449Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "5a9npifikmal7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:00:39.144226222Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:44.087211449Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "5a9npifikmal8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:00:39.144263657Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:44.087211449Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "5a9npifikmal9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:00:40.327677963Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1310", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004", - "workflow": "data_analytics_dag", - "try-number": "2", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:44.087211449Z" - }, - { - "textPayload": "Started process 268 to run task", - "insertId": "5a9npifikmala", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:00:40.412321702Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004", - "map-index": "-1", - "workflow": "data_analytics_dag", - "try-number": "2", - "process": "standard_task_runner.py:55", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:44.087211449Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2004', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '938', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmpv3vzul8_']", - "insertId": "5a9npifikmalb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:00:40.423811310Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "process": "standard_task_runner.py:82", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004", - "try-number": "2", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:44.087211449Z" - }, - { - "textPayload": "Job 938: Subtask join_bq_datasets.bq_join_holidays_weather_data_2004", - "insertId": "5a9npifikmalc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:00:40.424567187Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004", - "workflow": "data_analytics_dag", - "try-number": "2", - "process": "standard_task_runner.py:83" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:44.087211449Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "5a9npifikmald", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:00:41.148904089Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "try-number": "2", - "process": "task_command.py:393", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:44.087211449Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=join_bq_datasets.bq_join_holidays_weather_data_2004\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-12T00:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=2\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-12T00:00:00+00:00", - "insertId": "5a9npifikmale", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:00:41.929713598Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "map-index": "-1", - "try-number": "2", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1518", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:44.087211449Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "5a9npifikmalf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:00:42.036786179Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "base.py:73", - "workflow": "data_analytics_dag", - "try-number": "2", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:44.087211449Z" - }, - { - "textPayload": "Executing: {'query': {'query': '\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_2004 AS Table WHERE Table.element=\"TMAX\" AND Table.id=\"USW00094846\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n ', 'useLegacySql': False, 'destinationTable': {'projectId': 'acceldata-acm', 'datasetId': 'holiday_weather', 'tableId': 'holidays_weather_joined'}, 'writeDisposition': 'WRITE_APPEND'}}'", - "insertId": "5a9npifikmalg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:00:42.040174734Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "2", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004", - "map-index": "-1", - "process": "bigquery.py:2710", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:44.087211449Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "5a9npifikmalh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:00:42.041149917Z", - "severity": "INFO", - "labels": { - "try-number": "2", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004", - "map-index": "-1", - "process": "credentials_provider.py:353", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:44.087211449Z" - }, - { - "textPayload": "Inserting job airflow_data_analytics_dag_join_bq_datasets_bq_join_holidays_weather_data_2004_2023_09_12T00_00_00_00_00_a2e712524f08754f5267a0e4fc82c59c", - "insertId": "5a9npifikmali", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:00:42.151886513Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "bigquery.py:1596", - "worker_id": "airflow-worker-n79fs", - "try-number": "2", - "map-index": "-1", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:44.087211449Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=data_analytics_dag, task_id=join_bq_datasets.bq_join_holidays_weather_data_2004, execution_date=20230912T000000, start_date=20230913T080038, end_date=20230913T080046", - "insertId": "1q5tu8efoz06ct", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:00:46.315488905Z", - "severity": "INFO", - "labels": { - "try-number": "2", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "map-index": "-1", - "process": "taskinstance.py:1328", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:51.158805451Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1q5tu8efoz06cu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:00:46.318546155Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:51.158805451Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "1q5tu8efoz06cv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:00:47.406001113Z", - "severity": "INFO", - "labels": { - "try-number": "2", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004", - "process": "local_task_job.py:212", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:51.158805451Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "1q5tu8efoz06cw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:00:47.533147595Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:2599", - "try-number": "2", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2004", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:51.158805451Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[df67510c-7794-4fce-b6c2-8b01e0e4a83c] succeeded in 17.859130303986603s: None", - "insertId": "1q5tu8efoz06cx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:00:47.833196037Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:00:51.158805451Z" - }, - { - "textPayload": "I0913 08:00:48.068852 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "u9dqtsfoqg2ay", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:00:48.069175017Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T08:00:53.336844685Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[079b3135-e1a3-4ce8-93c1-698e7d0f0fad] received", - "insertId": "ptge18fok4sb2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:01:54.097374883Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:01:58.904909060Z" - }, - { - "textPayload": "[079b3135-e1a3-4ce8-93c1-698e7d0f0fad] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2007', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "ptge18fok4sb3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:01:54.097866575Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:01:58.904909060Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "ptge18fok4sb4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:01:54.449270356Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:01:58.904909060Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "ptge18fok4sb5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:01:54.451958776Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:01:58.904909060Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "ptge18fok4sb6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:01:54.622879798Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:01:58.904909060Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "ptge18fok4sb7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:01:55.442704097Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:01:58.904909060Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "7i7bbffi2hkre", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:01:58.977378204Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:04.839108861Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "7i7bbffi2hkrf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:01:59.094911257Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1091", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "2", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:04.839108861Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "7i7bbffi2hkrg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:01:59.116695569Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "2", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007", - "workflow": "data_analytics_dag", - "map-index": "-1", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:04.839108861Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "7i7bbffi2hkrh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:01:59.117715148Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "2", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1289", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:04.839108861Z" - }, - { - "textPayload": "Starting attempt 2 of 3", - "insertId": "7i7bbffi2hkri", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:01:59.118432967Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "taskinstance.py:1290", - "try-number": "2", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:04.839108861Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "7i7bbffi2hkrj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:01:59.119042912Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1291", - "worker_id": "airflow-worker-n79fs", - "try-number": "2", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:04.839108861Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "7i7bbffi2hkrk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:01:59.468454587Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:04.839108861Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "7i7bbffi2hkrl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:01:59.468495418Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:04.839108861Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "7i7bbffi2hkrm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:01:59.518818388Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:04.839108861Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "7i7bbffi2hkrn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:01:59.518852128Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:04.839108861Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "7i7bbffi2hkro", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:02:00.628081107Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1310", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "2", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:04.839108861Z" - }, - { - "textPayload": "Started process 306 to run task", - "insertId": "7i7bbffi2hkrp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:02:00.639307991Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007", - "map-index": "-1", - "workflow": "data_analytics_dag", - "try-number": "2", - "process": "standard_task_runner.py:55" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:04.839108861Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2007', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '939', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmprg16mc42']", - "insertId": "7i7bbffi2hkrq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:02:00.644356032Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "standard_task_runner.py:82", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:04.839108861Z" - }, - { - "textPayload": "Job 939: Subtask join_bq_datasets.bq_join_holidays_weather_data_2007", - "insertId": "7i7bbffi2hkrr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:02:00.644861230Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "process": "standard_task_runner.py:83", - "workflow": "data_analytics_dag", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:04.839108861Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "7i7bbffi2hkrs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:02:01.031827776Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "map-index": "-1", - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs", - "try-number": "2", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:04.839108861Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=join_bq_datasets.bq_join_holidays_weather_data_2007\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-12T00:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=2\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-12T00:00:00+00:00", - "insertId": "7i7bbffi2hkrt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:02:01.288716420Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1518", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:04.839108861Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "7i7bbffi2hkru", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:02:01.327104318Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "workflow": "data_analytics_dag", - "try-number": "2", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007", - "process": "base.py:73" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:04.839108861Z" - }, - { - "textPayload": "Executing: {'query': {'query': '\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_2007 AS Table WHERE Table.element=\"TMAX\" AND Table.id=\"USW00094846\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n ', 'useLegacySql': False, 'destinationTable': {'projectId': 'acceldata-acm', 'datasetId': 'holiday_weather', 'tableId': 'holidays_weather_joined'}, 'writeDisposition': 'WRITE_APPEND'}}'", - "insertId": "7i7bbffi2hkrv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:02:01.329983234Z", - "severity": "INFO", - "labels": { - "process": "bigquery.py:2710", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "try-number": "2", - "map-index": "-1", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:04.839108861Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "7i7bbffi2hkrw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:02:01.330929535Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007", - "worker_id": "airflow-worker-n79fs", - "process": "credentials_provider.py:353", - "try-number": "2", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:04.839108861Z" - }, - { - "textPayload": "Inserting job airflow_data_analytics_dag_join_bq_datasets_bq_join_holidays_weather_data_2007_2023_09_12T00_00_00_00_00_faa0a3379eda7250987abdf1ab06fead", - "insertId": "7i7bbffi2hkrx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:02:01.370678586Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "workflow": "data_analytics_dag", - "process": "bigquery.py:1596", - "try-number": "2", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:04.839108861Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=data_analytics_dag, task_id=join_bq_datasets.bq_join_holidays_weather_data_2007, execution_date=20230912T000000, start_date=20230913T080159, end_date=20230913T080204", - "insertId": "1trej3bflleb5t", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:02:04.083450568Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1328", - "map-index": "-1", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "2", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:09.834834247Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "1trej3bflleb5u", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:02:04.923580684Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007", - "process": "local_task_job.py:212", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "try-number": "2", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:09.834834247Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "1trej3bflleb5v", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:02:05.033951956Z", - "severity": "INFO", - "labels": { - "try-number": "2", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2007", - "process": "taskinstance.py:2599", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:09.834834247Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[079b3135-e1a3-4ce8-93c1-698e7d0f0fad] succeeded in 11.124393017991679s: None", - "insertId": "1trej3bflleb5w", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:02:05.216572214Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:09.834834247Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[fcee0ec2-7628-4928-8ce3-0195256225a8] received", - "insertId": "13ohq6af7yqy9h", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:02:15.265848750Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:20.833295989Z" - }, - { - "textPayload": "[fcee0ec2-7628-4928-8ce3-0195256225a8] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2009', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "13ohq6af7yqy9i", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:02:15.273064205Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:20.833295989Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "13ohq6af7yqy9j", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:02:15.611892767Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:20.833295989Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "13ohq6af7yqy9k", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:02:15.614280965Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:20.833295989Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "13ohq6af7yqy9l", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:02:15.725069077Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:20.833295989Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "13ohq6af7yqy9m", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:02:16.626775670Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:20.833295989Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "chq5mef6f5g8j", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:02:20.321427795Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:25.834655368Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "chq5mef6f5g8k", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:02:20.479688022Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "2", - "map-index": "-1", - "process": "taskinstance.py:1091", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:25.834655368Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "chq5mef6f5g8l", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:02:20.498364856Z", - "severity": "INFO", - "labels": { - "try-number": "2", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:25.834655368Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "chq5mef6f5g8m", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:02:20.498684728Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "try-number": "2", - "process": "taskinstance.py:1289", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:25.834655368Z" - }, - { - "textPayload": "Starting attempt 2 of 3", - "insertId": "chq5mef6f5g8n", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:02:20.499129478Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "process": "taskinstance.py:1290", - "try-number": "2", - "map-index": "-1", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:25.834655368Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "chq5mef6f5g8o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:02:20.499535876Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "process": "taskinstance.py:1291", - "map-index": "-1", - "try-number": "2", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:25.834655368Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "chq5mef6f5g8p", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:02:20.805843032Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:25.834655368Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "chq5mef6f5g8q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:02:20.805910630Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:25.834655368Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "chq5mef6f5g8r", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:02:20.840253946Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:25.834655368Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "chq5mef6f5g8s", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:02:20.840309939Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:25.834655368Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "chq5mef6f5g8t", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:02:21.835971793Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "workflow": "data_analytics_dag", - "try-number": "2", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1310" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:25.834655368Z" - }, - { - "textPayload": "Started process 320 to run task", - "insertId": "chq5mef6f5g8u", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:02:21.846552307Z", - "severity": "INFO", - "labels": { - "process": "standard_task_runner.py:55", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:25.834655368Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2009', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '940', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmpjzrm223z']", - "insertId": "chq5mef6f5g8v", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:02:21.852349753Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "standard_task_runner.py:82", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:25.834655368Z" - }, - { - "textPayload": "Job 940: Subtask join_bq_datasets.bq_join_holidays_weather_data_2009", - "insertId": "chq5mef6f5g8w", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:02:21.852935712Z", - "severity": "INFO", - "labels": { - "process": "standard_task_runner.py:83", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "try-number": "2", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:25.834655368Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "chq5mef6f5g8x", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:02:22.250333180Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "try-number": "2", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:25.834655368Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=join_bq_datasets.bq_join_holidays_weather_data_2009\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-12T00:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=2\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-12T00:00:00+00:00", - "insertId": "chq5mef6f5g8y", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:02:22.546713845Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "try-number": "2", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1518", - "workflow": "data_analytics_dag", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:25.834655368Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "chq5mef6f5g8z", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:02:22.591845249Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "workflow": "data_analytics_dag", - "try-number": "2", - "process": "base.py:73", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:25.834655368Z" - }, - { - "textPayload": "Executing: {'query': {'query': '\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_2009 AS Table WHERE Table.element=\"TMAX\" AND Table.id=\"USW00094846\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n ', 'useLegacySql': False, 'destinationTable': {'projectId': 'acceldata-acm', 'datasetId': 'holiday_weather', 'tableId': 'holidays_weather_joined'}, 'writeDisposition': 'WRITE_APPEND'}}'", - "insertId": "chq5mef6f5g90", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:02:22.595816804Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "workflow": "data_analytics_dag", - "process": "bigquery.py:2710", - "try-number": "2", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:25.834655368Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "chq5mef6f5g91", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:02:22.596609597Z", - "severity": "INFO", - "labels": { - "process": "credentials_provider.py:353", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "try-number": "2", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:25.834655368Z" - }, - { - "textPayload": "Inserting job airflow_data_analytics_dag_join_bq_datasets_bq_join_holidays_weather_data_2009_2023_09_12T00_00_00_00_00_6cbf7f72400f73911ccc179c88ed9590", - "insertId": "chq5mef6f5g92", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:02:22.649085600Z", - "severity": "INFO", - "labels": { - "try-number": "2", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "workflow": "data_analytics_dag", - "map-index": "-1", - "process": "bigquery.py:1596" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:25.834655368Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=data_analytics_dag, task_id=join_bq_datasets.bq_join_holidays_weather_data_2009, execution_date=20230912T000000, start_date=20230913T080220, end_date=20230913T080225", - "insertId": "134jscifll9piu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:02:25.462182771Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "map-index": "-1", - "try-number": "2", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1328" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:30.896087773Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "134jscifll9piv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:02:26.132516176Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "process": "local_task_job.py:212", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:30.896087773Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "134jscifll9piw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:02:26.205190681Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "try-number": "2", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2009", - "process": "taskinstance.py:2599", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:30.896087773Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[fcee0ec2-7628-4928-8ce3-0195256225a8] succeeded in 11.0978053540166s: None", - "insertId": "134jscifll9pix", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:02:26.368317928Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:30.896087773Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[50b60458-16ea-4c30-b874-dae19663c875] received", - "insertId": "6drpfnfbdueu5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:02:49.315898275Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:54.833068604Z" - }, - { - "textPayload": "[50b60458-16ea-4c30-b874-dae19663c875] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2012', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "6drpfnfbdueu6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:02:49.321193963Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:54.833068604Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "6drpfnfbdueu7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:02:49.723662023Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:54.833068604Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "6drpfnfbdueu8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:02:49.725852452Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:54.833068604Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "6drpfnfbdueu9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:02:49.850726635Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:54.833068604Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "6drpfnfbdueua", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:02:50.738699524Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:54.833068604Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "lxguaxf4hynol", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:02:54.299872128Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:59.831462837Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "lxguaxf4hynom", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:02:54.423193709Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2012", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1091", - "try-number": "2", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:59.831462837Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "lxguaxf4hynon", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:02:54.449182237Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1091", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2012", - "try-number": "2", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:59.831462837Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "lxguaxf4hynoo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:02:54.449661848Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "try-number": "2", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2012", - "process": "taskinstance.py:1289", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:59.831462837Z" - }, - { - "textPayload": "Starting attempt 2 of 3", - "insertId": "lxguaxf4hynop", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:02:54.450187884Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2012", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1290", - "try-number": "2", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:59.831462837Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "lxguaxf4hynoq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:02:54.450737920Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1291", - "try-number": "2", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2012" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:59.831462837Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "lxguaxf4hynor", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:02:54.828161962Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:59.831462837Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "lxguaxf4hynos", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:02:54.828240033Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:59.831462837Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "lxguaxf4hynot", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:02:54.873068066Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:59.831462837Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "lxguaxf4hynou", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:02:54.873112724Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:59.831462837Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "lxguaxf4hynov", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:02:55.850426803Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1310", - "worker_id": "airflow-worker-n79fs", - "try-number": "2", - "workflow": "data_analytics_dag", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2012", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:59.831462837Z" - }, - { - "textPayload": "Started process 334 to run task", - "insertId": "lxguaxf4hynow", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:02:55.860807877Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2012", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "standard_task_runner.py:55", - "try-number": "2", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:59.831462837Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2012', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '941', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmphynl2cju']", - "insertId": "lxguaxf4hynox", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:02:55.866049104Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2012", - "process": "standard_task_runner.py:82", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "workflow": "data_analytics_dag", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:59.831462837Z" - }, - { - "textPayload": "Job 941: Subtask join_bq_datasets.bq_join_holidays_weather_data_2012", - "insertId": "lxguaxf4hynoy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:02:55.866589217Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2012", - "map-index": "-1", - "process": "standard_task_runner.py:83", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:59.831462837Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "lxguaxf4hynoz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:02:56.301365133Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "try-number": "2", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2012", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:59.831462837Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=join_bq_datasets.bq_join_holidays_weather_data_2012\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-12T00:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=2\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-12T00:00:00+00:00", - "insertId": "lxguaxf4hynp0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:02:56.621353495Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "try-number": "2", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2012", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1518" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:59.831462837Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "lxguaxf4hynp1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:02:56.662670409Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2012", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "base.py:73", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:59.831462837Z" - }, - { - "textPayload": "Executing: {'query': {'query': '\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_2012 AS Table WHERE Table.element=\"TMAX\" AND Table.id=\"USW00094846\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n ', 'useLegacySql': False, 'destinationTable': {'projectId': 'acceldata-acm', 'datasetId': 'holiday_weather', 'tableId': 'holidays_weather_joined'}, 'writeDisposition': 'WRITE_APPEND'}}'", - "insertId": "lxguaxf4hynp2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:02:56.665939712Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "process": "bigquery.py:2710", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "try-number": "2", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2012" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:59.831462837Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "lxguaxf4hynp3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:02:56.666717157Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "2", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "process": "credentials_provider.py:353", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2012" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:59.831462837Z" - }, - { - "textPayload": "Inserting job airflow_data_analytics_dag_join_bq_datasets_bq_join_holidays_weather_data_2012_2023_09_12T00_00_00_00_00_40d5448dabf378605edf4ce84d22b5db", - "insertId": "lxguaxf4hynp4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:02:56.714401018Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2012", - "try-number": "2", - "map-index": "-1", - "process": "bigquery.py:1596", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:02:59.831462837Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=data_analytics_dag, task_id=join_bq_datasets.bq_join_holidays_weather_data_2012, execution_date=20230912T000000, start_date=20230913T080254, end_date=20230913T080259", - "insertId": "13eqkc5fls5pf2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:02:59.699024517Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1328", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "try-number": "2", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2012" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:03:04.932375937Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "13eqkc5fls5pf3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:03:00.540470795Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "map-index": "-1", - "process": "local_task_job.py:212", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2012", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:03:04.932375937Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "13eqkc5fls5pf4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:03:00.622147101Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:2599", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2012", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "try-number": "2", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:03:04.932375937Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[50b60458-16ea-4c30-b874-dae19663c875] succeeded in 11.519610292016296s: None", - "insertId": "13eqkc5fls5pf5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:03:00.838907968Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:03:04.932375937Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[6d4af529-0069-4ff3-815a-ad7b107de69e] received", - "insertId": "chq5mef6fctww", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:04:58.083283951Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:00.664857485Z" - }, - { - "textPayload": "[6d4af529-0069-4ff3-815a-ad7b107de69e] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2015', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "chq5mef6fctwx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:04:58.088818474Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:00.664857485Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "chq5mef6fctwy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:04:58.463350811Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:00.664857485Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "chq5mef6fctwz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:04:58.465198041Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:00.664857485Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "chq5mef6fctx0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:04:58.621703925Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:00.664857485Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "chq5mef6fctx1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:04:59.526611672Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:00.664857485Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "14758qfinqyxr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:05:03.969531861Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:09.805140484Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "14758qfinqyxs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:05:04.138917215Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "2", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1091", - "workflow": "data_analytics_dag", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:09.805140484Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "14758qfinqyxt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:05:04.169390479Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015", - "process": "taskinstance.py:1091", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "2", - "map-index": "-1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:09.805140484Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "14758qfinqyxu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:05:04.169434149Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1289", - "try-number": "2", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:09.805140484Z" - }, - { - "textPayload": "Starting attempt 2 of 3", - "insertId": "14758qfinqyxv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:05:04.169442499Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1290", - "map-index": "-1", - "try-number": "2", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:09.805140484Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "14758qfinqyxw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:05:04.169448362Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1291", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015", - "try-number": "2", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:09.805140484Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "14758qfinqyxx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:05:04.532273169Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:09.805140484Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "14758qfinqyxy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:05:04.532316950Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:09.805140484Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "14758qfinqyxz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:05:04.570372163Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:09.805140484Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "14758qfinqyy0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:05:04.570415042Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:09.805140484Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "14758qfinqyy1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:05:05.826421530Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1310", - "worker_id": "airflow-worker-n79fs", - "try-number": "2", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:09.805140484Z" - }, - { - "textPayload": "Started process 391 to run task", - "insertId": "14758qfinqyy2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:05:05.862883777Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015", - "workflow": "data_analytics_dag", - "try-number": "2", - "process": "standard_task_runner.py:55", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:09.805140484Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2015', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '942', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmpc923f78c']", - "insertId": "14758qfinqyy3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:05:05.864031480Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "standard_task_runner.py:82", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "2", - "workflow": "data_analytics_dag", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:09.805140484Z" - }, - { - "textPayload": "Job 942: Subtask join_bq_datasets.bq_join_holidays_weather_data_2015", - "insertId": "14758qfinqyy4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:05:05.865899830Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "2", - "process": "standard_task_runner.py:83", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:09.805140484Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "14758qfinqyy5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:05:06.243265609Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015", - "try-number": "2", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:09.805140484Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=join_bq_datasets.bq_join_holidays_weather_data_2015\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-12T00:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=2\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-12T00:00:00+00:00", - "insertId": "14758qfinqyy6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:05:06.538575363Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1518", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "workflow": "data_analytics_dag", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:09.805140484Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "14758qfinqyy7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:05:06.580269841Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015", - "workflow": "data_analytics_dag", - "process": "base.py:73", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:09.805140484Z" - }, - { - "textPayload": "Executing: {'query': {'query': '\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_2015 AS Table WHERE Table.element=\"TMAX\" AND Table.id=\"USW00094846\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n ', 'useLegacySql': False, 'destinationTable': {'projectId': 'acceldata-acm', 'datasetId': 'holiday_weather', 'tableId': 'holidays_weather_joined'}, 'writeDisposition': 'WRITE_APPEND'}}'", - "insertId": "14758qfinqyy8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:05:06.582969681Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "process": "bigquery.py:2710", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:09.805140484Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "14758qfinqyy9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:05:06.583879707Z", - "severity": "INFO", - "labels": { - "process": "credentials_provider.py:353", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015", - "map-index": "-1", - "workflow": "data_analytics_dag", - "try-number": "2", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:09.805140484Z" - }, - { - "textPayload": "Inserting job airflow_data_analytics_dag_join_bq_datasets_bq_join_holidays_weather_data_2015_2023_09_12T00_00_00_00_00_04887c8ce29cbce76ad3d33c3278cc87", - "insertId": "14758qfinqyya", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:05:06.631223286Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015", - "try-number": "2", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "bigquery.py:1596", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:09.805140484Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=data_analytics_dag, task_id=join_bq_datasets.bq_join_holidays_weather_data_2015, execution_date=20230912T000000, start_date=20230913T080504, end_date=20230913T080509", - "insertId": "12kgy4ffi4jr5t", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:05:09.355276139Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "try-number": "2", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1328" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:14.981748641Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "12kgy4ffi4jr5u", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:05:10.317845349Z", - "severity": "INFO", - "labels": { - "try-number": "2", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "process": "local_task_job.py:212" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:14.981748641Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "12kgy4ffi4jr5v", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:05:10.415114480Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:2599", - "try-number": "2", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2015" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:14.981748641Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[6d4af529-0069-4ff3-815a-ad7b107de69e] succeeded in 12.573819672019454s: None", - "insertId": "12kgy4ffi4jr5w", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:05:10.660581240Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:14.981748641Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[a5892c08-ffb3-41f3-b1db-de096109a821] received", - "insertId": "f9mostfoqdfj2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:05:33.153645046Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:34.836204490Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[2d70a3e5-4d9c-4044-8bf5-6ec81d9ddca7] received", - "insertId": "f9mostfoqdfj3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:05:33.159332015Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:34.836204490Z" - }, - { - "textPayload": "[a5892c08-ffb3-41f3-b1db-de096109a821] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2013', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "f9mostfoqdfj4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:05:33.165345040Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:34.836204490Z" - }, - { - "textPayload": "[2d70a3e5-4d9c-4044-8bf5-6ec81d9ddca7] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2020', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "f9mostfoqdfj5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:05:33.165402163Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:34.836204490Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "d1uasgflhruqa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:05:33.927094802Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:39.833489916Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "d1uasgflhruqb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:05:33.929510144Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:39.833489916Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "d1uasgflhruqc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:05:33.935076216Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:39.833489916Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "d1uasgflhruqd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:05:33.937383894Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:39.833489916Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "d1uasgflhruqe", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:05:34.233306535Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:39.833489916Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "d1uasgflhruqf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:05:34.315735753Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:39.833489916Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "d1uasgflhruqg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:05:36.630717233Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:39.833489916Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "d1uasgflhruqh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:05:36.637102092Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:39.833489916Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "fjs92bfovjwde", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:05:50.209289966Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:55.848430462Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "fjs92bfovjwdf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:05:50.643269087Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "2", - "process": "taskinstance.py:1091", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:55.848430462Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "fjs92bfovjwdg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:05:50.735079062Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1091", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:55.848430462Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "fjs92bfovjwdh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:05:50.736375341Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "worker_id": "airflow-worker-n79fs", - "try-number": "2", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1289", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:55.848430462Z" - }, - { - "textPayload": "Starting attempt 2 of 3", - "insertId": "fjs92bfovjwdi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:05:50.737301451Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "workflow": "data_analytics_dag", - "try-number": "2", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1290" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:55.848430462Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "fjs92bfovjwdj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:05:50.737906824Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1291", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "2", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:55.848430462Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "fjs92bfovjwdk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:05:51.059890356Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:55.848430462Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "fjs92bfovjwdl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:05:51.440381084Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "2", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:55.848430462Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "fjs92bfovjwdm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:05:51.528411094Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "map-index": "-1", - "try-number": "2", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "process": "taskinstance.py:1091", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:55.848430462Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "fjs92bfovjwdn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:05:51.528969175Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "try-number": "2", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1289", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:55.848430462Z" - }, - { - "textPayload": "Starting attempt 2 of 3", - "insertId": "fjs92bfovjwdo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:05:51.529545063Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "try-number": "2", - "process": "taskinstance.py:1290", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:55.848430462Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "fjs92bfovjwdp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:05:51.530244933Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "workflow": "data_analytics_dag", - "try-number": "2", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1291", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:55.848430462Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "fjs92bfovjwdq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:05:51.723442314Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:55.848430462Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "fjs92bfovjwdr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:05:51.723505458Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:55.848430462Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "fjs92bfovjwds", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:05:51.820430838Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:55.848430462Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "fjs92bfovjwdt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:05:51.820466905Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:55.848430462Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "fjs92bfovjwdu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:05:53.030718065Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "process": "taskinstance.py:1310", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:55.848430462Z" - }, - { - "textPayload": "Started process 427 to run task", - "insertId": "fjs92bfovjwdv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:05:53.117143372Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "process": "standard_task_runner.py:55", - "try-number": "2", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:55.848430462Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2020', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '943', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmpt10h42d6']", - "insertId": "fjs92bfovjwdw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:05:53.226108191Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "process": "standard_task_runner.py:82", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:55.848430462Z" - }, - { - "textPayload": "Job 943: Subtask join_bq_datasets.bq_join_holidays_weather_data_2020", - "insertId": "fjs92bfovjwdx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:05:53.229207234Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "map-index": "-1", - "process": "standard_task_runner.py:83", - "try-number": "2", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:55.848430462Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "fjs92bfovjwdy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:05:54.110297314Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:55.848430462Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "fjs92bfovjwdz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:05:54.110347891Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:55.848430462Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "fjs92bfovjwe0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:05:54.224956938Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:55.848430462Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "fjs92bfovjwe1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:05:54.225005305Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:55.848430462Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "fjs92bfovjwe2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:05:54.551575087Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "worker_id": "airflow-worker-n79fs", - "try-number": "2", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:05:55.848430462Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "o5m8rdfioag0l", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:05:55.326009077Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "worker_id": "airflow-worker-n79fs", - "try-number": "2", - "process": "taskinstance.py:1310", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:06:00.850625149Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=join_bq_datasets.bq_join_holidays_weather_data_2020\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-12T00:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=2\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-12T00:00:00+00:00", - "insertId": "o5m8rdfioag0m", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:05:55.404174218Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "try-number": "2", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1518", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:06:00.850625149Z" - }, - { - "textPayload": "Started process 433 to run task", - "insertId": "o5m8rdfioag0n", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:05:55.425695932Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "2", - "workflow": "data_analytics_dag", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "process": "standard_task_runner.py:55" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:06:00.850625149Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2013', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '944', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmpj0pa4ugd']", - "insertId": "o5m8rdfioag0o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:05:55.502774418Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "workflow": "data_analytics_dag", - "try-number": "2", - "process": "standard_task_runner.py:82", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:06:00.850625149Z" - }, - { - "textPayload": "Job 944: Subtask join_bq_datasets.bq_join_holidays_weather_data_2013", - "insertId": "o5m8rdfioag0p", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:05:55.503626941Z", - "severity": "INFO", - "labels": { - "try-number": "2", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "process": "standard_task_runner.py:83", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:06:00.850625149Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "o5m8rdfioag0q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:05:55.520692766Z", - "severity": "INFO", - "labels": { - "process": "base.py:73", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "try-number": "2", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:06:00.850625149Z" - }, - { - "textPayload": "Executing: {'query': {'query': '\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_2020 AS Table WHERE Table.element=\"TMAX\" AND Table.id=\"USW00094846\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n ', 'useLegacySql': False, 'destinationTable': {'projectId': 'acceldata-acm', 'datasetId': 'holiday_weather', 'tableId': 'holidays_weather_joined'}, 'writeDisposition': 'WRITE_APPEND'}}'", - "insertId": "o5m8rdfioag0r", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:05:55.526960218Z", - "severity": "INFO", - "labels": { - "try-number": "2", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "process": "bigquery.py:2710", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:06:00.850625149Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "o5m8rdfioag0s", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:05:55.530524947Z", - "severity": "INFO", - "labels": { - "try-number": "2", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "process": "credentials_provider.py:353" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:06:00.850625149Z" - }, - { - "textPayload": "Inserting job airflow_data_analytics_dag_join_bq_datasets_bq_join_holidays_weather_data_2020_2023_09_12T00_00_00_00_00_a7c9f390d0c365a4117d7517d3b72dac", - "insertId": "o5m8rdfioag0t", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:05:55.715566956Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "process": "bigquery.py:1596", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:06:00.850625149Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "o5m8rdfioag0u", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:05:56.402776822Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "workflow": "data_analytics_dag", - "try-number": "2", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:06:00.850625149Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=join_bq_datasets.bq_join_holidays_weather_data_2013\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-12T00:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=2\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-12T00:00:00+00:00", - "insertId": "o5m8rdfioag0v", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:05:57.237805660Z", - "severity": "INFO", - "labels": { - "try-number": "2", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1518" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:06:00.850625149Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "o5m8rdfioag0w", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:05:57.337966417Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "base.py:73", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "try-number": "2", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:06:00.850625149Z" - }, - { - "textPayload": "Executing: {'query': {'query': '\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_2013 AS Table WHERE Table.element=\"TMAX\" AND Table.id=\"USW00094846\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n ', 'useLegacySql': False, 'destinationTable': {'projectId': 'acceldata-acm', 'datasetId': 'holiday_weather', 'tableId': 'holidays_weather_joined'}, 'writeDisposition': 'WRITE_APPEND'}}'", - "insertId": "o5m8rdfioag0x", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:05:57.338042811Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "2", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "process": "bigquery.py:2710", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:06:00.850625149Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "o5m8rdfioag0y", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:05:57.342873734Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "worker_id": "airflow-worker-n79fs", - "process": "credentials_provider.py:353", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:06:00.850625149Z" - }, - { - "textPayload": "Inserting job airflow_data_analytics_dag_join_bq_datasets_bq_join_holidays_weather_data_2013_2023_09_12T00_00_00_00_00_04089fe3d17ffd88ff583b31bd212234", - "insertId": "o5m8rdfioag0z", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:05:57.381357218Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "2", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "process": "bigquery.py:1596", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:06:00.850625149Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=data_analytics_dag, task_id=join_bq_datasets.bq_join_holidays_weather_data_2020, execution_date=20230912T000000, start_date=20230913T080550, end_date=20230913T080559", - "insertId": "o5m8rdfioag10", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:05:59.203056292Z", - "severity": "INFO", - "labels": { - "try-number": "2", - "map-index": "-1", - "process": "taskinstance.py:1328", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:06:00.850625149Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "o5m8rdfioag11", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:05:59.721421904Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:06:00.850625149Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "g3dk7hfimzclt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:06:00.245075770Z", - "severity": "INFO", - "labels": { - "process": "local_task_job.py:212", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "try-number": "2", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:06:05.953562291Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=data_analytics_dag, task_id=join_bq_datasets.bq_join_holidays_weather_data_2013, execution_date=20230912T000000, start_date=20230913T080551, end_date=20230913T080600", - "insertId": "g3dk7hfimzclu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:06:00.428606600Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "try-number": "2", - "process": "taskinstance.py:1328", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "workflow": "data_analytics_dag", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:06:05.953562291Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "g3dk7hfimzclv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:06:00.532946238Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "map-index": "-1", - "process": "taskinstance.py:2599", - "try-number": "2", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:06:05.953562291Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[2d70a3e5-4d9c-4044-8bf5-6ec81d9ddca7] succeeded in 27.768251899979077s: None", - "insertId": "g3dk7hfimzclw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:06:00.928034088Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:06:05.953562291Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "g3dk7hfimzclx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:06:01.743758560Z", - "severity": "INFO", - "labels": { - "process": "local_task_job.py:212", - "map-index": "-1", - "try-number": "2", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:06:05.953562291Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "g3dk7hfimzcly", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:06:02.011164946Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2013", - "try-number": "2", - "process": "taskinstance.py:2599", - "map-index": "-1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:06:05.953562291Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[a5892c08-ffb3-41f3-b1db-de096109a821] succeeded in 29.166083134012297s: None", - "insertId": "g3dk7hfimzclz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:06:02.325020377Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:06:05.953562291Z" - }, - { - "textPayload": "I0913 08:09:35.647753 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "p92a9kfhy37ri", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:09:35.648053735Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T08:09:41.342196725Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[d53c9a80-f5fc-43a6-a715-ea06e5004d21] received", - "insertId": "6drpfnfbecqnc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:10:01.456162173Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:02.489243203Z" - }, - { - "textPayload": "[d53c9a80-f5fc-43a6-a715-ea06e5004d21] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T08:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "6drpfnfbecqnd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:10:01.468100966Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:02.489243203Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "14ii4dzf6e9bnt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:10:01.844814947Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:07.607011934Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "14ii4dzf6e9bnu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:10:01.847156432Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:07.607011934Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "14ii4dzf6e9bnv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:10:02.022092753Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:07.607011934Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "14ii4dzf6e9bnw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:10:02.942729246Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:07.607011934Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "14ii4dzf6e9bnx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:10:03.497834608Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:07.607011934Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "14ii4dzf6e9bny", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:10:03.752856794Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T08:00:00+00:00", - "task-id": "echo", - "process": "taskinstance.py:1091", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:07.607011934Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "14ii4dzf6e9bnz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:10:03.770974257Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "execution-date": "2023-09-13T08:00:00+00:00", - "try-number": "1", - "process": "taskinstance.py:1091", - "task-id": "echo", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:07.607011934Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "14ii4dzf6e9bo0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:10:03.771544511Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1289", - "map-index": "-1", - "execution-date": "2023-09-13T08:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "try-number": "1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:07.607011934Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "14ii4dzf6e9bo1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:10:03.772051028Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-13T08:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "map-index": "-1", - "task-id": "echo", - "process": "taskinstance.py:1290" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:07.607011934Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "14ii4dzf6e9bo2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:10:03.772515207Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1291", - "execution-date": "2023-09-13T08:00:00+00:00", - "task-id": "echo", - "workflow": "airflow_monitoring", - "try-number": "1", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:07.607011934Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "14ii4dzf6e9bo3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:10:04.064580750Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:07.607011934Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "14ii4dzf6e9bo4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:10:04.064628275Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:07.607011934Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "14ii4dzf6e9bo5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:10:04.119108983Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:07.607011934Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "14ii4dzf6e9bo6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:10:04.119157032Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:07.607011934Z" - }, - { - "textPayload": "Executing on 2023-09-13 08:00:00+00:00", - "insertId": "14ii4dzf6e9bo7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:10:04.889692439Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1310", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "execution-date": "2023-09-13T08:00:00+00:00", - "task-id": "echo", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:07.607011934Z" - }, - { - "textPayload": "Started process 525 to run task", - "insertId": "14ii4dzf6e9bo8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:10:04.922317914Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "process": "standard_task_runner.py:55", - "execution-date": "2023-09-13T08:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "task-id": "echo", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:07.607011934Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T08:00:00+00:00', '--job-id', '945', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmp_2t_quqj']", - "insertId": "14ii4dzf6e9bo9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:10:04.934028315Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T08:00:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "process": "standard_task_runner.py:82", - "task-id": "echo", - "workflow": "airflow_monitoring", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:07.607011934Z" - }, - { - "textPayload": "Job 945: Subtask echo", - "insertId": "14ii4dzf6e9boa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:10:04.935957497Z", - "severity": "INFO", - "labels": { - "process": "standard_task_runner.py:83", - "execution-date": "2023-09-13T08:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "task-id": "echo", - "workflow": "airflow_monitoring", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:07.607011934Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "14ii4dzf6e9bob", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:10:05.389381069Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "execution-date": "2023-09-13T08:00:00+00:00", - "task-id": "echo", - "map-index": "-1", - "process": "task_command.py:393", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:07.607011934Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T08:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T08:00:00+00:00", - "insertId": "14ii4dzf6e9boc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:10:05.671448930Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T08:00:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1518", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:07.607011934Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "14ii4dzf6e9bod", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:10:05.691516244Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "subprocess.py:63", - "execution-date": "2023-09-13T08:00:00+00:00", - "workflow": "airflow_monitoring", - "task-id": "echo", - "try-number": "1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:07.607011934Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "14ii4dzf6e9boe", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:10:05.699031408Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T08:00:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "process": "subprocess.py:75", - "workflow": "airflow_monitoring", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:07.607011934Z" - }, - { - "textPayload": "Output:", - "insertId": "14ii4dzf6e9bof", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:10:05.884745829Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "process": "subprocess.py:86", - "execution-date": "2023-09-13T08:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "workflow": "airflow_monitoring", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:07.607011934Z" - }, - { - "textPayload": "test", - "insertId": "14ii4dzf6e9bog", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:10:05.894618710Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T08:00:00+00:00", - "map-index": "-1", - "process": "subprocess.py:93", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:07.607011934Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "14ii4dzf6e9boh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:10:05.895534628Z", - "severity": "INFO", - "labels": { - "process": "subprocess.py:97", - "map-index": "-1", - "execution-date": "2023-09-13T08:00:00+00:00", - "workflow": "airflow_monitoring", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:07.607011934Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T080000, start_date=20230913T081003, end_date=20230913T081005", - "insertId": "14ii4dzf6e9boi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:10:05.946489922Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "process": "taskinstance.py:1328", - "execution-date": "2023-09-13T08:00:00+00:00", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:07.607011934Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "14ii4dzf6e9boj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:10:06.700205987Z", - "severity": "INFO", - "labels": { - "process": "local_task_job.py:212", - "execution-date": "2023-09-13T08:00:00+00:00", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "workflow": "airflow_monitoring", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:07.607011934Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "14ii4dzf6e9bok", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:10:06.788290980Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:2599", - "workflow": "airflow_monitoring", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T08:00:00+00:00", - "map-index": "-1", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:07.607011934Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[d53c9a80-f5fc-43a6-a715-ea06e5004d21] succeeded in 5.482254337024642s: None", - "insertId": "1htx5o8fipnoip", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:10:06.943453275Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:10:12.758165748Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1lpnz7efiodddc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:10:56.332799219Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:11:00.195388416Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1pvitbafhipqjv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:15:56.335985210Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:16:01.704962824Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[b61e11b9-fb84-4366-aa77-999671fd3e4b] received", - "insertId": "1oa419flqoclo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:20:01.348297640Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:02.827218813Z" - }, - { - "textPayload": "[b61e11b9-fb84-4366-aa77-999671fd3e4b] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T08:10:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "1oa419flqoclp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:20:01.353567700Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:02.827218813Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1oa419flqoclq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:20:01.721887850Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:02.827218813Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1oa419flqoclr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:20:01.724392482Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:02.827218813Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "5tu2igf6da3aa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:20:01.850020794Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:07.943265376Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "5tu2igf6da3ab", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:20:02.832681058Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:07.943265376Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "5tu2igf6da3ac", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:20:03.449232955Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:07.943265376Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "5tu2igf6da3ad", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:20:03.750595884Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1091", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "task-id": "echo", - "map-index": "-1", - "execution-date": "2023-09-13T08:10:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:07.943265376Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "5tu2igf6da3ae", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:20:03.771340952Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T08:10:00+00:00", - "try-number": "1", - "map-index": "-1", - "task-id": "echo", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:07.943265376Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "5tu2igf6da3af", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:20:03.771638250Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T08:10:00+00:00", - "process": "taskinstance.py:1289", - "workflow": "airflow_monitoring", - "task-id": "echo", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:07.943265376Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "5tu2igf6da3ag", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:20:03.772198527Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "try-number": "1", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1290", - "task-id": "echo", - "execution-date": "2023-09-13T08:10:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:07.943265376Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "5tu2igf6da3ah", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:20:03.772622648Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "map-index": "-1", - "execution-date": "2023-09-13T08:10:00+00:00", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1291", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:07.943265376Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "5tu2igf6da3ai", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:20:04.089732064Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:07.943265376Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "5tu2igf6da3aj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:20:04.089806170Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:07.943265376Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "5tu2igf6da3ak", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:20:04.111671910Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:07.943265376Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "5tu2igf6da3al", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:20:04.111737110Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:07.943265376Z" - }, - { - "textPayload": "Executing on 2023-09-13 08:10:00+00:00", - "insertId": "5tu2igf6da3am", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:20:04.846181383Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T08:10:00+00:00", - "map-index": "-1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "task-id": "echo", - "process": "taskinstance.py:1310" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:07.943265376Z" - }, - { - "textPayload": "Started process 760 to run task", - "insertId": "5tu2igf6da3an", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:20:04.884615274Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "execution-date": "2023-09-13T08:10:00+00:00", - "workflow": "airflow_monitoring", - "process": "standard_task_runner.py:55" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:07.943265376Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T08:10:00+00:00', '--job-id', '946', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmp_r9gkvn7']", - "insertId": "5tu2igf6da3ao", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:20:04.885071074Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "execution-date": "2023-09-13T08:10:00+00:00", - "try-number": "1", - "map-index": "-1", - "workflow": "airflow_monitoring", - "process": "standard_task_runner.py:82" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:07.943265376Z" - }, - { - "textPayload": "Job 946: Subtask echo", - "insertId": "5tu2igf6da3ap", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:20:04.886617781Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-13T08:10:00+00:00", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "process": "standard_task_runner.py:83" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:07.943265376Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "5tu2igf6da3aq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:20:05.240016913Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "task-id": "echo", - "execution-date": "2023-09-13T08:10:00+00:00", - "workflow": "airflow_monitoring", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:07.943265376Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T08:10:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T08:10:00+00:00", - "insertId": "5tu2igf6da3ar", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:20:05.419413127Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1518", - "execution-date": "2023-09-13T08:10:00+00:00", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:07.943265376Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "5tu2igf6da3as", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:20:05.421985704Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "process": "subprocess.py:63", - "execution-date": "2023-09-13T08:10:00+00:00", - "try-number": "1", - "map-index": "-1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:07.943265376Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "5tu2igf6da3at", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:20:05.424425758Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "execution-date": "2023-09-13T08:10:00+00:00", - "workflow": "airflow_monitoring", - "process": "subprocess.py:75", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:07.943265376Z" - }, - { - "textPayload": "Output:", - "insertId": "5tu2igf6da3au", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:20:05.614513869Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "task-id": "echo", - "execution-date": "2023-09-13T08:10:00+00:00", - "try-number": "1", - "process": "subprocess.py:86", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:07.943265376Z" - }, - { - "textPayload": "test", - "insertId": "5tu2igf6da3av", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:20:05.624703216Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T08:10:00+00:00", - "process": "subprocess.py:93", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "map-index": "-1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:07.943265376Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "5tu2igf6da3aw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:20:05.625371843Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "subprocess.py:97", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "try-number": "1", - "execution-date": "2023-09-13T08:10:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:07.943265376Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T081000, start_date=20230913T082003, end_date=20230913T082005", - "insertId": "5tu2igf6da3ax", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:20:05.670409970Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "try-number": "1", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1328", - "execution-date": "2023-09-13T08:10:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:07.943265376Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "5tu2igf6da3ay", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:20:06.513646953Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "process": "local_task_job.py:212", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "map-index": "-1", - "execution-date": "2023-09-13T08:10:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:07.943265376Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "5tu2igf6da3az", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:20:06.590411982Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:2599", - "execution-date": "2023-09-13T08:10:00+00:00", - "map-index": "-1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:07.943265376Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[b61e11b9-fb84-4366-aa77-999671fd3e4b] succeeded in 5.449133146001259s: None", - "insertId": "5tu2igf6da3b0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:20:06.800896222Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:20:07.943265376Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1hu197lfi40o3m", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:20:58.611754159Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:21:00.355322605Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "nb8c9ufos3als", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:26:00.137821609Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:26:03.998461255Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[7cbad3d8-617c-40da-9c12-de800d939536] received", - "insertId": "2ifbgsfimrhqm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:28:31.041251695Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:34.072258598Z" - }, - { - "textPayload": "[7cbad3d8-617c-40da-9c12-de800d939536] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'run_bq_external_ingestion', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "2ifbgsfimrhqn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:28:31.047047274Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:34.072258598Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "2ifbgsfimrhqo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:28:31.413442609Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:34.072258598Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "2ifbgsfimrhqp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:28:31.416259400Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:34.072258598Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "2ifbgsfimrhqq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:28:31.535034980Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:34.072258598Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "2ifbgsfimrhqr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:28:32.451137624Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:34.072258598Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "45zp0lfioqplt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:28:37.509637812Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:40.832885384Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "45zp0lfioqplu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:28:37.918268694Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1091", - "task-id": "run_bq_external_ingestion", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:40.832885384Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "45zp0lfioqplv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:28:37.945520802Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "map-index": "-1", - "process": "taskinstance.py:1091", - "task-id": "run_bq_external_ingestion", - "worker_id": "airflow-worker-n79fs", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:40.832885384Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "45zp0lfioqplw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:28:38.013476373Z", - "severity": "INFO", - "labels": { - "task-id": "run_bq_external_ingestion", - "try-number": "1", - "map-index": "-1", - "process": "taskinstance.py:1289", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:40.832885384Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "45zp0lfioqplx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:28:38.015420821Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "map-index": "-1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1290", - "worker_id": "airflow-worker-n79fs", - "task-id": "run_bq_external_ingestion" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:40.832885384Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "45zp0lfioqply", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:28:38.020247442Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1291", - "map-index": "-1", - "workflow": "data_analytics_dag", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "task-id": "run_bq_external_ingestion" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:40.832885384Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "45zp0lfioqplz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:28:38.717841204Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:40.832885384Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "45zp0lfioqpm0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:28:38.717897276Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:40.832885384Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "45zp0lfioqpm1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:28:38.824607230Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:40.832885384Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "45zp0lfioqpm2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:28:38.824649574Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:40.832885384Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "ak0wmqfik6apl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:28:39.960764335Z", - "severity": "INFO", - "labels": { - "task-id": "run_bq_external_ingestion", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "map-index": "-1", - "process": "taskinstance.py:1310", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:45.842511669Z" - }, - { - "textPayload": "Started process 972 to run task", - "insertId": "ak0wmqfik6apm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:28:40.015797047Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "map-index": "-1", - "task-id": "run_bq_external_ingestion", - "process": "standard_task_runner.py:55" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:45.842511669Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'run_bq_external_ingestion', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '947', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmprj_c6mdn']", - "insertId": "ak0wmqfik6apn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:28:40.027812552Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "run_bq_external_ingestion", - "process": "standard_task_runner.py:82", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:45.842511669Z" - }, - { - "textPayload": "Job 947: Subtask run_bq_external_ingestion", - "insertId": "ak0wmqfik6apo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:28:40.028965180Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "standard_task_runner.py:83", - "worker_id": "airflow-worker-n79fs", - "task-id": "run_bq_external_ingestion" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:45.842511669Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "ak0wmqfik6app", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:28:40.786419387Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "task-id": "run_bq_external_ingestion", - "process": "task_command.py:393", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:45.842511669Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=run_bq_external_ingestion\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-12T00:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-12T00:00:00+00:00", - "insertId": "ak0wmqfik6apq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:28:41.529824809Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1518", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "task-id": "run_bq_external_ingestion" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:45.842511669Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "ak0wmqfik6apr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:28:41.614253614Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "base.py:73", - "map-index": "-1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "task-id": "run_bq_external_ingestion" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:45.842511669Z" - }, - { - "textPayload": "Using existing BigQuery table for storing data...", - "insertId": "ak0wmqfik6aps", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:28:41.619363941Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "process": "gcs_to_bigquery.py:375", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "task-id": "run_bq_external_ingestion", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:45.842511669Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "ak0wmqfik6apt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:28:41.624493739Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "map-index": "-1", - "process": "credentials_provider.py:353", - "task-id": "run_bq_external_ingestion", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:45.842511669Z" - }, - { - "textPayload": "Project is not included in destination_project_dataset_table: holiday_weather.holidays; using project \"acceldata-acm\"", - "insertId": "ak0wmqfik6apu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:28:41.709437214Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "try-number": "1", - "process": "bigquery.py:2314", - "task-id": "run_bq_external_ingestion", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:45.842511669Z" - }, - { - "textPayload": "Executing: {'load': {'autodetect': True, 'createDisposition': 'CREATE_IF_NEEDED', 'destinationTable': {'projectId': 'acceldata-acm', 'datasetId': 'holiday_weather', 'tableId': 'holidays'}, 'sourceFormat': 'CSV', 'sourceUris': ['gs://openlineagedemo/holidays.csv'], 'writeDisposition': 'WRITE_TRUNCATE', 'ignoreUnknownValues': False, 'schema': {'fields': [{'name': 'Date', 'type': 'DATE'}, {'name': 'Holiday', 'type': 'STRING'}]}, 'skipLeadingRows': 1, 'fieldDelimiter': ',', 'quote': None, 'allowQuotedNewlines': False, 'encoding': 'UTF-8'}}", - "insertId": "ak0wmqfik6apv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:28:41.710972204Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "run_bq_external_ingestion", - "process": "gcs_to_bigquery.py:379", - "workflow": "data_analytics_dag", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:45.842511669Z" - }, - { - "textPayload": "Inserting job airflow_data_analytics_dag_run_bq_external_ingestion_2023_09_12T00_00_00_00_00_76450f752f278143f44209d1d2887d14", - "insertId": "ak0wmqfik6apw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:28:41.713579468Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "process": "bigquery.py:1596", - "map-index": "-1", - "task-id": "run_bq_external_ingestion", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:45.842511669Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=data_analytics_dag, task_id=run_bq_external_ingestion, execution_date=20230912T000000, start_date=20230913T082837, end_date=20230913T082844", - "insertId": "ak0wmqfik6apx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:28:44.310579729Z", - "severity": "INFO", - "labels": { - "task-id": "run_bq_external_ingestion", - "process": "taskinstance.py:1328", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:45.842511669Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "281nwpfox9341", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:28:45.409137978Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "workflow": "data_analytics_dag", - "process": "local_task_job.py:212", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "task-id": "run_bq_external_ingestion" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:50.917705349Z" - }, - { - "textPayload": "[7cbad3d8-617c-40da-9c12-de800d939536] Failed to execute task No row was found when one was required.", - "insertId": "281nwpfox9342", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:28:46.139789813Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "celery_executor.py:133" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:50.917705349Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/executors/celery_executor.py\", line 130, in _execute_in_fork args.func(args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/cli/cli_parser.py\", line 52, in command return func(*args, **kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/utils/cli.py\", line 108, in wrapper return f(*args, **kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/cli/commands/task_command.py\", line 400, in task_run _run_task_by_selected_method(args, dag, ti) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/cli/commands/task_command.py\", line 194, in _run_task_by_selected_method _run_task_by_local_task_job(args, ti) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/cli/commands/task_command.py\", line 253, in _run_task_by_local_task_job run_job.run() File \"/opt/python3.8/lib/python3.8/site-packages/airflow/jobs/base_job.py\", line 258, in run self._execute() File \"/opt/python3.8/lib/python3.8/site-packages/airflow/jobs/local_task_job.py\", line 185, in _execute self.handle_task_exit(return_code) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/jobs/local_task_job.py\", line 217, in handle_task_exit self.task_instance.schedule_downstream_tasks() File \"/opt/python3.8/lib/python3.8/site-packages/airflow/utils/session.py\", line 75, in wrapper return func(*args, session=session, **kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/taskinstance.py\", line 2554, in schedule_downstream_tasks dag_run = with_row_locks( File \"/opt/python3.8/lib/python3.8/site-packages/sqlalchemy/orm/query.py\", line 2870, in one return self._iter().one() File \"/opt/python3.8/lib/python3.8/site-packages/sqlalchemy/engine/result.py\", line 1522, in one return self._only_one_row( File \"/opt/python3.8/lib/python3.8/site-packages/sqlalchemy/engine/result.py\", line 562, in _only_one_row raise exc.NoResultFound(sqlalchemy.exc.NoResultFound: No row was found when one was required", - "insertId": "281nwpfox9343", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:28:46.139851363Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:50.917705349Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[7cbad3d8-617c-40da-9c12-de800d939536] raised unexpected: AirflowException('Celery command failed on host: airflow-worker-n79fs with celery_task_id 7cbad3d8-617c-40da-9c12-de800d939536')", - "insertId": "281nwpfox9344", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:28:46.508671720Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "trace.py:265" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:50.917705349Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/celery/app/trace.py\", line 451, in trace_task R = retval = fun(*args, **kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/celery/app/trace.py\", line 734, in __protected_call__ return self.run(*args, **kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/executors/celery_executor.py\", line 96, in execute_command _execute_in_fork(command_to_exec, celery_task_id) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/executors/celery_executor.py\", line 111, in _execute_in_fork raise AirflowException(msg)airflow.exceptions.AirflowException: Celery command failed on host: airflow-worker-n79fs with celery_task_id 7cbad3d8-617c-40da-9c12-de800d939536", - "insertId": "281nwpfox9345", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:28:46.508720811Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:28:50.917705349Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[eb6dd88f-a3e5-4423-b4f6-77bf1edf33dc] received", - "insertId": "1ndt0w9fozevbu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:29:10.475752473Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:13.884199180Z" - }, - { - "textPayload": "[eb6dd88f-a3e5-4423-b4f6-77bf1edf33dc] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'run_bq_external_ingestion', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "1ndt0w9fozevbv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:29:10.482400696Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:13.884199180Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1ndt0w9fozevbw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:29:10.958854893Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:13.884199180Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1ndt0w9fozevbx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:29:10.962278130Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:13.884199180Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1ndt0w9fozevby", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:29:11.108567603Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:13.884199180Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1ndt0w9fozevbz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:29:12.043258046Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:13.884199180Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1ie3n4efhvd48l", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:29:15.611858684Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:18.830229736Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "1ie3n4efhvd48m", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:29:15.772416408Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "workflow": "data_analytics_dag", - "task-id": "run_bq_external_ingestion", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:18.830229736Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "1ie3n4efhvd48n", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:29:15.790361708Z", - "severity": "INFO", - "labels": { - "task-id": "run_bq_external_ingestion", - "try-number": "1", - "workflow": "data_analytics_dag", - "map-index": "-1", - "process": "taskinstance.py:1091", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:18.830229736Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1ie3n4efhvd48o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:29:15.790817549Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1289", - "map-index": "-1", - "task-id": "run_bq_external_ingestion", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:18.830229736Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "1ie3n4efhvd48p", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:29:15.791391072Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "process": "taskinstance.py:1290", - "map-index": "-1", - "task-id": "run_bq_external_ingestion", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:18.830229736Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1ie3n4efhvd48q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:29:15.791969823Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "process": "taskinstance.py:1291", - "map-index": "-1", - "task-id": "run_bq_external_ingestion" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:18.830229736Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1ie3n4efhvd48r", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:29:16.134785414Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:18.830229736Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1ie3n4efhvd48s", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:29:16.134829255Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:18.830229736Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1ie3n4efhvd48t", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:29:16.214275082Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:18.830229736Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1ie3n4efhvd48u", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:29:16.214316490Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:18.830229736Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "1ie3n4efhvd48v", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:29:17.045920012Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1310", - "workflow": "data_analytics_dag", - "map-index": "-1", - "try-number": "1", - "task-id": "run_bq_external_ingestion", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:18.830229736Z" - }, - { - "textPayload": "Started process 988 to run task", - "insertId": "1ie3n4efhvd48w", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:29:17.060153942Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "standard_task_runner.py:55", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "run_bq_external_ingestion", - "workflow": "data_analytics_dag", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:18.830229736Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'run_bq_external_ingestion', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '948', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmpfqmm22dy']", - "insertId": "1ie3n4efhvd48x", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:29:17.064966214Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "map-index": "-1", - "workflow": "data_analytics_dag", - "process": "standard_task_runner.py:82", - "task-id": "run_bq_external_ingestion", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:18.830229736Z" - }, - { - "textPayload": "Job 948: Subtask run_bq_external_ingestion", - "insertId": "1ie3n4efhvd48y", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:29:17.065574532Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "standard_task_runner.py:83", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "task-id": "run_bq_external_ingestion", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:18.830229736Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1ie3n4efhvd48z", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:29:17.475259591Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393", - "task-id": "run_bq_external_ingestion", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "workflow": "data_analytics_dag", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:18.830229736Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=run_bq_external_ingestion\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-12T00:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-12T00:00:00+00:00", - "insertId": "12knff2fi1xm21", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:29:17.825150876Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "try-number": "1", - "task-id": "run_bq_external_ingestion", - "process": "taskinstance.py:1518" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:23.832248109Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "12knff2fi1xm22", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:29:17.868442Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "task-id": "run_bq_external_ingestion", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "base.py:73" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:23.832248109Z" - }, - { - "textPayload": "Using existing BigQuery table for storing data...", - "insertId": "12knff2fi1xm23", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:29:17.871031822Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "run_bq_external_ingestion", - "try-number": "1", - "map-index": "-1", - "process": "gcs_to_bigquery.py:375" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:23.832248109Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "12knff2fi1xm24", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:29:17.871755576Z", - "severity": "INFO", - "labels": { - "task-id": "run_bq_external_ingestion", - "worker_id": "airflow-worker-n79fs", - "process": "credentials_provider.py:353", - "workflow": "data_analytics_dag", - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:23.832248109Z" - }, - { - "textPayload": "Project is not included in destination_project_dataset_table: holiday_weather.holidays; using project \"acceldata-acm\"", - "insertId": "12knff2fi1xm25", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:29:17.923144882Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "data_analytics_dag", - "process": "bigquery.py:2314", - "task-id": "run_bq_external_ingestion", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:23.832248109Z" - }, - { - "textPayload": "Executing: {'load': {'autodetect': True, 'createDisposition': 'CREATE_IF_NEEDED', 'destinationTable': {'projectId': 'acceldata-acm', 'datasetId': 'holiday_weather', 'tableId': 'holidays'}, 'sourceFormat': 'CSV', 'sourceUris': ['gs://openlineagedemo/holidays.csv'], 'writeDisposition': 'WRITE_TRUNCATE', 'ignoreUnknownValues': False, 'schema': {'fields': [{'name': 'Date', 'type': 'DATE'}, {'name': 'Holiday', 'type': 'STRING'}]}, 'skipLeadingRows': 1, 'fieldDelimiter': ',', 'quote': None, 'allowQuotedNewlines': False, 'encoding': 'UTF-8'}}", - "insertId": "12knff2fi1xm26", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:29:17.924426047Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "map-index": "-1", - "task-id": "run_bq_external_ingestion", - "try-number": "1", - "process": "gcs_to_bigquery.py:379", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:23.832248109Z" - }, - { - "textPayload": "Inserting job airflow_data_analytics_dag_run_bq_external_ingestion_2023_09_12T00_00_00_00_00_9f0acc11f2ac9c69be11b1a27e0ec444", - "insertId": "12knff2fi1xm27", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:29:17.925975724Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "task-id": "run_bq_external_ingestion", - "workflow": "data_analytics_dag", - "try-number": "1", - "process": "bigquery.py:1596", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:23.832248109Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=data_analytics_dag, task_id=run_bq_external_ingestion, execution_date=20230912T000000, start_date=20230913T082915, end_date=20230913T082921", - "insertId": "12knff2fi1xm28", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:29:21.734968521Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "task-id": "run_bq_external_ingestion", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1328", - "map-index": "-1", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:23.832248109Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "12knff2fi1xm29", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:29:22.562400701Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "process": "local_task_job.py:212", - "task-id": "run_bq_external_ingestion", - "map-index": "-1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:23.832248109Z" - }, - { - "textPayload": "25 downstream tasks scheduled from follow-on schedule check", - "insertId": "12knff2fi1xm2a", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:29:22.728595137Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "task-id": "run_bq_external_ingestion", - "try-number": "1", - "map-index": "-1", - "process": "taskinstance.py:2599", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:23.832248109Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[eb6dd88f-a3e5-4423-b4f6-77bf1edf33dc] succeeded in 12.491015944018727s: None", - "insertId": "1e81nhfire8xv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:29:22.973662538Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:28.826389472Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[be0fdbb9-44fd-4a07-a729-b299d039f49f] received", - "insertId": "1e81nhfire8xw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:29:24.010258210Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:28.826389472Z" - }, - { - "textPayload": "[be0fdbb9-44fd-4a07-a729-b299d039f49f] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2017', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "1e81nhfire8xx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:29:24.032790776Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:28.826389472Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1e81nhfire8xy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:29:24.344110990Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:28.826389472Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1e81nhfire8xz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:29:24.346208346Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:28.826389472Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1e81nhfire8y0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:29:24.516254098Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:28.826389472Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1e81nhfire8y1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:29:25.424673613Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:28.826389472Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "sb49dzf6egpu6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:29:28.580992240Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:33.834255248Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "sb49dzf6egpu7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:29:28.770796909Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1091", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "worker_id": "airflow-worker-n79fs", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:33.834255248Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "sb49dzf6egpu8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:29:28.791223756Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1091", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:33.834255248Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "sb49dzf6egpu9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:29:28.791690541Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1289", - "try-number": "1", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:33.834255248Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "sb49dzf6egpua", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:29:28.792279819Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1290", - "map-index": "-1", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:33.834255248Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "sb49dzf6egpub", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:29:28.792715669Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "process": "taskinstance.py:1291", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:33.834255248Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "sb49dzf6egpuc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:29:29.114581975Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:33.834255248Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "sb49dzf6egpud", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:29:29.114649148Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:33.834255248Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "sb49dzf6egpue", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:29:29.138019748Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:33.834255248Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "sb49dzf6egpuf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:29:29.138082211Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:33.834255248Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "sb49dzf6egpug", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:29:30.092607362Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1310", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:33.834255248Z" - }, - { - "textPayload": "Started process 996 to run task", - "insertId": "sb49dzf6egpuh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:29:30.114520691Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "process": "standard_task_runner.py:55", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:33.834255248Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2017', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '949', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmp8t6gitr0']", - "insertId": "sb49dzf6egpui", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:29:30.117910947Z", - "severity": "INFO", - "labels": { - "process": "standard_task_runner.py:82", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:33.834255248Z" - }, - { - "textPayload": "Job 949: Subtask join_bq_datasets.bq_join_holidays_weather_data_2017", - "insertId": "sb49dzf6egpuj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:29:30.118809018Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "process": "standard_task_runner.py:83", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:33.834255248Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "sb49dzf6egpuk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:29:30.510555419Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "task_command.py:393", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "try-number": "1", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:33.834255248Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=join_bq_datasets.bq_join_holidays_weather_data_2017\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-12T00:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-12T00:00:00+00:00", - "insertId": "sb49dzf6egpul", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:29:30.784166411Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "process": "taskinstance.py:1518", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:33.834255248Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "sb49dzf6egpum", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:29:30.825154591Z", - "severity": "INFO", - "labels": { - "process": "base.py:73", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:33.834255248Z" - }, - { - "textPayload": "Executing: {'query': {'query': '\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_2017 AS Table WHERE Table.element=\"TMAX\" AND Table.id=\"USW00094846\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n ', 'useLegacySql': False, 'destinationTable': {'projectId': 'acceldata-acm', 'datasetId': 'holiday_weather', 'tableId': 'holidays_weather_joined'}, 'writeDisposition': 'WRITE_APPEND'}}'", - "insertId": "sb49dzf6egpun", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:29:30.827861479Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "process": "bigquery.py:2710", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:33.834255248Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "sb49dzf6egpuo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:29:30.828919437Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "process": "credentials_provider.py:353", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:33.834255248Z" - }, - { - "textPayload": "Inserting job airflow_data_analytics_dag_join_bq_datasets_bq_join_holidays_weather_data_2017_2023_09_12T00_00_00_00_00_b6a345cef550d1555dec74ab1cd294db", - "insertId": "sb49dzf6egpup", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:29:30.870076658Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "process": "bigquery.py:1596", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:33.834255248Z" - }, - { - "textPayload": "I0913 08:29:32.370097 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1wjis7ufi6561y", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:29:32.370338572Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T08:29:39.251865526Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=data_analytics_dag, task_id=join_bq_datasets.bq_join_holidays_weather_data_2017, execution_date=20230912T000000, start_date=20230913T082928, end_date=20230913T082933", - "insertId": "ahi4tfoymt7l", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:29:33.646447350Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1328" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:38.929199131Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "ahi4tfoymt7o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:29:34.350704171Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017", - "process": "local_task_job.py:212", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:38.929199131Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "ahi4tfoymt7q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:29:34.423200517Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "process": "taskinstance.py:2599", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2017" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:38.929199131Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[be0fdbb9-44fd-4a07-a729-b299d039f49f] succeeded in 10.56483886600472s: None", - "insertId": "ahi4tfoymt7s", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:29:34.584452814Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:29:38.929199131Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[41fa9a6d-75f2-4c2a-b6d1-b5e0526bb9dd] received", - "insertId": "1f25mrnfhx7uu6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:30:01.672250417Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:06.844015195Z" - }, - { - "textPayload": "[41fa9a6d-75f2-4c2a-b6d1-b5e0526bb9dd] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T08:20:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "1f25mrnfhx7uu7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:30:01.678151301Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:06.844015195Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1f25mrnfhx7uu8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:30:02.022831178Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:06.844015195Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1f25mrnfhx7uu9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:30:02.025562138Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:06.844015195Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1f25mrnfhx7uua", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:30:02.156122174Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:06.844015195Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "1f25mrnfhx7uub", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:30:03.146907079Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:06.844015195Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1f25mrnfhx7uuc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:30:03.668225118Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:06.844015195Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "1f25mrnfhx7uud", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:30:03.800383979Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-13T08:20:00+00:00", - "process": "taskinstance.py:1091", - "task-id": "echo", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:06.844015195Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "1f25mrnfhx7uue", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:30:03.825612575Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "task-id": "echo", - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-13T08:20:00+00:00", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:06.844015195Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1f25mrnfhx7uuf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:30:03.826134855Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1289", - "workflow": "airflow_monitoring", - "try-number": "1", - "task-id": "echo", - "execution-date": "2023-09-13T08:20:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:06.844015195Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "1f25mrnfhx7uug", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:30:03.826694010Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1290", - "execution-date": "2023-09-13T08:20:00+00:00", - "workflow": "airflow_monitoring", - "task-id": "echo", - "try-number": "1", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:06.844015195Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1f25mrnfhx7uuh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:30:03.827148242Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T08:20:00+00:00", - "workflow": "airflow_monitoring", - "try-number": "1", - "task-id": "echo", - "process": "taskinstance.py:1291", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:06.844015195Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1f25mrnfhx7uui", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:30:04.111264389Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:06.844015195Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1f25mrnfhx7uuj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:30:04.111307045Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:06.844015195Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1f25mrnfhx7uuk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:30:04.133571906Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:06.844015195Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1f25mrnfhx7uul", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:30:04.133611657Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:06.844015195Z" - }, - { - "textPayload": "Executing on 2023-09-13 08:20:00+00:00", - "insertId": "1f25mrnfhx7uum", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:30:04.950706331Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "try-number": "1", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T08:20:00+00:00", - "process": "taskinstance.py:1310" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:06.844015195Z" - }, - { - "textPayload": "Started process 1009 to run task", - "insertId": "1f25mrnfhx7uun", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:30:04.987591309Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-13T08:20:00+00:00", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "process": "standard_task_runner.py:55", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:06.844015195Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T08:20:00+00:00', '--job-id', '950', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmp93ungmjh']", - "insertId": "1f25mrnfhx7uuo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:30:04.988637163Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "process": "standard_task_runner.py:82", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T08:20:00+00:00", - "map-index": "-1", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:06.844015195Z" - }, - { - "textPayload": "Job 950: Subtask echo", - "insertId": "1f25mrnfhx7uup", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:30:04.989867031Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T08:20:00+00:00", - "process": "standard_task_runner.py:83", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "task-id": "echo", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:06.844015195Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1f25mrnfhx7uuq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:30:05.352795659Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T08:20:00+00:00", - "map-index": "-1", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:06.844015195Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T08:20:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T08:20:00+00:00", - "insertId": "5aaqinf6ilyr4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:30:06.026377375Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T08:20:00+00:00", - "map-index": "-1", - "process": "taskinstance.py:1518", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "task-id": "echo", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:11.861671303Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "5aaqinf6ilyr5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:30:06.029672034Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T08:20:00+00:00", - "try-number": "1", - "process": "subprocess.py:63", - "map-index": "-1", - "task-id": "echo", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:11.861671303Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "5aaqinf6ilyr6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:30:06.032129034Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "map-index": "-1", - "task-id": "echo", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T08:20:00+00:00", - "process": "subprocess.py:75" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:11.861671303Z" - }, - { - "textPayload": "Output:", - "insertId": "5aaqinf6ilyr7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:30:06.322224751Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T08:20:00+00:00", - "try-number": "1", - "process": "subprocess.py:86", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:11.861671303Z" - }, - { - "textPayload": "test", - "insertId": "5aaqinf6ilyr8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:30:06.329123080Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "task-id": "echo", - "try-number": "1", - "execution-date": "2023-09-13T08:20:00+00:00", - "process": "subprocess.py:93" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:11.861671303Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "5aaqinf6ilyr9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:30:06.330886323Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "try-number": "1", - "map-index": "-1", - "process": "subprocess.py:97", - "execution-date": "2023-09-13T08:20:00+00:00", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:11.861671303Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T082000, start_date=20230913T083003, end_date=20230913T083006", - "insertId": "5aaqinf6ilyra", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:30:06.432625005Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "map-index": "-1", - "execution-date": "2023-09-13T08:20:00+00:00", - "process": "taskinstance.py:1328", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:11.861671303Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "5aaqinf6ilyrb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:30:07.343811345Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T08:20:00+00:00", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "workflow": "airflow_monitoring", - "task-id": "echo", - "process": "local_task_job.py:212", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:11.861671303Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "5aaqinf6ilyrc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:30:07.519120270Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "workflow": "airflow_monitoring", - "map-index": "-1", - "process": "taskinstance.py:2599", - "execution-date": "2023-09-13T08:20:00+00:00", - "try-number": "1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:11.861671303Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[41fa9a6d-75f2-4c2a-b6d1-b5e0526bb9dd] succeeded in 6.070064147002995s: None", - "insertId": "5aaqinf6ilyrd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:30:07.745563618Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:30:11.861671303Z" - }, - { - "textPayload": "I0913 08:30:29.816950 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1h0f4qaf9orzoi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:30:29.817164872Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T08:30:36.580790076Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1dee0mdfdpiwg0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:31:02.239252096Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:31:07.976486253Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[cdc86ce3-247d-4165-a09a-d6f8a1b01034] received", - "insertId": "1d4gjkaflm2397", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:32:09.745857255Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:15.109899644Z" - }, - { - "textPayload": "[cdc86ce3-247d-4165-a09a-d6f8a1b01034] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'run_bq_external_ingestion', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "1d4gjkaflm2398", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:32:09.751433916Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:15.109899644Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1d4gjkaflm2399", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:32:10.222622841Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:15.109899644Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1d4gjkaflm239a", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:32:10.224538903Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:15.109899644Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1d4gjkaflm239b", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:32:10.370772676Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:15.109899644Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1d4gjkaflm239c", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:32:11.567144343Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:15.109899644Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "5aaqinf6isc6u", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:32:15.263161778Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:341" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:20.823904077Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "5aaqinf6isc6v", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:32:15.263227642Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:20.823904077Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "5aaqinf6isc6w", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:32:15.274372574Z", - "severity": "INFO", - "labels": { - "process": "cli.py:240", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:20.823904077Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1thw82kf6ie0s3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:32:20.278367327Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:25.824571488Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1thw82kf6ie0s4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:32:20.280870417Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:341" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:25.824571488Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "1thw82kf6ie0s5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:32:20.280954769Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:25.824571488Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "1thw82kf6ie0s6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:32:20.281433Z", - "severity": "INFO", - "labels": { - "process": "cli.py:240", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:25.824571488Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1rjlexrfhz6anb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:32:25.287376985Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:30.828322552Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1rjlexrfhz6anc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:32:25.288982476Z", - "severity": "ERROR", - "labels": { - "process": "dagbag.py:341", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:30.828322552Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "1rjlexrfhz6and", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:32:25.289011895Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:30.828322552Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "1rjlexrfhz6ane", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:32:25.289866291Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "cli.py:240" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:30.828322552Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "6nz668fp238vr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:32:30.295508739Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:35.826256748Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "6nz668fp238vs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:32:30.297803736Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:341" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:35.826256748Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "6nz668fp238vt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:32:30.297838526Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:35.826256748Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "6nz668fp238vu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:32:30.298422460Z", - "severity": "INFO", - "labels": { - "process": "cli.py:240", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:35.826256748Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "4q1e2df6g4j0t", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:32:35.304171004Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:40.828608594Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "4q1e2df6g4j0u", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:32:35.306956218Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:341" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:40.828608594Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "4q1e2df6g4j0v", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:32:35.307022052Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:40.828608594Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "4q1e2df6g4j0w", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:32:35.307406715Z", - "severity": "INFO", - "labels": { - "process": "cli.py:240", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:40.828608594Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "jpbb1qfotja3n", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:32:40.312932135Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:45.828084983Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "jpbb1qfotja3o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:32:40.315023145Z", - "severity": "ERROR", - "labels": { - "process": "dagbag.py:341", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:45.828084983Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "jpbb1qfotja3p", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:32:40.315056310Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:45.828084983Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "jpbb1qfotja3q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:32:40.315570718Z", - "severity": "INFO", - "labels": { - "process": "cli.py:240", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:45.828084983Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1c0nyu9fifjt0b", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:32:45.317892015Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:50.836053296Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1c0nyu9fifjt0c", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:32:45.320316523Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:341" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:50.836053296Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "1c0nyu9fifjt0d", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:32:45.320394837Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:50.836053296Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "1c0nyu9fifjt0e", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:32:45.321172152Z", - "severity": "INFO", - "labels": { - "process": "cli.py:240", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:50.836053296Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "28bgxpfowlke2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:32:50.327059398Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:55.831009170Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "28bgxpfowlke3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:32:50.329467032Z", - "severity": "ERROR", - "labels": { - "process": "dagbag.py:341", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:55.831009170Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "28bgxpfowlke4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:32:50.329507098Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:55.831009170Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "28bgxpfowlke5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:32:50.330138787Z", - "severity": "INFO", - "labels": { - "process": "cli.py:240", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:32:55.831009170Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1ck5nq2fi4sgpe", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:32:55.336461259Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:00.825129024Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1ck5nq2fi4sgpf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:32:55.338134739Z", - "severity": "ERROR", - "labels": { - "process": "dagbag.py:341", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:00.825129024Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "1ck5nq2fi4sgpg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:32:55.338170131Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:00.825129024Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "1ck5nq2fi4sgph", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:32:55.338765476Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "cli.py:240" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:00.825129024Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "k4w1kfiuoell", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:33:00.344373930Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:05.831437004Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "k4w1kfiuoelm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:33:00.346539376Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:341" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:05.831437004Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "k4w1kfiuoeln", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:33:00.346601454Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:05.831437004Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "k4w1kfiuoelo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:33:00.346974611Z", - "severity": "INFO", - "labels": { - "process": "cli.py:240", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:05.831437004Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "ci0rqeflnk967", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:33:05.351976072Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:10.897028104Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "ci0rqeflnk968", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:33:05.356319689Z", - "severity": "ERROR", - "labels": { - "process": "dagbag.py:341", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:10.897028104Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "ci0rqeflnk969", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:33:05.356375790Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:10.897028104Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "ci0rqeflnk96a", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:33:05.358287677Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "cli.py:240" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:10.897028104Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1pbzs3cflpj0bc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:33:10.363999849Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:16.080511957Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1pbzs3cflpj0bd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:33:10.367049439Z", - "severity": "ERROR", - "labels": { - "process": "dagbag.py:341", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:16.080511957Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "1pbzs3cflpj0be", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:33:10.367085077Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:16.080511957Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "1pbzs3cflpj0bf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:33:10.367924158Z", - "severity": "INFO", - "labels": { - "process": "cli.py:240", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:16.080511957Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1pbzs3cflpj0bg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:33:15.372905159Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:16.080511957Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1pbzs3cflpj0bh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:33:15.376404497Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:341" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:16.080511957Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "1pbzs3cflpj0bi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:33:15.376477535Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:16.080511957Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "1pbzs3cflpj0bj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:33:15.377450582Z", - "severity": "INFO", - "labels": { - "process": "cli.py:240", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:16.080511957Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1t7vga0fi2g5uy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:33:20.382930907Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:21.988512449Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1t7vga0fi2g5uz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:33:20.385349388Z", - "severity": "ERROR", - "labels": { - "process": "dagbag.py:341", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:21.988512449Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "1t7vga0fi2g5v0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:33:20.385381217Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:21.988512449Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "1t7vga0fi2g5v1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:33:20.385963288Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "cli.py:240" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:21.988512449Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "17uf4n4flnwv73", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:33:25.391853728Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:31.077023605Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "17uf4n4flnwv74", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:33:25.394295460Z", - "severity": "ERROR", - "labels": { - "process": "dagbag.py:341", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:31.077023605Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "17uf4n4flnwv75", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:33:25.394349062Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:31.077023605Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "17uf4n4flnwv76", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:33:25.394492946Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "cli.py:240" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:31.077023605Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "17uf4n4flnwv77", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:33:30.398001786Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:31.077023605Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "17uf4n4flnwv78", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:33:30.400135063Z", - "severity": "ERROR", - "labels": { - "process": "dagbag.py:341", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:31.077023605Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "17uf4n4flnwv79", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:33:30.400172507Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:31.077023605Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "17uf4n4flnwv7a", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:33:30.401070218Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "cli.py:240" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:31.077023605Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "16qkdudfi5iknu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:33:35.408624814Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:41.185680355Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "16qkdudfi5iknv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:33:35.418430412Z", - "severity": "ERROR", - "labels": { - "process": "dagbag.py:341", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:41.185680355Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "16qkdudfi5iknw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:33:35.418480912Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:41.185680355Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "16qkdudfi5iknx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:33:35.420885870Z", - "severity": "INFO", - "labels": { - "process": "cli.py:240", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:41.185680355Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "16qkdudfi5ikny", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:33:40.427088678Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:41.185680355Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "16qkdudfi5iknz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:33:40.429486240Z", - "severity": "ERROR", - "labels": { - "process": "dagbag.py:341", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:41.185680355Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "16qkdudfi5iko0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:33:40.429539725Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:41.185680355Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "16qkdudfi5iko1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:33:40.430168781Z", - "severity": "INFO", - "labels": { - "process": "cli.py:240", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:41.185680355Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1ormx65fi3ygvu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:33:45.435130344Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:47.204441183Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1ormx65fi3ygvv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:33:45.438148446Z", - "severity": "ERROR", - "labels": { - "process": "dagbag.py:341", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:47.204441183Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "1ormx65fi3ygvw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:33:45.438201072Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:47.204441183Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "1ormx65fi3ygvx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:33:45.439787981Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "cli.py:240" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:47.204441183Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "14iki9xfoxthdp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:33:50.445539156Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:56.280606456Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "14iki9xfoxthdq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:33:50.447610368Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:341" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:56.280606456Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "14iki9xfoxthdr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:33:50.447660711Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:56.280606456Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "14iki9xfoxthds", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:33:50.447936638Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "cli.py:240" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:56.280606456Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "14iki9xfoxthdt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:33:55.449927046Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:56.280606456Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "14iki9xfoxthdu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:33:55.452076078Z", - "severity": "ERROR", - "labels": { - "process": "dagbag.py:341", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:56.280606456Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "14iki9xfoxthdv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:33:55.452438452Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:56.280606456Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "14iki9xfoxthdw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:33:55.452835909Z", - "severity": "INFO", - "labels": { - "process": "cli.py:240", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:33:56.280606456Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1lzyi66fhxj006", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:34:00.455038415Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:05.347632004Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1lzyi66fhxj007", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:34:00.458157200Z", - "severity": "ERROR", - "labels": { - "process": "dagbag.py:341", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:05.347632004Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "1lzyi66fhxj008", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:34:00.458187651Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:05.347632004Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "1lzyi66fhxj009", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:34:00.458694991Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "cli.py:240" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:05.347632004Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "m77bwgfiuuwxp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:34:05.464576944Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:10.881743055Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "m77bwgfiuuwxq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:34:05.464653227Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:341" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:10.881743055Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "m77bwgfiuuwxr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:34:05.464665569Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:10.881743055Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "m77bwgfiuuwxs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:34:05.464866491Z", - "severity": "INFO", - "labels": { - "process": "cli.py:240", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:10.881743055Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "m77bwgfiuuwxt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:34:10.471162437Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:10.881743055Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "m77bwgfiuuwxu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:34:10.475824989Z", - "severity": "ERROR", - "labels": { - "process": "dagbag.py:341", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:10.881743055Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "m77bwgfiuuwxv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:34:10.475881493Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:10.881743055Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "m77bwgfiuuwxw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:34:10.476816786Z", - "severity": "INFO", - "labels": { - "process": "cli.py:240", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:10.881743055Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "16gfkftf6igb2m", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:34:15.484135869Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:15.891987434Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "16gfkftf6igb2n", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:34:15.485156924Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:341" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:15.891987434Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "16gfkftf6igb2o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:34:15.485550518Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:15.891987434Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "16gfkftf6igb2p", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:34:15.486074002Z", - "severity": "INFO", - "labels": { - "process": "cli.py:240", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:15.891987434Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "tfd0xafimvwn1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:34:20.491022308Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:22.968879815Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "tfd0xafimvwn2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:34:20.493207709Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:341" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:22.968879815Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "tfd0xafimvwn3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:34:20.493285832Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:22.968879815Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "tfd0xafimvwn4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:34:20.493711296Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "cli.py:240" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:22.968879815Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "tp3t0xflpr16z", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:34:25.500437028Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:30.991203804Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "tp3t0xflpr170", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:34:25.502576898Z", - "severity": "ERROR", - "labels": { - "process": "dagbag.py:341", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:30.991203804Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "tp3t0xflpr171", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:34:25.502641086Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:30.991203804Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "tp3t0xflpr172", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:34:25.502838904Z", - "severity": "INFO", - "labels": { - "process": "cli.py:240", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:30.991203804Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "tp3t0xflpr173", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:34:30.507717534Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:30.991203804Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "tp3t0xflpr174", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:34:30.512799338Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:341" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:30.991203804Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "tp3t0xflpr175", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:34:30.512854009Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:30.991203804Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "tp3t0xflpr176", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:34:30.513942714Z", - "severity": "INFO", - "labels": { - "process": "cli.py:240", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:30.991203804Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "14ik42efipgv1j", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:34:35.518958421Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:41.066381045Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "14ik42efipgv1k", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:34:35.522114363Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:341" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:41.066381045Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "14ik42efipgv1l", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:34:35.522170804Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:41.066381045Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "14ik42efipgv1m", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:34:35.524142921Z", - "severity": "INFO", - "labels": { - "process": "cli.py:240", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:41.066381045Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "14ik42efipgv1n", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:34:40.530534089Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:41.066381045Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "14ik42efipgv1o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:34:40.538509817Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:341" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:41.066381045Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "14ik42efipgv1p", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:34:40.538565120Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:41.066381045Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "14ik42efipgv1q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:34:40.541288862Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "cli.py:240" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:41.066381045Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1w9cjphfin6hut", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:34:45.546988656Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:47.095449781Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1w9cjphfin6huu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:34:45.605684630Z", - "severity": "ERROR", - "labels": { - "process": "dagbag.py:341", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:47.095449781Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "1w9cjphfin6huv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:34:45.605720031Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:47.095449781Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "1w9cjphfin6huw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:34:45.607381173Z", - "severity": "INFO", - "labels": { - "process": "cli.py:240", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:47.095449781Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "dvri35fari0nk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:34:50.613015082Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:55.164975839Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "dvri35fari0nl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:34:50.615463453Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:341" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:55.164975839Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "dvri35fari0nm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:34:50.615645383Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:55.164975839Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "dvri35fari0nn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:34:50.615804729Z", - "severity": "INFO", - "labels": { - "process": "cli.py:240", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:34:55.164975839Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "3bxr37f6hcvrn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:34:55.621129840Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:35:01.185187901Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "3bxr37f6hcvro", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:34:55.624066901Z", - "severity": "ERROR", - "labels": { - "process": "dagbag.py:341", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:35:01.185187901Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "3bxr37f6hcvrp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:34:55.624093725Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:35:01.185187901Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "3bxr37f6hcvrq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:34:55.624474214Z", - "severity": "INFO", - "labels": { - "process": "cli.py:240", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:35:01.185187901Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "3bxr37f6hcvrr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:35:00.626935254Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:35:01.185187901Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "3bxr37f6hcvrs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:35:00.629746480Z", - "severity": "ERROR", - "labels": { - "process": "dagbag.py:341", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:35:01.185187901Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "3bxr37f6hcvrt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:35:00.629800152Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:35:01.185187901Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "3bxr37f6hcvru", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:35:00.630529568Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "cli.py:240" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:35:01.185187901Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "usrhlhfi2k51k", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:35:05.635944225Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:35:10.944751128Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "usrhlhfi2k51l", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:35:05.638542118Z", - "severity": "ERROR", - "labels": { - "process": "dagbag.py:341", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:35:10.944751128Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "usrhlhfi2k51m", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:35:05.638587800Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:35:10.944751128Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "usrhlhfi2k51n", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:35:05.639373913Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "cli.py:240" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:35:10.944751128Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "usrhlhfi2k51o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:35:10.651554440Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:35:10.944751128Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "usrhlhfi2k51p", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:35:10.680124110Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:341" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:35:10.944751128Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "usrhlhfi2k51q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:35:10.680179399Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:35:10.944751128Z" - }, - { - "textPayload": "DAG is not found in loaded DAG bag. Retrying after 5 seconds.", - "insertId": "usrhlhfi2k51r", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:35:10.684502874Z", - "severity": "INFO", - "labels": { - "process": "cli.py:240", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:35:10.944751128Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "2ifbgsfincess", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:35:15.688467067Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:35:16.079381690Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "2ifbgsfincest", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:35:15.690144160Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:341" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:35:16.079381690Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "2ifbgsfincesu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:35:15.690189486Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:35:16.079381690Z" - }, - { - "textPayload": "Dag 'data_analytics_dag' not found in path /home/airflow/gcs/dags/data_analytics_dag.py; trying path /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "2ifbgsfincesv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:35:15.691641480Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "cli.py:244" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:35:16.079381690Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "2ifbgsfincesw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:35:15.692349566Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:35:16.079381690Z" - }, - { - "textPayload": "Failed to import: /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "2ifbgsfincesx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:35:15.694843990Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:341" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:35:16.079381690Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dagbag.py\", line 337, in parse loader.exec_module(new_module) File \"\", line 843, in exec_module File \"\", line 219, in _call_with_frames_removed File \"/home/airflow/gcs/dags/data_analytics_dag.py\", line 60, in create_batch = dataproc.DataprocCreateBatchOperator( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2323, in __init__ super().__init__(**kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 394, in apply_defaults result = func(self, **kwargs, default_args=default_args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 874, in __init__ self.dag = dag File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 981, in __setattr__ super().__setattr__(key, value) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/baseoperator.py\", line 1039, in dag dag.add_task(self) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/models/dag.py\", line 2349, in add_task raise AirflowException(\"DAG is missing the start_date parameter\")airflow.exceptions.AirflowException: DAG is missing the start_date parameter", - "insertId": "2ifbgsfincesy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:35:15.694881177Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:35:16.079381690Z" - }, - { - "textPayload": "[cdc86ce3-247d-4165-a09a-d6f8a1b01034] Failed to execute task Dag 'data_analytics_dag' could not be found; either it does not exist or it failed to parse..", - "insertId": "2ifbgsfincesz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:35:15.698408575Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "celery_executor.py:133" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:35:16.079381690Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/airflow/executors/celery_executor.py\", line 130, in _execute_in_fork args.func(args) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/cli/cli_parser.py\", line 52, in command return func(*args, **kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/utils/cli.py\", line 108, in wrapper return f(*args, **kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/cli/commands/task_command.py\", line 379, in task_run dag = get_dag( File \"/opt/python3.8/lib/python3.8/site-packages/airflow/utils/cli.py\", line 247, in get_dag raise AirflowException(airflow.exceptions.AirflowException: Dag 'data_analytics_dag' could not be found; either it does not exist or it failed to parse.", - "insertId": "2ifbgsfincet0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:35:15.698437961Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:35:16.079381690Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[cdc86ce3-247d-4165-a09a-d6f8a1b01034] raised unexpected: AirflowException('Celery command failed on host: airflow-worker-n79fs with celery_task_id cdc86ce3-247d-4165-a09a-d6f8a1b01034')", - "insertId": "2ifbgsfincet1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:35:15.732511955Z", - "severity": "ERROR", - "labels": { - "process": "trace.py:265", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:35:16.079381690Z" - }, - { - "textPayload": "Traceback (most recent call last): File \"/opt/python3.8/lib/python3.8/site-packages/celery/app/trace.py\", line 451, in trace_task R = retval = fun(*args, **kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/celery/app/trace.py\", line 734, in __protected_call__ return self.run(*args, **kwargs) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/executors/celery_executor.py\", line 96, in execute_command _execute_in_fork(command_to_exec, celery_task_id) File \"/opt/python3.8/lib/python3.8/site-packages/airflow/executors/celery_executor.py\", line 111, in _execute_in_fork raise AirflowException(msg)airflow.exceptions.AirflowException: Celery command failed on host: airflow-worker-n79fs with celery_task_id cdc86ce3-247d-4165-a09a-d6f8a1b01034", - "insertId": "2ifbgsfincet2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:35:15.732562856Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:35:16.079381690Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "81vdrrf6dbdrv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:36:04.819685854Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:36:10.989206571Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[2b6900dd-45cb-4d92-aeaa-f0dda7d0bf34] received", - "insertId": "14hjeyfi4o5bs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:40:00.657635151Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:05.150694597Z" - }, - { - "textPayload": "[2b6900dd-45cb-4d92-aeaa-f0dda7d0bf34] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T08:30:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "14hjeyfi4o5bt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:40:00.664562375Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:05.150694597Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "14hjeyfi4o5bu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:40:00.945599282Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:05.150694597Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "14hjeyfi4o5bv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:40:00.947921317Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:05.150694597Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "14hjeyfi4o5bw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:40:01.103198347Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:05.150694597Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "14hjeyfi4o5bx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:40:01.957202348Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:05.150694597Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "14hjeyfi4o5by", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:40:02.537562385Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:05.150694597Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "14hjeyfi4o5bz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:40:02.709694055Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "map-index": "-1", - "process": "taskinstance.py:1091", - "execution-date": "2023-09-13T08:30:00+00:00", - "task-id": "echo", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:05.150694597Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "14hjeyfi4o5c0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:40:02.733771906Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T08:30:00+00:00", - "process": "taskinstance.py:1091", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:05.150694597Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "14hjeyfi4o5c1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:40:02.734302781Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1289", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "execution-date": "2023-09-13T08:30:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:05.150694597Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "14hjeyfi4o5c2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:40:02.734743502Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T08:30:00+00:00", - "workflow": "airflow_monitoring", - "try-number": "1", - "map-index": "-1", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1290" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:05.150694597Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "14hjeyfi4o5c3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:40:02.735150160Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1291", - "task-id": "echo", - "workflow": "airflow_monitoring", - "map-index": "-1", - "execution-date": "2023-09-13T08:30:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:05.150694597Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "14hjeyfi4o5c4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:40:03.012845973Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:05.150694597Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "14hjeyfi4o5c5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:40:03.012903102Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:05.150694597Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "14hjeyfi4o5c6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:40:03.032141381Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:05.150694597Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "14hjeyfi4o5c7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:40:03.032224643Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:05.150694597Z" - }, - { - "textPayload": "Executing on 2023-09-13 08:30:00+00:00", - "insertId": "14hjeyfi4o5c8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:40:03.656047354Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T08:30:00+00:00", - "process": "taskinstance.py:1310", - "task-id": "echo", - "try-number": "1", - "workflow": "airflow_monitoring", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:05.150694597Z" - }, - { - "textPayload": "Started process 1244 to run task", - "insertId": "14hjeyfi4o5c9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:40:03.691334728Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "process": "standard_task_runner.py:55", - "execution-date": "2023-09-13T08:30:00+00:00", - "try-number": "1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:05.150694597Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T08:30:00+00:00', '--job-id', '951', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmpmkbldz0v']", - "insertId": "14hjeyfi4o5ca", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:40:03.694606561Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "task-id": "echo", - "process": "standard_task_runner.py:82", - "execution-date": "2023-09-13T08:30:00+00:00", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:05.150694597Z" - }, - { - "textPayload": "Job 951: Subtask echo", - "insertId": "14hjeyfi4o5cb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:40:03.695604905Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "standard_task_runner.py:83", - "task-id": "echo", - "execution-date": "2023-09-13T08:30:00+00:00", - "try-number": "1", - "map-index": "-1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:05.150694597Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "14hjeyfi4o5cc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:40:04.088369433Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "execution-date": "2023-09-13T08:30:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "workflow": "airflow_monitoring", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:05.150694597Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T08:30:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T08:30:00+00:00", - "insertId": "14hjeyfi4o5cd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:40:04.295040437Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1518", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "try-number": "1", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T08:30:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:05.150694597Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "14hjeyfi4o5ce", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:40:04.297381939Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "process": "subprocess.py:63", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "workflow": "airflow_monitoring", - "map-index": "-1", - "execution-date": "2023-09-13T08:30:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:05.150694597Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "14hjeyfi4o5cf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:40:04.299595203Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T08:30:00+00:00", - "process": "subprocess.py:75", - "workflow": "airflow_monitoring", - "try-number": "1", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:05.150694597Z" - }, - { - "textPayload": "Output:", - "insertId": "14hjeyfi4o5cg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:40:04.439362076Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T08:30:00+00:00", - "process": "subprocess.py:86", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "task-id": "echo", - "try-number": "1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:05.150694597Z" - }, - { - "textPayload": "test", - "insertId": "14hjeyfi4o5ch", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:40:04.450838209Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T08:30:00+00:00", - "workflow": "airflow_monitoring", - "task-id": "echo", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "process": "subprocess.py:93" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:05.150694597Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "14hjeyfi4o5ci", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:40:04.451788890Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T08:30:00+00:00", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "workflow": "airflow_monitoring", - "map-index": "-1", - "process": "subprocess.py:97", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:05.150694597Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T083000, start_date=20230913T084002, end_date=20230913T084004", - "insertId": "14hjeyfi4o5cj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:40:04.497303306Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1328", - "task-id": "echo", - "workflow": "airflow_monitoring", - "try-number": "1", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T08:30:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:05.150694597Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "1v5kbocf6k8m35", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:40:05.279899141Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-13T08:30:00+00:00", - "workflow": "airflow_monitoring", - "task-id": "echo", - "try-number": "1", - "process": "local_task_job.py:212", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:11.225605152Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "1v5kbocf6k8m36", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:40:05.357374875Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T08:30:00+00:00", - "try-number": "1", - "task-id": "echo", - "process": "taskinstance.py:2599" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:11.225605152Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[2b6900dd-45cb-4d92-aeaa-f0dda7d0bf34] succeeded in 4.8608159930154216s: None", - "insertId": "1v5kbocf6k8m37", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:40:05.521907521Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:40:11.225605152Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "y51erefiqq70q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:41:06.719265484Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:41:12.880765688Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "xkonvff6dn6nn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:46:08.455987755Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:46:13.889791160Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[7852be89-e47f-4bb8-85ff-b4bc2d66ed70] received", - "insertId": "1ckfic4f809ywa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:50:01.178798377Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:06.842337829Z" - }, - { - "textPayload": "[7852be89-e47f-4bb8-85ff-b4bc2d66ed70] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T08:40:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "1ckfic4f809ywb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:50:01.184695085Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:06.842337829Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1ckfic4f809ywc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:50:01.539605284Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:06.842337829Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1ckfic4f809ywd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:50:01.542373894Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:06.842337829Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1ckfic4f809ywe", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:50:01.709466098Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:06.842337829Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "1ckfic4f809ywf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:50:02.610284158Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:06.842337829Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1ckfic4f809ywg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:50:03.113848282Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:06.842337829Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "1ckfic4f809ywh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:50:03.241981742Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T08:40:00+00:00", - "try-number": "1", - "workflow": "airflow_monitoring", - "task-id": "echo", - "map-index": "-1", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:06.842337829Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "1ckfic4f809ywi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:50:03.261658641Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "execution-date": "2023-09-13T08:40:00+00:00", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1091", - "try-number": "1", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:06.842337829Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1ckfic4f809ywj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:50:03.262607287Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1289", - "map-index": "-1", - "task-id": "echo", - "execution-date": "2023-09-13T08:40:00+00:00", - "workflow": "airflow_monitoring", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:06.842337829Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "1ckfic4f809ywk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:50:03.263241051Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "workflow": "airflow_monitoring", - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-13T08:40:00+00:00", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1290" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:06.842337829Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1ckfic4f809ywl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:50:03.263792441Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-13T08:40:00+00:00", - "process": "taskinstance.py:1291", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:06.842337829Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1ckfic4f809ywm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:50:03.570059282Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:06.842337829Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1ckfic4f809ywn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:50:03.570137395Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:06.842337829Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1ckfic4f809ywo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:50:03.588411909Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:06.842337829Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1ckfic4f809ywp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:50:03.588452796Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:06.842337829Z" - }, - { - "textPayload": "Executing on 2023-09-13 08:40:00+00:00", - "insertId": "1ckfic4f809ywq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:50:04.557286390Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T08:40:00+00:00", - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1310" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:06.842337829Z" - }, - { - "textPayload": "Started process 1480 to run task", - "insertId": "1ckfic4f809ywr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:50:04.622058204Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T08:40:00+00:00", - "map-index": "-1", - "task-id": "echo", - "try-number": "1", - "process": "standard_task_runner.py:55", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:06.842337829Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T08:40:00+00:00', '--job-id', '952', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmpbot8f4u6']", - "insertId": "1ckfic4f809yws", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:50:04.624604059Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "standard_task_runner.py:82", - "workflow": "airflow_monitoring", - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-13T08:40:00+00:00", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:06.842337829Z" - }, - { - "textPayload": "Job 952: Subtask echo", - "insertId": "1ckfic4f809ywt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:50:04.625537456Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "workflow": "airflow_monitoring", - "map-index": "-1", - "process": "standard_task_runner.py:83", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "execution-date": "2023-09-13T08:40:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:06.842337829Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1ckfic4f809ywu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:50:05.008361063Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T08:40:00+00:00", - "process": "task_command.py:393", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:06.842337829Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T08:40:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T08:40:00+00:00", - "insertId": "1ckfic4f809ywv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:50:05.190654303Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T08:40:00+00:00", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "process": "taskinstance.py:1518", - "task-id": "echo", - "workflow": "airflow_monitoring", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:06.842337829Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "1ckfic4f809yww", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:50:05.193017165Z", - "severity": "INFO", - "labels": { - "process": "subprocess.py:63", - "map-index": "-1", - "execution-date": "2023-09-13T08:40:00+00:00", - "task-id": "echo", - "workflow": "airflow_monitoring", - "try-number": "1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:06.842337829Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "1ckfic4f809ywx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:50:05.195151857Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-13T08:40:00+00:00", - "process": "subprocess.py:75", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:06.842337829Z" - }, - { - "textPayload": "Output:", - "insertId": "1ckfic4f809ywy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:50:05.340728169Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T08:40:00+00:00", - "task-id": "echo", - "map-index": "-1", - "try-number": "1", - "process": "subprocess.py:86", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:06.842337829Z" - }, - { - "textPayload": "test", - "insertId": "1ckfic4f809ywz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:50:05.345455356Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "workflow": "airflow_monitoring", - "process": "subprocess.py:93", - "try-number": "1", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T08:40:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:06.842337829Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "1ckfic4f809yx0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:50:05.346583196Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-13T08:40:00+00:00", - "process": "subprocess.py:97", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:06.842337829Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T084000, start_date=20230913T085003, end_date=20230913T085005", - "insertId": "1ckfic4f809yx1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T08:50:05.391322848Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "task-id": "echo", - "process": "taskinstance.py:1328", - "map-index": "-1", - "execution-date": "2023-09-13T08:40:00+00:00", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:06.842337829Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "1eiai1cf6cbzrn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:50:06.124843566Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "process": "local_task_job.py:212", - "try-number": "1", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T08:40:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:11.844347549Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "1eiai1cf6cbzro", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:50:06.178201264Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "try-number": "1", - "task-id": "echo", - "execution-date": "2023-09-13T08:40:00+00:00", - "map-index": "-1", - "process": "taskinstance.py:2599" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:11.844347549Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[7852be89-e47f-4bb8-85ff-b4bc2d66ed70] succeeded in 5.1763471770100296s: None", - "insertId": "1eiai1cf6cbzrp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T08:50:06.358946934Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:50:11.844347549Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "atkwylfi1cs2w", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:51:20.205550558Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:51:25.571914752Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1cu2uvqf82sjmx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T08:56:15.952781512Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T08:56:18.869684616Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[13013c16-0ac0-4f90-8e82-cfeea1158749] received", - "insertId": "640cxhfiu4sf3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:00:03.366627618Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:08.890692336Z" - }, - { - "textPayload": "[13013c16-0ac0-4f90-8e82-cfeea1158749] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T08:50:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "640cxhfiu4sf4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:00:03.372457140Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:08.890692336Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "640cxhfiu4sf5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:00:03.902190487Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:08.890692336Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "640cxhfiu4sf6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:00:03.907841308Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:08.890692336Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "640cxhfiu4sf7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:00:04.087860344Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:08.890692336Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "640cxhfiu4sf8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:00:05.030691949Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:08.890692336Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "640cxhfiu4sf9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:00:05.661664756Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:08.890692336Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "640cxhfiu4sfa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:00:06.045165684Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T08:50:00+00:00", - "try-number": "1", - "process": "taskinstance.py:1091", - "task-id": "echo", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:08.890692336Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "640cxhfiu4sfb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:00:06.111336664Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "map-index": "-1", - "execution-date": "2023-09-13T08:50:00+00:00", - "try-number": "1", - "task-id": "echo", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:08.890692336Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "640cxhfiu4sfc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:00:06.116148268Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T08:50:00+00:00", - "process": "taskinstance.py:1289", - "workflow": "airflow_monitoring", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:08.890692336Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "640cxhfiu4sfd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:00:06.117818892Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T08:50:00+00:00", - "task-id": "echo", - "map-index": "-1", - "process": "taskinstance.py:1290", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:08.890692336Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "640cxhfiu4sfe", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:00:06.119272036Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T08:50:00+00:00", - "process": "taskinstance.py:1291", - "try-number": "1", - "task-id": "echo", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:08.890692336Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "640cxhfiu4sff", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:00:06.723617354Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:08.890692336Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "640cxhfiu4sfg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:00:06.723675511Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:08.890692336Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "640cxhfiu4sfh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:00:06.825250505Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:08.890692336Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "640cxhfiu4sfi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:00:06.825310525Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:08.890692336Z" - }, - { - "textPayload": "Executing on 2023-09-13 08:50:00+00:00", - "insertId": "640cxhfiu4sfj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:00:07.707925660Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1310", - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-13T08:50:00+00:00", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:08.890692336Z" - }, - { - "textPayload": "Started process 1714 to run task", - "insertId": "640cxhfiu4sfk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:00:07.747805182Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T08:50:00+00:00", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "map-index": "-1", - "process": "standard_task_runner.py:55", - "task-id": "echo", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:08.890692336Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T08:50:00+00:00', '--job-id', '954', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmpgq1q7yri']", - "insertId": "640cxhfiu4sfl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:00:07.804759379Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "task-id": "echo", - "try-number": "1", - "execution-date": "2023-09-13T08:50:00+00:00", - "map-index": "-1", - "process": "standard_task_runner.py:82", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:08.890692336Z" - }, - { - "textPayload": "Job 954: Subtask echo", - "insertId": "640cxhfiu4sfm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:00:07.805542887Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T08:50:00+00:00", - "process": "standard_task_runner.py:83", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "task-id": "echo", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:08.890692336Z" - }, - { - "textPayload": "I0913 09:00:07.908761 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "ac5afiq52rd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:00:07.908972091Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T09:00:13.354444365Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "l3jawpfow30s5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:00:08.598357415Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T08:50:00+00:00", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "process": "task_command.py:393", - "try-number": "1", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:13.880866952Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T08:50:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T08:50:00+00:00", - "insertId": "l3jawpfow30s6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:00:09.127994359Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T08:50:00+00:00", - "task-id": "echo", - "process": "taskinstance.py:1518", - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:13.880866952Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "l3jawpfow30s7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:00:09.130136424Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "task-id": "echo", - "process": "subprocess.py:63", - "execution-date": "2023-09-13T08:50:00+00:00", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:13.880866952Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "l3jawpfow30s8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:00:09.132096382Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "try-number": "1", - "execution-date": "2023-09-13T08:50:00+00:00", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "process": "subprocess.py:75" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:13.880866952Z" - }, - { - "textPayload": "Output:", - "insertId": "l3jawpfow30s9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:00:09.413019263Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-13T08:50:00+00:00", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "process": "subprocess.py:86" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:13.880866952Z" - }, - { - "textPayload": "test", - "insertId": "l3jawpfow30sa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:00:09.421270173Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-13T08:50:00+00:00", - "task-id": "echo", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "process": "subprocess.py:93", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:13.880866952Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "l3jawpfow30sb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:00:09.423888840Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T08:50:00+00:00", - "task-id": "echo", - "workflow": "airflow_monitoring", - "map-index": "-1", - "process": "subprocess.py:97" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:13.880866952Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T085000, start_date=20230913T090006, end_date=20230913T090009", - "insertId": "l3jawpfow30sc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:00:09.523195500Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1328", - "workflow": "airflow_monitoring", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "execution-date": "2023-09-13T08:50:00+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:13.880866952Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "l3jawpfow30sd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:00:10.544550671Z", - "severity": "INFO", - "labels": { - "process": "local_task_job.py:212", - "task-id": "echo", - "map-index": "-1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T08:50:00+00:00", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:13.880866952Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "l3jawpfow30se", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:00:10.641250626Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "task-id": "echo", - "map-index": "-1", - "execution-date": "2023-09-13T08:50:00+00:00", - "process": "taskinstance.py:2599" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:13.880866952Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[13013c16-0ac0-4f90-8e82-cfeea1158749] succeeded in 7.553143467986956s: None", - "insertId": "l3jawpfow30sf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:00:10.923610151Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:00:13.880866952Z" - }, - { - "textPayload": "I0913 09:01:06.824842 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "skvterfix7zj3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:01:06.825064041Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T09:01:12.777408660Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1bgjvxgfirkn0g", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:01:16.213317447Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:01:21.946254849Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[7d7d7bc0-4b0d-488a-ad4e-b060a1c08d13] received", - "insertId": "5ud9bhflpekuf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:04:43.857691207Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:04:47.903320494Z" - }, - { - "textPayload": "[7d7d7bc0-4b0d-488a-ad4e-b060a1c08d13] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'run_bq_external_ingestion', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "5ud9bhflpekug", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:04:43.864995600Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:04:47.903320494Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "5ud9bhflpekuh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:04:44.914904648Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:04:47.903320494Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "5ud9bhflpekui", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:04:44.918549205Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:04:47.903320494Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "5ud9bhflpekuj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:04:45.424235566Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:04:47.903320494Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "45zp0lfirj5yh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:04:48.434227091Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:04:53.824833543Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "e5gyx8fi4cet9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:04:53.016466212Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:04:58.836464617Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "e5gyx8fi4ceta", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:04:53.213836506Z", - "severity": "INFO", - "labels": { - "task-id": "run_bq_external_ingestion", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "try-number": "1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:04:58.836464617Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "e5gyx8fi4cetb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:04:53.233360567Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "task-id": "run_bq_external_ingestion", - "map-index": "-1", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:04:58.836464617Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "e5gyx8fi4cetc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:04:53.233637994Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "task-id": "run_bq_external_ingestion", - "process": "taskinstance.py:1289", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:04:58.836464617Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "e5gyx8fi4cetd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:04:53.234013030Z", - "severity": "INFO", - "labels": { - "task-id": "run_bq_external_ingestion", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "process": "taskinstance.py:1290", - "map-index": "-1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:04:58.836464617Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "e5gyx8fi4cete", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:04:53.234421302Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1291", - "map-index": "-1", - "workflow": "data_analytics_dag", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "task-id": "run_bq_external_ingestion", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:04:58.836464617Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "e5gyx8fi4cetf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:04:53.550072152Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:04:58.836464617Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "e5gyx8fi4cetg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:04:53.550147031Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:04:58.836464617Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "e5gyx8fi4ceth", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:04:53.623555595Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:04:58.836464617Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "e5gyx8fi4ceti", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:04:53.623618613Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:04:58.836464617Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "e5gyx8fi4cetj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:04:54.538354151Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1310", - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "task-id": "run_bq_external_ingestion", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:04:58.836464617Z" - }, - { - "textPayload": "Started process 1825 to run task", - "insertId": "e5gyx8fi4cetk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:04:54.571320923Z", - "severity": "INFO", - "labels": { - "task-id": "run_bq_external_ingestion", - "process": "standard_task_runner.py:55", - "workflow": "data_analytics_dag", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:04:58.836464617Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'run_bq_external_ingestion', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '955', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmp2h7h8d3m']", - "insertId": "e5gyx8fi4cetl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:04:54.571718490Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "workflow": "data_analytics_dag", - "task-id": "run_bq_external_ingestion", - "process": "standard_task_runner.py:82", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:04:58.836464617Z" - }, - { - "textPayload": "Job 955: Subtask run_bq_external_ingestion", - "insertId": "e5gyx8fi4cetm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:04:54.573906045Z", - "severity": "INFO", - "labels": { - "process": "standard_task_runner.py:83", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "try-number": "1", - "task-id": "run_bq_external_ingestion" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:04:58.836464617Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "e5gyx8fi4cetn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:04:54.953304700Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "map-index": "-1", - "task-id": "run_bq_external_ingestion", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:04:58.836464617Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=run_bq_external_ingestion\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-12T00:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-12T00:00:00+00:00", - "insertId": "e5gyx8fi4ceto", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:04:55.215342087Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "workflow": "data_analytics_dag", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "run_bq_external_ingestion", - "process": "taskinstance.py:1518", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:04:58.836464617Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "e5gyx8fi4cetp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:04:55.254362843Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "task-id": "run_bq_external_ingestion", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "base.py:73", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:04:58.836464617Z" - }, - { - "textPayload": "Using existing BigQuery table for storing data...", - "insertId": "e5gyx8fi4cetq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:04:55.256654798Z", - "severity": "INFO", - "labels": { - "task-id": "run_bq_external_ingestion", - "try-number": "1", - "process": "gcs_to_bigquery.py:375", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:04:58.836464617Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "e5gyx8fi4cetr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:04:55.257319152Z", - "severity": "INFO", - "labels": { - "process": "credentials_provider.py:353", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "run_bq_external_ingestion", - "map-index": "-1", - "try-number": "1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:04:58.836464617Z" - }, - { - "textPayload": "Project is not included in destination_project_dataset_table: holiday_weather.holidays; using project \"acceldata-acm\"", - "insertId": "e5gyx8fi4cets", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:04:55.299752854Z", - "severity": "INFO", - "labels": { - "task-id": "run_bq_external_ingestion", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "process": "bigquery.py:2314", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:04:58.836464617Z" - }, - { - "textPayload": "Executing: {'load': {'autodetect': True, 'createDisposition': 'CREATE_IF_NEEDED', 'destinationTable': {'projectId': 'acceldata-acm', 'datasetId': 'holiday_weather', 'tableId': 'holidays'}, 'sourceFormat': 'CSV', 'sourceUris': ['gs://openlineagedemo/holidays.csv'], 'writeDisposition': 'WRITE_TRUNCATE', 'ignoreUnknownValues': False, 'schema': {'fields': [{'name': 'Date', 'type': 'DATE'}, {'name': 'Holiday', 'type': 'STRING'}]}, 'skipLeadingRows': 1, 'fieldDelimiter': ',', 'quote': None, 'allowQuotedNewlines': False, 'encoding': 'UTF-8'}}", - "insertId": "e5gyx8fi4cett", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:04:55.301295321Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "process": "gcs_to_bigquery.py:379", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "run_bq_external_ingestion" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:04:58.836464617Z" - }, - { - "textPayload": "Inserting job airflow_data_analytics_dag_run_bq_external_ingestion_2023_09_12T00_00_00_00_00_1cafde17117694b829a5837199a19002", - "insertId": "e5gyx8fi4cetu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:04:55.303590072Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "process": "bigquery.py:1596", - "task-id": "run_bq_external_ingestion" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:04:58.836464617Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=data_analytics_dag, task_id=run_bq_external_ingestion, execution_date=20230912T000000, start_date=20230913T090453, end_date=20230913T090457", - "insertId": "yypoeufowby2z", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:04:57.892807650Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1328", - "task-id": "run_bq_external_ingestion", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:03.838569159Z" - }, - { - "textPayload": "I0913 09:04:58.627593 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "vd86qyfi4h44o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:04:58.627818207Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T09:05:05.025276596Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "yypoeufowby30", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:04:58.973392219Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "run_bq_external_ingestion", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "process": "local_task_job.py:212", - "workflow": "data_analytics_dag", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:03.838569159Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "yypoeufowby31", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:04:59.116383582Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "task-id": "run_bq_external_ingestion", - "process": "taskinstance.py:2599", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:03.838569159Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[ee7135c8-5dec-4896-af77-83c24fd35695] received", - "insertId": "yypoeufowby32", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:04:59.259152470Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:03.838569159Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[af9b7f44-e4f0-438a-b75a-1af546c8f73a] received", - "insertId": "yypoeufowby33", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:04:59.263984923Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:03.838569159Z" - }, - { - "textPayload": "[ee7135c8-5dec-4896-af77-83c24fd35695] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2020', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "yypoeufowby34", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:04:59.271151296Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:03.838569159Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[7d7d7bc0-4b0d-488a-ad4e-b060a1c08d13] succeeded in 15.54631611998775s: None", - "insertId": "yypoeufowby35", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:04:59.409824090Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:03.838569159Z" - }, - { - "textPayload": "[af9b7f44-e4f0-438a-b75a-1af546c8f73a] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2021', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "yypoeufowby36", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:04:59.506113778Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:03.838569159Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "yypoeufowby37", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:00.310022442Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:03.838569159Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "yypoeufowby38", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:00.314572064Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:03.838569159Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "yypoeufowby39", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:05:00.707642479Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:03.838569159Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "yypoeufowby3a", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:05:00.719918905Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:03.838569159Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "yypoeufowby3b", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:05:00.722951087Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:03.838569159Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "yypoeufowby3c", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:05:01.127110283Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:03.838569159Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "11h0hh2floktln", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:03.024127066Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:08.834271402Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "11h0hh2floktlo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:05:03.716333255Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:08.834271402Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1ohlhx5fp1aws6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:05:11.528617818Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:13.877073150Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "1ohlhx5fp1aws8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:05:12.027724209Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "process": "taskinstance.py:1091", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:13.877073150Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "1ohlhx5fp1awsa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:12.114604226Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "process": "taskinstance.py:1091", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:13.877073150Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1ohlhx5fp1awsb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:05:12.115170338Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1289" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:13.877073150Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "1ohlhx5fp1awsc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:12.116147023Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "process": "taskinstance.py:1290", - "map-index": "-1", - "try-number": "1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:13.877073150Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1ohlhx5fp1awsd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:12.116971136Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "map-index": "-1", - "process": "taskinstance.py:1291" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:13.877073150Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "18yr8ebfidq0rl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:12.850602010Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "18yr8ebfidq0rm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:05:12.850668673Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "18yr8ebfidq0rn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:05:12.961104116Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "18yr8ebfidq0ro", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:12.961169127Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "18yr8ebfidq0rp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:05:13.231204304Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "18yr8ebfidq0rq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:13.560691960Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "process": "taskinstance.py:1091", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "18yr8ebfidq0rr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:05:13.621393285Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1091", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "worker_id": "airflow-worker-n79fs", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "18yr8ebfidq0rs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:05:13.622501836Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1289", - "try-number": "1", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "18yr8ebfidq0rt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:13.623687885Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "process": "taskinstance.py:1290", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "18yr8ebfidq0ru", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:05:13.623704899Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1291", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "18yr8ebfidq0rv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:13.877563134Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "taskinstance.py:1310", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "Started process 1837 to run task", - "insertId": "18yr8ebfidq0rw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:13.891720224Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "process": "standard_task_runner.py:55", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2020', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '956', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmpl4atar4j']", - "insertId": "18yr8ebfidq0rx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:05:13.899704305Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "try-number": "1", - "process": "standard_task_runner.py:82" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "Job 956: Subtask join_bq_datasets.bq_join_holidays_weather_data_2020", - "insertId": "18yr8ebfidq0ry", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:13.901103535Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "process": "standard_task_runner.py:83", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "18yr8ebfidq0rz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:14.034785746Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "18yr8ebfidq0s0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:14.034849204Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "18yr8ebfidq0s1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:05:14.127993759Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "18yr8ebfidq0s2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:14.128042414Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "18yr8ebfidq0s3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:05:14.553140033Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "process": "task_command.py:393", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "18yr8ebfidq0s4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:14.767125663Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1310", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "Started process 1840 to run task", - "insertId": "18yr8ebfidq0s5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:05:14.812435298Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "map-index": "-1", - "workflow": "data_analytics_dag", - "process": "standard_task_runner.py:55", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2021', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '957', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmpjxlwi6ub']", - "insertId": "18yr8ebfidq0s6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:14.818639239Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "process": "standard_task_runner.py:82", - "map-index": "-1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "Job 957: Subtask join_bq_datasets.bq_join_holidays_weather_data_2021", - "insertId": "18yr8ebfidq0s7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:05:14.819957894Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "process": "standard_task_runner.py:83" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=join_bq_datasets.bq_join_holidays_weather_data_2020\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-12T00:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-12T00:00:00+00:00", - "insertId": "18yr8ebfidq0s8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:05:14.862919393Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1518", - "map-index": "-1", - "workflow": "data_analytics_dag", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "18yr8ebfidq0s9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:05:14.950842399Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "workflow": "data_analytics_dag", - "process": "base.py:73" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "Executing: {'query': {'query': '\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_2020 AS Table WHERE Table.element=\"TMAX\" AND Table.id=\"USW00094846\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n ', 'useLegacySql': False, 'destinationTable': {'projectId': 'acceldata-acm', 'datasetId': 'holiday_weather', 'tableId': 'holidays_weather_joined'}, 'writeDisposition': 'WRITE_APPEND'}}'", - "insertId": "18yr8ebfidq0sa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:05:14.954647390Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "process": "bigquery.py:2710" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "18yr8ebfidq0sb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:05:14.955521960Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "process": "credentials_provider.py:353" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "Inserting job airflow_data_analytics_dag_join_bq_datasets_bq_join_holidays_weather_data_2020_2023_09_12T00_00_00_00_00_d88ec24c536f7dd2a005e852804b5238", - "insertId": "18yr8ebfidq0sc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:05:15.024740399Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "process": "bigquery.py:1596", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "18yr8ebfidq0sd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:05:15.423514187Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "process": "task_command.py:393", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=join_bq_datasets.bq_join_holidays_weather_data_2021\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-12T00:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-12T00:00:00+00:00", - "insertId": "18yr8ebfidq0se", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:05:15.681302790Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "process": "taskinstance.py:1518", - "workflow": "data_analytics_dag", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "18yr8ebfidq0sf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:15.753808546Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "process": "base.py:73", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "Executing: {'query': {'query': '\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_2021 AS Table WHERE Table.element=\"TMAX\" AND Table.id=\"USW00094846\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n ', 'useLegacySql': False, 'destinationTable': {'projectId': 'acceldata-acm', 'datasetId': 'holiday_weather', 'tableId': 'holidays_weather_joined'}, 'writeDisposition': 'WRITE_APPEND'}}'", - "insertId": "18yr8ebfidq0sg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:05:15.756312034Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "map-index": "-1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "process": "bigquery.py:2710" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "18yr8ebfidq0sh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:05:15.757206040Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "credentials_provider.py:353", - "try-number": "1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "Inserting job airflow_data_analytics_dag_join_bq_datasets_bq_join_holidays_weather_data_2021_2023_09_12T00_00_00_00_00_fa5c3d6c079bb3bb78768a9ca18fb42d", - "insertId": "18yr8ebfidq0si", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:05:15.803356472Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "process": "bigquery.py:1596", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:18.855416060Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=data_analytics_dag, task_id=join_bq_datasets.bq_join_holidays_weather_data_2020, execution_date=20230912T000000, start_date=20230913T090512, end_date=20230913T090517", - "insertId": "1cubfonf8cstwu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:17.928227903Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1328", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:23.966286671Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "1cubfonf8cstwv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:05:18.700976997Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "map-index": "-1", - "process": "local_task_job.py:212", - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:23.966286671Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "1cubfonf8cstww", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:18.777487653Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:2599", - "try-number": "1", - "workflow": "data_analytics_dag", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:23.966286671Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=data_analytics_dag, task_id=join_bq_datasets.bq_join_holidays_weather_data_2021, execution_date=20230912T000000, start_date=20230913T090513, end_date=20230913T090518", - "insertId": "1cubfonf8cstwx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:05:18.893024355Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "taskinstance.py:1328", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:23.966286671Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[ee7135c8-5dec-4896-af77-83c24fd35695] succeeded in 19.769922759005567s: None", - "insertId": "1cubfonf8cstwy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:05:19.039612313Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:23.966286671Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "1cubfonf8cstwz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:05:19.656886827Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "map-index": "-1", - "workflow": "data_analytics_dag", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "process": "local_task_job.py:212" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:23.966286671Z" - }, - { - "textPayload": "1 downstream tasks scheduled from follow-on schedule check", - "insertId": "1cubfonf8cstx0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:05:19.725813092Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "try-number": "1", - "process": "taskinstance.py:2599", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:23.966286671Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[af9b7f44-e4f0-438a-b75a-1af546c8f73a] succeeded in 20.613432483020006s: None", - "insertId": "1cubfonf8cstx1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:19.897062859Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:23.966286671Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[14b8da31-621f-4d06-9729-39e4df7fc025] received", - "insertId": "1cubfonf8cstx2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:20.063455771Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:23.966286671Z" - }, - { - "textPayload": "[14b8da31-621f-4d06-9729-39e4df7fc025] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'create_batch', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "1cubfonf8cstx3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:05:20.069079870Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:23.966286671Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1cubfonf8cstx4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:20.329620006Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:23.966286671Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1cubfonf8cstx5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:20.331279605Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:23.966286671Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1cubfonf8cstx6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:05:20.446044551Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:23.966286671Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1cubfonf8cstx7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:21.406111082Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:23.966286671Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "15mf2pyf8jg2uh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:24.928291635Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:31.010389428Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "15mf2pyf8jg2ui", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:05:25.148987627Z", - "severity": "INFO", - "labels": { - "task-id": "create_batch", - "workflow": "data_analytics_dag", - "map-index": "-1", - "process": "taskinstance.py:1091", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:31.010389428Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "15mf2pyf8jg2uj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:05:25.178372483Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1091", - "task-id": "create_batch", - "map-index": "-1", - "try-number": "1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:31.010389428Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "15mf2pyf8jg2uk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:05:25.178916326Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1289", - "workflow": "data_analytics_dag", - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "task-id": "create_batch" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:31.010389428Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "15mf2pyf8jg2ul", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:25.179472030Z", - "severity": "INFO", - "labels": { - "task-id": "create_batch", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1290" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:31.010389428Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "15mf2pyf8jg2um", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:05:25.179998286Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "map-index": "-1", - "process": "taskinstance.py:1291", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "create_batch" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:31.010389428Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "15mf2pyf8jg2un", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:05:25.598661469Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:31.010389428Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "15mf2pyf8jg2uo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:25.598705269Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:31.010389428Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "15mf2pyf8jg2up", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:25.629510450Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:31.010389428Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "15mf2pyf8jg2uq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:05:25.629537144Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:31.010389428Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "15mf2pyf8jg2ur", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:05:26.543718880Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "map-index": "-1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "create_batch", - "process": "taskinstance.py:1310" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:31.010389428Z" - }, - { - "textPayload": "Started process 1859 to run task", - "insertId": "15mf2pyf8jg2us", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:05:26.554587499Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "standard_task_runner.py:55", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "task-id": "create_batch", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:31.010389428Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'create_batch', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '958', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmppa57j5k5']", - "insertId": "15mf2pyf8jg2ut", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:05:26.559811807Z", - "severity": "INFO", - "labels": { - "task-id": "create_batch", - "map-index": "-1", - "process": "standard_task_runner.py:82", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:31.010389428Z" - }, - { - "textPayload": "Job 958: Subtask create_batch", - "insertId": "15mf2pyf8jg2uu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:26.560309175Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "process": "standard_task_runner.py:83", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "try-number": "1", - "task-id": "create_batch" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:31.010389428Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "15mf2pyf8jg2uv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:05:26.960852054Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "map-index": "-1", - "task-id": "create_batch", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:31.010389428Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=create_batch\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-12T00:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-12T00:00:00+00:00", - "insertId": "15mf2pyf8jg2uw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:05:27.331240193Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1518", - "try-number": "1", - "task-id": "create_batch", - "workflow": "data_analytics_dag", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:31.010389428Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "15mf2pyf8jg2ux", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:05:27.368862648Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "task-id": "create_batch", - "workflow": "data_analytics_dag", - "process": "base.py:73", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:31.010389428Z" - }, - { - "textPayload": "Creating batch data-processing-20230912t000000", - "insertId": "15mf2pyf8jg2uy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:27.370552402Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "dataproc.py:2349", - "try-number": "1", - "task-id": "create_batch", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:31.010389428Z" - }, - { - "textPayload": "Once started, the batch job will be available at https://console.cloud.google.com/dataproc/batches/us-west1/data-processing-20230912t000000/monitoring?project=acceldata-acm", - "insertId": "15mf2pyf8jg2uz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:05:27.371056651Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "1", - "map-index": "-1", - "task-id": "create_batch", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "process": "dataproc.py:2350" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:31.010389428Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "15mf2pyf8jg2v0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:05:27.371967852Z", - "severity": "INFO", - "labels": { - "task-id": "create_batch", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "credentials_provider.py:353", - "map-index": "-1", - "workflow": "data_analytics_dag", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:31.010389428Z" - }, - { - "textPayload": "Task failed with exception\nTraceback (most recent call last):\n File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/hooks/dataproc.py\", line 261, in wait_for_operation\n return operation.result(timeout=timeout, retry=result_retry)\n File \"/opt/python3.8/lib/python3.8/site-packages/google/api_core/future/polling.py\", line 261, in result\n raise self._exception\ngoogle.api_core.exceptions.Aborted: 409 Constraint constraints/compute.requireOsLogin violated for project 910708407740.\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2371, in execute\n result = hook.wait_for_operation(\n File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/hooks/dataproc.py\", line 264, in wait_for_operation\n raise AirflowException(error)\nairflow.exceptions.AirflowException: 409 Constraint constraints/compute.requireOsLogin violated for project 910708407740.", - "insertId": "5tw3o6fi33m04", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:45.351260243Z", - "severity": "ERROR", - "labels": { - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1778", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "task-id": "create_batch", - "worker_id": "airflow-worker-n79fs", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:51.189848985Z" - }, - { - "textPayload": "Marking task as UP_FOR_RETRY. dag_id=data_analytics_dag, task_id=create_batch, execution_date=20230912T000000, start_date=20230913T090525, end_date=20230913T090545", - "insertId": "5tw3o6fi33m05", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:05:45.358837794Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1328", - "task-id": "create_batch", - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:51.189848985Z" - }, - { - "textPayload": "Failed to execute job 958 for task create_batch (409 Constraint constraints/compute.requireOsLogin violated for project 910708407740.; 1859)", - "insertId": "5tw3o6fi33m06", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:05:45.384633687Z", - "severity": "ERROR", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "try-number": "1", - "process": "standard_task_runner.py:100", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "create_batch" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:51.189848985Z" - }, - { - "textPayload": "Task exited with return code 1", - "insertId": "5tw3o6fi33m07", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:05:45.526320941Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "process": "local_task_job.py:212", - "task-id": "create_batch", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:51.189848985Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "5tw3o6fi33m08", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:05:45.575946312Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "process": "taskinstance.py:2599", - "task-id": "create_batch", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:51.189848985Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[14b8da31-621f-4d06-9729-39e4df7fc025] succeeded in 25.680595037003513s: None", - "insertId": "5tw3o6fi33m09", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:05:45.747187094Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:05:51.189848985Z" - }, - { - "textPayload": "I0913 09:05:54.978170 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1htx5o8fiu0ytv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:05:54.978342360Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T09:06:00.460256005Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1rjtgdefid4gqj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:06:28.929200861Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:06:35.288639437Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[d5527f0b-52a2-44ca-b699-fbf8d2a2171c] received", - "insertId": "yyz1o6fi0w3zx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:10:01.157961896Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:06.835699703Z" - }, - { - "textPayload": "[d5527f0b-52a2-44ca-b699-fbf8d2a2171c] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T09:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "yyz1o6fi0w3zy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:10:01.169280791Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:06.835699703Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "yyz1o6fi0w3zz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:10:01.557869004Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:06.835699703Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "yyz1o6fi0w400", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:10:01.560654835Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:06.835699703Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "yyz1o6fi0w401", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:10:01.723460468Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:06.835699703Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "yyz1o6fi0w402", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:10:02.704913280Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:06.835699703Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "yyz1o6fi0w403", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:10:03.227046753Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:06.835699703Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "yyz1o6fi0w404", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:10:03.357357961Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-13T09:00:00+00:00", - "task-id": "echo", - "process": "taskinstance.py:1091", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:06.835699703Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "yyz1o6fi0w405", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:10:03.376116018Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "execution-date": "2023-09-13T09:00:00+00:00", - "process": "taskinstance.py:1091", - "task-id": "echo", - "workflow": "airflow_monitoring", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:06.835699703Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "yyz1o6fi0w406", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:10:03.376614241Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-13T09:00:00+00:00", - "task-id": "echo", - "process": "taskinstance.py:1289", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:06.835699703Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "yyz1o6fi0w407", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:10:03.377147264Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1290", - "execution-date": "2023-09-13T09:00:00+00:00", - "map-index": "-1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:06.835699703Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "yyz1o6fi0w408", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:10:03.377565262Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T09:00:00+00:00", - "process": "taskinstance.py:1291", - "map-index": "-1", - "task-id": "echo", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:06.835699703Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "yyz1o6fi0w409", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:10:03.787230386Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:06.835699703Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "yyz1o6fi0w40a", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:10:03.787277604Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:06.835699703Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "yyz1o6fi0w40b", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:10:03.813976612Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:06.835699703Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "yyz1o6fi0w40c", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:10:03.814007683Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:06.835699703Z" - }, - { - "textPayload": "Executing on 2023-09-13 09:00:00+00:00", - "insertId": "yyz1o6fi0w40d", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:10:05.132963461Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1310", - "workflow": "airflow_monitoring", - "try-number": "1", - "execution-date": "2023-09-13T09:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:06.835699703Z" - }, - { - "textPayload": "Started process 1991 to run task", - "insertId": "yyz1o6fi0w40e", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:10:05.164599814Z", - "severity": "INFO", - "labels": { - "process": "standard_task_runner.py:55", - "try-number": "1", - "execution-date": "2023-09-13T09:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "map-index": "-1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:06.835699703Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T09:00:00+00:00', '--job-id', '959', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmp514wnb_s']", - "insertId": "yyz1o6fi0w40f", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:10:05.166912534Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-13T09:00:00+00:00", - "task-id": "echo", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "process": "standard_task_runner.py:82" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:06.835699703Z" - }, - { - "textPayload": "Job 959: Subtask echo", - "insertId": "yyz1o6fi0w40g", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:10:05.167881859Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "task-id": "echo", - "map-index": "-1", - "process": "standard_task_runner.py:83", - "try-number": "1", - "execution-date": "2023-09-13T09:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:06.835699703Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "yyz1o6fi0w40h", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:10:05.517006437Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T09:00:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:06.835699703Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T09:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T09:00:00+00:00", - "insertId": "yyz1o6fi0w40i", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:10:05.705446139Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "task-id": "echo", - "process": "taskinstance.py:1518", - "execution-date": "2023-09-13T09:00:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:06.835699703Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "yyz1o6fi0w40j", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:10:05.708584513Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "subprocess.py:63", - "task-id": "echo", - "execution-date": "2023-09-13T09:00:00+00:00", - "workflow": "airflow_monitoring", - "map-index": "-1", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:06.835699703Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "yyz1o6fi0w40k", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:10:05.710489788Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "try-number": "1", - "workflow": "airflow_monitoring", - "process": "subprocess.py:75", - "execution-date": "2023-09-13T09:00:00+00:00", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:06.835699703Z" - }, - { - "textPayload": "Output:", - "insertId": "1thtml5fap009v", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:10:05.850900523Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "subprocess.py:86", - "execution-date": "2023-09-13T09:00:00+00:00", - "task-id": "echo", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:11.886815326Z" - }, - { - "textPayload": "test", - "insertId": "1thtml5fap009w", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:10:05.859551753Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "process": "subprocess.py:93", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T09:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:11.886815326Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "1thtml5fap009x", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:10:05.860200953Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "execution-date": "2023-09-13T09:00:00+00:00", - "map-index": "-1", - "workflow": "airflow_monitoring", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "process": "subprocess.py:97" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:11.886815326Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T090000, start_date=20230913T091003, end_date=20230913T091005", - "insertId": "1thtml5fap009y", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:10:05.912620999Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "task-id": "echo", - "execution-date": "2023-09-13T09:00:00+00:00", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1328", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:11.886815326Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "1thtml5fap009z", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:10:06.630888566Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "process": "local_task_job.py:212", - "execution-date": "2023-09-13T09:00:00+00:00", - "workflow": "airflow_monitoring", - "try-number": "1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:11.886815326Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "1thtml5fap00a0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:10:06.713248168Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T09:00:00+00:00", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:2599" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:11.886815326Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[d5527f0b-52a2-44ca-b699-fbf8d2a2171c] succeeded in 5.703336701000808s: None", - "insertId": "1thtml5fap00a1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:10:06.865705017Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:11.886815326Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[9feed948-981d-472a-bcf3-0d672a7ea635] received", - "insertId": "322ktsfp6ymfj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:10:46.083429679Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:51.832748435Z" - }, - { - "textPayload": "[9feed948-981d-472a-bcf3-0d672a7ea635] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'create_batch', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "322ktsfp6ymfk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:10:46.088956154Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:51.832748435Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "322ktsfp6ymfl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:10:46.411305376Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:51.832748435Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "322ktsfp6ymfm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:10:46.413634178Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:51.832748435Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "322ktsfp6ymfn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:10:46.534913661Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:51.832748435Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "322ktsfp6ymfo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:10:47.417336665Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:51.832748435Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1huby86fj0b1nf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:10:51.011078575Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:56.838235878Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "1huby86fj0b1ng", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:10:51.133746262Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1091", - "try-number": "2", - "worker_id": "airflow-worker-n79fs", - "workflow": "data_analytics_dag", - "task-id": "create_batch", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:56.838235878Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "1huby86fj0b1nh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:10:51.153359240Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1091", - "workflow": "data_analytics_dag", - "map-index": "-1", - "try-number": "2", - "task-id": "create_batch" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:56.838235878Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1huby86fj0b1ni", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:10:51.153766578Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1289", - "task-id": "create_batch", - "try-number": "2", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:56.838235878Z" - }, - { - "textPayload": "Starting attempt 2 of 3", - "insertId": "1huby86fj0b1nj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:10:51.154318740Z", - "severity": "INFO", - "labels": { - "try-number": "2", - "map-index": "-1", - "task-id": "create_batch", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1290", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:56.838235878Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1huby86fj0b1nk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:10:51.154810441Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "try-number": "2", - "task-id": "create_batch", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "taskinstance.py:1291" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:56.838235878Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1huby86fj0b1nl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:10:51.609919008Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:56.838235878Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1huby86fj0b1nm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:10:51.609972180Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:56.838235878Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1huby86fj0b1nn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:10:51.644059734Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:56.838235878Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1huby86fj0b1no", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:10:51.644134499Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:56.838235878Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "1huby86fj0b1np", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:10:52.715497276Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "task-id": "create_batch", - "try-number": "2", - "process": "taskinstance.py:1310" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:56.838235878Z" - }, - { - "textPayload": "Started process 2021 to run task", - "insertId": "1huby86fj0b1nq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:10:52.751351848Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "map-index": "-1", - "process": "standard_task_runner.py:55", - "try-number": "2", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "task-id": "create_batch" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:56.838235878Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'create_batch', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '960', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmpunnd9y7i']", - "insertId": "1huby86fj0b1nr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:10:52.752656510Z", - "severity": "INFO", - "labels": { - "try-number": "2", - "map-index": "-1", - "process": "standard_task_runner.py:82", - "task-id": "create_batch", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:56.838235878Z" - }, - { - "textPayload": "Job 960: Subtask create_batch", - "insertId": "1huby86fj0b1ns", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:10:52.753888385Z", - "severity": "INFO", - "labels": { - "task-id": "create_batch", - "worker_id": "airflow-worker-n79fs", - "try-number": "2", - "workflow": "data_analytics_dag", - "process": "standard_task_runner.py:83", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:56.838235878Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1huby86fj0b1nt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:10:53.131311115Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "create_batch", - "workflow": "data_analytics_dag", - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:56.838235878Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=create_batch\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-12T00:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=2\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-12T00:00:00+00:00", - "insertId": "1huby86fj0b1nu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:10:54.047113241Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1518", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "2", - "task-id": "create_batch" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:56.838235878Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "1huby86fj0b1nv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:10:54.299066473Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "create_batch", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "process": "base.py:73", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:56.838235878Z" - }, - { - "textPayload": "Creating batch data-processing-20230912t000000", - "insertId": "1huby86fj0b1nw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:10:54.300986762Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "dataproc.py:2349", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "create_batch", - "worker_id": "airflow-worker-n79fs", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:56.838235878Z" - }, - { - "textPayload": "Once started, the batch job will be available at https://console.cloud.google.com/dataproc/batches/us-west1/data-processing-20230912t000000/monitoring?project=acceldata-acm", - "insertId": "1huby86fj0b1nx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:10:54.301403612Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "task-id": "create_batch", - "try-number": "2", - "process": "dataproc.py:2350" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:56.838235878Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "1huby86fj0b1ny", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:10:54.302311281Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "create_batch", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "process": "credentials_provider.py:353", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:56.838235878Z" - }, - { - "textPayload": "Batch with given id already exists", - "insertId": "1huby86fj0b1nz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:10:55.694173455Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "create_batch", - "process": "dataproc.py:2394", - "workflow": "data_analytics_dag", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:56.838235878Z" - }, - { - "textPayload": "Attaching to the job data-processing-20230912t000000 if it is still running.", - "insertId": "1huby86fj0b1o0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:10:55.695264262Z", - "severity": "INFO", - "labels": { - "try-number": "2", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "dataproc.py:2399", - "task-id": "create_batch", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:10:56.838235878Z" - }, - { - "textPayload": "Task failed with exception\nTraceback (most recent call last):\n File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2426, in execute\n self.handle_batch_status(context, result.state, batch_id)\n File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2454, in handle_batch_status\n raise AirflowException(\"Batch job %s failed. Driver Logs: %s\", batch_id, link)\nairflow.exceptions.AirflowException: ('Batch job %s failed. Driver Logs: %s', 'data-processing-20230912t000000', 'https://console.cloud.google.com/dataproc/batches/us-west1/data-processing-20230912t000000/monitoring?project=acceldata-acm')", - "insertId": "15mf2pyf8jtnhl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:10:55.863611811Z", - "severity": "ERROR", - "labels": { - "process": "taskinstance.py:1778", - "worker_id": "airflow-worker-n79fs", - "task-id": "create_batch", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "workflow": "data_analytics_dag", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:11:01.914580782Z" - }, - { - "textPayload": "Marking task as UP_FOR_RETRY. dag_id=data_analytics_dag, task_id=create_batch, execution_date=20230912T000000, start_date=20230913T091051, end_date=20230913T091055", - "insertId": "15mf2pyf8jtnhm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:10:55.873198903Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "2", - "task-id": "create_batch", - "map-index": "-1", - "process": "taskinstance.py:1328", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:11:01.914580782Z" - }, - { - "textPayload": "Failed to execute job 960 for task create_batch (('Batch job %s failed. Driver Logs: %s', 'data-processing-20230912t000000', 'https://console.cloud.google.com/dataproc/batches/us-west1/data-processing-20230912t000000/monitoring?project=acceldata-acm'); 2021)", - "insertId": "15mf2pyf8jtnhn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:10:55.896762321Z", - "severity": "ERROR", - "labels": { - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "process": "standard_task_runner.py:100", - "try-number": "2", - "map-index": "-1", - "task-id": "create_batch", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:11:01.914580782Z" - }, - { - "textPayload": "Task exited with return code 1", - "insertId": "15mf2pyf8jtnho", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:10:56.062156726Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "local_task_job.py:212", - "try-number": "2", - "task-id": "create_batch", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:11:01.914580782Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "15mf2pyf8jtnhp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:10:56.131723403Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:2599", - "workflow": "data_analytics_dag", - "map-index": "-1", - "try-number": "2", - "worker_id": "airflow-worker-n79fs", - "task-id": "create_batch", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:11:01.914580782Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[9feed948-981d-472a-bcf3-0d672a7ea635] succeeded in 10.21041198898456s: None", - "insertId": "15mf2pyf8jtnhq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:10:56.297260831Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:11:01.914580782Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1mjy76tfiqaiw6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:11:21.829410527Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:11:27.904566374Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[6c07aaac-8b81-4872-9335-ab0c97e694ce] received", - "insertId": "95nhkhfiwqzct", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:15:56.461971044Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:01.827042643Z" - }, - { - "textPayload": "[6c07aaac-8b81-4872-9335-ab0c97e694ce] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'create_batch', 'scheduled__2023-09-12T00:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "95nhkhfiwqzcu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:15:56.467447239Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:01.827042643Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "95nhkhfiwqzcv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:15:56.825804465Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:01.827042643Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "95nhkhfiwqzcw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:15:56.828142218Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:01.827042643Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "95nhkhfiwqzcx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:15:56.953891313Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:01.827042643Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "95nhkhfiwqzcy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:15:57.849634172Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:01.827042643Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "13oiz3nfllrit7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:16:01.480302363Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:06.838035929Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "13oiz3nfllrit8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:16:01.645799545Z", - "severity": "INFO", - "labels": { - "task-id": "create_batch", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "3", - "map-index": "-1", - "process": "taskinstance.py:1091", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:06.838035929Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "13oiz3nfllrit9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:16:01.667575037Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "create_batch", - "process": "taskinstance.py:1091", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "try-number": "3", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:06.838035929Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "13oiz3nfllrita", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:16:01.668030755Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "task-id": "create_batch", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "3", - "process": "taskinstance.py:1289" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:06.838035929Z" - }, - { - "textPayload": "Starting attempt 3 of 3", - "insertId": "13oiz3nfllritb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:16:01.668419451Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "map-index": "-1", - "process": "taskinstance.py:1290", - "try-number": "3", - "task-id": "create_batch", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:06.838035929Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "13oiz3nfllritc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:16:01.668824387Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1291", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "3", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "create_batch", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:06.838035929Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "13oiz3nfllritd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:16:02.131429868Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:06.838035929Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "13oiz3nfllrite", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:16:02.131474140Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:06.838035929Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "13oiz3nfllritf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:16:02.155833141Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:06.838035929Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "13oiz3nfllritg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:16:02.155876846Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:06.838035929Z" - }, - { - "textPayload": "Executing on 2023-09-12 00:00:00+00:00", - "insertId": "13oiz3nfllrith", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:16:03.422847366Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "3", - "workflow": "data_analytics_dag", - "task-id": "create_batch", - "process": "taskinstance.py:1310", - "execution-date": "2023-09-12T00:00:00+00:00", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:06.838035929Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'create_batch', 'scheduled__2023-09-12T00:00:00+00:00', '--job-id', '961', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmpv_3p5b7o']", - "insertId": "13oiz3nfllriti", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:16:03.455931128Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "try-number": "3", - "execution-date": "2023-09-12T00:00:00+00:00", - "process": "standard_task_runner.py:82", - "task-id": "create_batch", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:06.838035929Z" - }, - { - "textPayload": "Started process 2155 to run task", - "insertId": "13oiz3nfllritj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:16:03.455971556Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "try-number": "3", - "workflow": "data_analytics_dag", - "process": "standard_task_runner.py:55", - "task-id": "create_batch", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:06.838035929Z" - }, - { - "textPayload": "Job 961: Subtask create_batch", - "insertId": "13oiz3nfllritk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:16:03.457999594Z", - "severity": "INFO", - "labels": { - "try-number": "3", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "task-id": "create_batch", - "process": "standard_task_runner.py:83", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:06.838035929Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "13oiz3nfllritl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:16:04.022378473Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "3", - "workflow": "data_analytics_dag", - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs", - "task-id": "create_batch" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:06.838035929Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=create_batch\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-12T00:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=3\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-12T00:00:00+00:00", - "insertId": "13oiz3nfllritm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:16:04.420054116Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "create_batch", - "try-number": "3", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1518" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:06.838035929Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "13oiz3nfllritn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:16:04.461046055Z", - "severity": "INFO", - "labels": { - "task-id": "create_batch", - "try-number": "3", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "process": "base.py:73", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:06.838035929Z" - }, - { - "textPayload": "Creating batch data-processing-20230912t000000", - "insertId": "13oiz3nfllrito", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:16:04.462639995Z", - "severity": "INFO", - "labels": { - "task-id": "create_batch", - "worker_id": "airflow-worker-n79fs", - "process": "dataproc.py:2349", - "workflow": "data_analytics_dag", - "try-number": "3", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:06.838035929Z" - }, - { - "textPayload": "Once started, the batch job will be available at https://console.cloud.google.com/dataproc/batches/us-west1/data-processing-20230912t000000/monitoring?project=acceldata-acm", - "insertId": "13oiz3nfllritp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:16:04.463170743Z", - "severity": "INFO", - "labels": { - "try-number": "3", - "task-id": "create_batch", - "worker_id": "airflow-worker-n79fs", - "process": "dataproc.py:2350", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:06.838035929Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "13oiz3nfllritq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:16:04.463970313Z", - "severity": "INFO", - "labels": { - "task-id": "create_batch", - "worker_id": "airflow-worker-n79fs", - "try-number": "3", - "workflow": "data_analytics_dag", - "process": "credentials_provider.py:353", - "execution-date": "2023-09-12T00:00:00+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:06.838035929Z" - }, - { - "textPayload": "Batch with given id already exists", - "insertId": "1vfgxrkf8ok3ml", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:16:05.889642295Z", - "severity": "INFO", - "labels": { - "try-number": "3", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "create_batch", - "map-index": "-1", - "workflow": "data_analytics_dag", - "process": "dataproc.py:2394" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:11.893365042Z" - }, - { - "textPayload": "Attaching to the job data-processing-20230912t000000 if it is still running.", - "insertId": "1vfgxrkf8ok3mm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:16:05.891387298Z", - "severity": "INFO", - "labels": { - "try-number": "3", - "task-id": "create_batch", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "process": "dataproc.py:2399" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:11.893365042Z" - }, - { - "textPayload": "Task failed with exception\nTraceback (most recent call last):\n File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2426, in execute\n self.handle_batch_status(context, result.state, batch_id)\n File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2454, in handle_batch_status\n raise AirflowException(\"Batch job %s failed. Driver Logs: %s\", batch_id, link)\nairflow.exceptions.AirflowException: ('Batch job %s failed. Driver Logs: %s', 'data-processing-20230912t000000', 'https://console.cloud.google.com/dataproc/batches/us-west1/data-processing-20230912t000000/monitoring?project=acceldata-acm')", - "insertId": "1vfgxrkf8ok3mn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:16:06.327011149Z", - "severity": "ERROR", - "labels": { - "try-number": "3", - "process": "taskinstance.py:1778", - "task-id": "create_batch", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-12T00:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:11.893365042Z" - }, - { - "textPayload": "Marking task as FAILED. dag_id=data_analytics_dag, task_id=create_batch, execution_date=20230912T000000, start_date=20230913T091601, end_date=20230913T091606", - "insertId": "1vfgxrkf8ok3mo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:16:06.337645801Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1328", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "create_batch", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag", - "try-number": "3" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:11.893365042Z" - }, - { - "textPayload": "Failed to execute job 961 for task create_batch (('Batch job %s failed. Driver Logs: %s', 'data-processing-20230912t000000', 'https://console.cloud.google.com/dataproc/batches/us-west1/data-processing-20230912t000000/monitoring?project=acceldata-acm'); 2155)", - "insertId": "1vfgxrkf8ok3mp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:16:07.010901162Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-12T00:00:00+00:00", - "task-id": "create_batch", - "workflow": "data_analytics_dag", - "process": "standard_task_runner.py:100", - "try-number": "3", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:11.893365042Z" - }, - { - "textPayload": "Task exited with return code 1", - "insertId": "1vfgxrkf8ok3mq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:16:07.195382039Z", - "severity": "INFO", - "labels": { - "process": "local_task_job.py:212", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "create_batch", - "try-number": "3", - "execution-date": "2023-09-12T00:00:00+00:00", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:11.893365042Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "1vfgxrkf8ok3mr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:16:07.289402819Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-12T00:00:00+00:00", - "try-number": "3", - "process": "taskinstance.py:2599", - "map-index": "-1", - "task-id": "create_batch", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:11.893365042Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[6c07aaac-8b81-4872-9335-ab0c97e694ce] succeeded in 10.997413828998106s: None", - "insertId": "1vfgxrkf8ok3ms", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:16:07.463194964Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:11.893365042Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "au1qzhf6mcxy7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:16:24.210923566Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:16:29.011999026Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[086fd2b8-f935-40ad-ab61-e3d72193608b] received", - "insertId": "1j87f4wfi348ag", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:20:01.678458133Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:06.842328625Z" - }, - { - "textPayload": "[086fd2b8-f935-40ad-ab61-e3d72193608b] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T09:10:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "1j87f4wfi348ah", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:20:01.684747817Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:06.842328625Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1j87f4wfi348ai", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:20:02.039815093Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:06.842328625Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1j87f4wfi348aj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:20:02.042104705Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:06.842328625Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1j87f4wfi348ak", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:20:02.147507215Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:06.842328625Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "1j87f4wfi348al", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:20:03.104288896Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:06.842328625Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1j87f4wfi348am", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:20:03.634172801Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:06.842328625Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "1j87f4wfi348an", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:20:03.789023720Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "map-index": "-1", - "process": "taskinstance.py:1091", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T09:10:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:06.842328625Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "1j87f4wfi348ao", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:20:03.813753845Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T09:10:00+00:00", - "process": "taskinstance.py:1091", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:06.842328625Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1j87f4wfi348ap", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:20:03.814199787Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T09:10:00+00:00", - "workflow": "airflow_monitoring", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "map-index": "-1", - "process": "taskinstance.py:1289" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:06.842328625Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "1j87f4wfi348aq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:20:03.814719338Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1290", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "execution-date": "2023-09-13T09:10:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:06.842328625Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1j87f4wfi348ar", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:20:03.815126340Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "map-index": "-1", - "task-id": "echo", - "execution-date": "2023-09-13T09:10:00+00:00", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1291", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:06.842328625Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1j87f4wfi348as", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:20:04.112119597Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:06.842328625Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1j87f4wfi348at", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:20:04.112165506Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:06.842328625Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1j87f4wfi348au", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:20:04.160575625Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:06.842328625Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1j87f4wfi348av", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:20:04.160623584Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:06.842328625Z" - }, - { - "textPayload": "Executing on 2023-09-13 09:10:00+00:00", - "insertId": "1j87f4wfi348aw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:20:04.848550908Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-13T09:10:00+00:00", - "task-id": "echo", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1310" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:06.842328625Z" - }, - { - "textPayload": "Started process 2257 to run task", - "insertId": "1j87f4wfi348ax", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:20:04.891607969Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "standard_task_runner.py:55", - "try-number": "1", - "workflow": "airflow_monitoring", - "task-id": "echo", - "execution-date": "2023-09-13T09:10:00+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:06.842328625Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T09:10:00+00:00', '--job-id', '962', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmp9f7zro83']", - "insertId": "1j87f4wfi348ay", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:20:04.894018763Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-13T09:10:00+00:00", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "process": "standard_task_runner.py:82", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:06.842328625Z" - }, - { - "textPayload": "Job 962: Subtask echo", - "insertId": "1j87f4wfi348az", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:20:04.894963993Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "execution-date": "2023-09-13T09:10:00+00:00", - "try-number": "1", - "process": "standard_task_runner.py:83", - "map-index": "-1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:06.842328625Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1j87f4wfi348b0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:20:05.272204854Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T09:10:00+00:00", - "workflow": "airflow_monitoring", - "task-id": "echo", - "try-number": "1", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:06.842328625Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T09:10:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T09:10:00+00:00", - "insertId": "1j87f4wfi348b1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:20:05.475416545Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T09:10:00+00:00", - "process": "taskinstance.py:1518", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "workflow": "airflow_monitoring", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:06.842328625Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "1j87f4wfi348b2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:20:05.477171352Z", - "severity": "INFO", - "labels": { - "process": "subprocess.py:63", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T09:10:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:06.842328625Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "1j87f4wfi348b3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:20:05.478503606Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-13T09:10:00+00:00", - "task-id": "echo", - "process": "subprocess.py:75", - "map-index": "-1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:06.842328625Z" - }, - { - "textPayload": "Output:", - "insertId": "1j87f4wfi348b4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:20:05.623185935Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "task-id": "echo", - "process": "subprocess.py:86", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T09:10:00+00:00", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:06.842328625Z" - }, - { - "textPayload": "test", - "insertId": "1j87f4wfi348b5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:20:05.630344479Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T09:10:00+00:00", - "map-index": "-1", - "try-number": "1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "process": "subprocess.py:93", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:06.842328625Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "1j87f4wfi348b6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:20:05.630928691Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T09:10:00+00:00", - "workflow": "airflow_monitoring", - "map-index": "-1", - "try-number": "1", - "process": "subprocess.py:97" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:06.842328625Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T091000, start_date=20230913T092003, end_date=20230913T092005", - "insertId": "1j87f4wfi348b7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:20:05.678520205Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T09:10:00+00:00", - "process": "taskinstance.py:1328", - "task-id": "echo", - "workflow": "airflow_monitoring", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:06.842328625Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "1ulji46fiuaijr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:20:06.401041736Z", - "severity": "INFO", - "labels": { - "process": "local_task_job.py:212", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-13T09:10:00+00:00", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:11.922103568Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "1ulji46fiuaijs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:20:06.454048697Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "workflow": "airflow_monitoring", - "try-number": "1", - "execution-date": "2023-09-13T09:10:00+00:00", - "process": "taskinstance.py:2599" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:11.922103568Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[086fd2b8-f935-40ad-ab61-e3d72193608b] succeeded in 4.925387285009492s: None", - "insertId": "1ulji46fiuaijt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:20:06.608550207Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:20:11.922103568Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "ukf4wfozpk8m", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:21:26.213615139Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:21:32.304360331Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "tp3t0xfltty47", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:26:28.125933922Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:26:33.926286632Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[1900aa23-96dc-4ff2-83ad-83c58095aafa] received", - "insertId": "148tgddfowkw6x", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:30:01.750417696Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:02.116135935Z" - }, - { - "textPayload": "[1900aa23-96dc-4ff2-83ad-83c58095aafa] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T09:20:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "148tgddfowkw6y", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:30:01.755805433Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:02.116135935Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1ck5nq2fi950r6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:30:02.031842375Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:08.259409122Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1ck5nq2fi950r7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:30:02.033904505Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:08.259409122Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1ck5nq2fi950r8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:30:02.149077328Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:08.259409122Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "1ck5nq2fi950r9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:30:03.147229894Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:08.259409122Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1ck5nq2fi950ra", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:30:03.735401378Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:08.259409122Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "1ck5nq2fi950rb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:30:03.885160423Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1091", - "map-index": "-1", - "task-id": "echo", - "try-number": "1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T09:20:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:08.259409122Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "1ck5nq2fi950rc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:30:03.909772232Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T09:20:00+00:00", - "process": "taskinstance.py:1091", - "workflow": "airflow_monitoring", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:08.259409122Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1ck5nq2fi950rd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:30:03.911230145Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "task-id": "echo", - "process": "taskinstance.py:1289", - "execution-date": "2023-09-13T09:20:00+00:00", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:08.259409122Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "1ck5nq2fi950re", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:30:03.912159381Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1290", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "task-id": "echo", - "map-index": "-1", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T09:20:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:08.259409122Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1ck5nq2fi950rf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:30:03.912972566Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1291", - "execution-date": "2023-09-13T09:20:00+00:00", - "task-id": "echo", - "workflow": "airflow_monitoring", - "map-index": "-1", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:08.259409122Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1ck5nq2fi950rg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:30:04.194326321Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:08.259409122Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1ck5nq2fi950rh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:30:04.194370087Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:08.259409122Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1ck5nq2fi950ri", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:30:04.220329131Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:08.259409122Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1ck5nq2fi950rj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:30:04.220372463Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:08.259409122Z" - }, - { - "textPayload": "Executing on 2023-09-13 09:20:00+00:00", - "insertId": "1ck5nq2fi950rk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:30:05.091438264Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "map-index": "-1", - "task-id": "echo", - "process": "taskinstance.py:1310", - "execution-date": "2023-09-13T09:20:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:08.259409122Z" - }, - { - "textPayload": "Started process 2483 to run task", - "insertId": "1ck5nq2fi950rl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:30:05.130666102Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "map-index": "-1", - "workflow": "airflow_monitoring", - "process": "standard_task_runner.py:55", - "execution-date": "2023-09-13T09:20:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:08.259409122Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T09:20:00+00:00', '--job-id', '963', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmpmj2zjqxe']", - "insertId": "1ck5nq2fi950rm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:30:05.132897323Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "standard_task_runner.py:82", - "execution-date": "2023-09-13T09:20:00+00:00", - "workflow": "airflow_monitoring", - "map-index": "-1", - "task-id": "echo", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:08.259409122Z" - }, - { - "textPayload": "Job 963: Subtask echo", - "insertId": "1ck5nq2fi950rn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:30:05.133524268Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "standard_task_runner.py:83", - "execution-date": "2023-09-13T09:20:00+00:00", - "try-number": "1", - "map-index": "-1", - "workflow": "airflow_monitoring", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:08.259409122Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1ck5nq2fi950ro", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:30:05.609470257Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-13T09:20:00+00:00", - "try-number": "1", - "task-id": "echo", - "workflow": "airflow_monitoring", - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:08.259409122Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T09:20:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T09:20:00+00:00", - "insertId": "1ck5nq2fi950rp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:30:06.209893614Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T09:20:00+00:00", - "workflow": "airflow_monitoring", - "try-number": "1", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "process": "taskinstance.py:1518" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:08.259409122Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "1ck5nq2fi950rq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:30:06.213708439Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "task-id": "echo", - "process": "subprocess.py:63", - "map-index": "-1", - "execution-date": "2023-09-13T09:20:00+00:00", - "worker_id": "airflow-worker-n79fs", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:08.259409122Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "1ck5nq2fi950rr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:30:06.215799540Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T09:20:00+00:00", - "task-id": "echo", - "map-index": "-1", - "workflow": "airflow_monitoring", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "process": "subprocess.py:75" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:08.259409122Z" - }, - { - "textPayload": "Output:", - "insertId": "1ck5nq2fi950rs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:30:06.415853747Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "execution-date": "2023-09-13T09:20:00+00:00", - "process": "subprocess.py:86", - "try-number": "1", - "workflow": "airflow_monitoring", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:08.259409122Z" - }, - { - "textPayload": "test", - "insertId": "1ck5nq2fi950rt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:30:06.427012131Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "process": "subprocess.py:93", - "execution-date": "2023-09-13T09:20:00+00:00", - "task-id": "echo", - "try-number": "1", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:08.259409122Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "1ck5nq2fi950ru", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:30:06.429121449Z", - "severity": "INFO", - "labels": { - "process": "subprocess.py:97", - "map-index": "-1", - "execution-date": "2023-09-13T09:20:00+00:00", - "task-id": "echo", - "try-number": "1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:08.259409122Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T092000, start_date=20230913T093003, end_date=20230913T093006", - "insertId": "1ck5nq2fi950rv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:30:06.523318129Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "process": "taskinstance.py:1328", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T09:20:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:08.259409122Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "1ck5nq2fi950rw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:30:07.543788263Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "workflow": "airflow_monitoring", - "process": "local_task_job.py:212", - "execution-date": "2023-09-13T09:20:00+00:00", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:08.259409122Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "1ck5nq2fi950rx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:30:07.731418815Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T09:20:00+00:00", - "try-number": "1", - "map-index": "-1", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:2599", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:08.259409122Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[1900aa23-96dc-4ff2-83ad-83c58095aafa] succeeded in 6.274028416024521s: None", - "insertId": "3md8g2fixotq7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:30:08.028282428Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:30:14.052901816Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "xuoq7hf6mucc5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:31:30.222181637Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:31:36.698917822Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "l3c42sfivagxq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:36:32.052464128Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:36:37.608662466Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[b1572d05-6dbc-49ba-b20b-fa1a88467a0b] received", - "insertId": "1y7n6efi6hrrk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:40:01.175931396Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:06.754004854Z" - }, - { - "textPayload": "[b1572d05-6dbc-49ba-b20b-fa1a88467a0b] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T09:30:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "1y7n6efi6hrrl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:40:01.182910829Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:06.754004854Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1y7n6efi6hrrm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:40:01.559337774Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:06.754004854Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1y7n6efi6hrrn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:40:01.561717052Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:06.754004854Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1y7n6efi6hrro", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:40:01.717746589Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:06.754004854Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "1y7n6efi6hrrp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:40:02.825666197Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:06.754004854Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1y7n6efi6hrrq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:40:03.311688796Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:06.754004854Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "1y7n6efi6hrrr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:40:03.605066712Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "process": "taskinstance.py:1091", - "try-number": "1", - "execution-date": "2023-09-13T09:30:00+00:00", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:06.754004854Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "1y7n6efi6hrrs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:40:03.631029326Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1091", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "task-id": "echo", - "execution-date": "2023-09-13T09:30:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:06.754004854Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1y7n6efi6hrrt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:40:03.631526253Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T09:30:00+00:00", - "task-id": "echo", - "try-number": "1", - "process": "taskinstance.py:1289", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:06.754004854Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "1y7n6efi6hrru", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:40:03.632039731Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1290", - "map-index": "-1", - "execution-date": "2023-09-13T09:30:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:06.754004854Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1y7n6efi6hrrv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:40:03.632359210Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1291", - "task-id": "echo", - "try-number": "1", - "execution-date": "2023-09-13T09:30:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:06.754004854Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1y7n6efi6hrrw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:40:03.927552311Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:06.754004854Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1y7n6efi6hrrx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:40:03.927629922Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:06.754004854Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1y7n6efi6hrry", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:40:03.950991102Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:06.754004854Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1y7n6efi6hrrz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:40:03.951061112Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:06.754004854Z" - }, - { - "textPayload": "Executing on 2023-09-13 09:30:00+00:00", - "insertId": "1y7n6efi6hrs0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:40:05.075740888Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "try-number": "1", - "process": "taskinstance.py:1310", - "task-id": "echo", - "execution-date": "2023-09-13T09:30:00+00:00", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:06.754004854Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T09:30:00+00:00', '--job-id', '964', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmpbcp_dvpy']", - "insertId": "1y7n6efi6hrs1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:40:05.113652715Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "execution-date": "2023-09-13T09:30:00+00:00", - "workflow": "airflow_monitoring", - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "process": "standard_task_runner.py:82" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:06.754004854Z" - }, - { - "textPayload": "Started process 2718 to run task", - "insertId": "1y7n6efi6hrs2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:40:05.113734611Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "process": "standard_task_runner.py:55", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "execution-date": "2023-09-13T09:30:00+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:06.754004854Z" - }, - { - "textPayload": "Job 964: Subtask echo", - "insertId": "1y7n6efi6hrs3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:40:05.114605443Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T09:30:00+00:00", - "map-index": "-1", - "try-number": "1", - "workflow": "airflow_monitoring", - "task-id": "echo", - "process": "standard_task_runner.py:83" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:06.754004854Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1y7n6efi6hrs4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:40:05.485562569Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "try-number": "1", - "process": "task_command.py:393", - "execution-date": "2023-09-13T09:30:00+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:06.754004854Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T09:30:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T09:30:00+00:00", - "insertId": "1y7n6efi6hrs5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:40:05.685973804Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1518", - "execution-date": "2023-09-13T09:30:00+00:00", - "map-index": "-1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:06.754004854Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "1y7n6efi6hrs6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:40:05.688429574Z", - "severity": "INFO", - "labels": { - "process": "subprocess.py:63", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "map-index": "-1", - "execution-date": "2023-09-13T09:30:00+00:00", - "try-number": "1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:06.754004854Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "1y7n6efi6hrs7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:40:05.690716199Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-13T09:30:00+00:00", - "process": "subprocess.py:75", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "map-index": "-1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:06.754004854Z" - }, - { - "textPayload": "Output:", - "insertId": "1s3smeyfidvisf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:40:05.828447861Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "process": "subprocess.py:86", - "execution-date": "2023-09-13T09:30:00+00:00", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "map-index": "-1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:11.853566645Z" - }, - { - "textPayload": "test", - "insertId": "1s3smeyfidvisg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:40:05.835257972Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "try-number": "1", - "workflow": "airflow_monitoring", - "map-index": "-1", - "execution-date": "2023-09-13T09:30:00+00:00", - "worker_id": "airflow-worker-n79fs", - "process": "subprocess.py:93" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:11.853566645Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "1s3smeyfidvish", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:40:05.836202442Z", - "severity": "INFO", - "labels": { - "process": "subprocess.py:97", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T09:30:00+00:00", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:11.853566645Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T093000, start_date=20230913T094003, end_date=20230913T094005", - "insertId": "1s3smeyfidvisi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:40:05.881553088Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T09:30:00+00:00", - "map-index": "-1", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1328" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:11.853566645Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "1s3smeyfidvisj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:40:06.741026875Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "map-index": "-1", - "process": "local_task_job.py:212", - "execution-date": "2023-09-13T09:30:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:11.853566645Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "1s3smeyfidvisk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:40:06.822857971Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:2599", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T09:30:00+00:00", - "map-index": "-1", - "workflow": "airflow_monitoring", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:11.853566645Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[b1572d05-6dbc-49ba-b20b-fa1a88467a0b] succeeded in 5.78971284700674s: None", - "insertId": "1s3smeyfidvisl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:40:06.970677063Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:40:11.853566645Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1u1ifs3f6md9yf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:41:34.231368171Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:41:39.773388551Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1lq1qkcfids68i", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:46:38.915040986Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:46:41.527204058Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[f83c5606-d67b-4529-ba20-0b4706cff40d] received", - "insertId": "1iy9hgof6n59sv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:50:00.887839137Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:06.834673843Z" - }, - { - "textPayload": "[f83c5606-d67b-4529-ba20-0b4706cff40d] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T09:40:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "1iy9hgof6n59sw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:50:00.893937099Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:06.834673843Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1iy9hgof6n59sx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:50:01.222128025Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:06.834673843Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1iy9hgof6n59sy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:50:01.224467185Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:06.834673843Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1iy9hgof6n59sz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:50:01.345087123Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:06.834673843Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "1iy9hgof6n59t0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:50:02.237697353Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:06.834673843Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1iy9hgof6n59t1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:50:02.839552565Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:06.834673843Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "1iy9hgof6n59t2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:50:02.966651500Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T09:40:00+00:00", - "try-number": "1", - "map-index": "-1", - "workflow": "airflow_monitoring", - "task-id": "echo", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:06.834673843Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "1iy9hgof6n59t3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:50:02.985522911Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T09:40:00+00:00", - "map-index": "-1", - "task-id": "echo", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:06.834673843Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1iy9hgof6n59t4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:50:02.985860529Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1289", - "map-index": "-1", - "execution-date": "2023-09-13T09:40:00+00:00", - "workflow": "airflow_monitoring", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:06.834673843Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "1iy9hgof6n59t5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:50:02.986333751Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "task-id": "echo", - "execution-date": "2023-09-13T09:40:00+00:00", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "try-number": "1", - "process": "taskinstance.py:1290" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:06.834673843Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1iy9hgof6n59t6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:50:02.986734495Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "task-id": "echo", - "execution-date": "2023-09-13T09:40:00+00:00", - "process": "taskinstance.py:1291", - "workflow": "airflow_monitoring", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:06.834673843Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1iy9hgof6n59t7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:50:03.246402186Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:06.834673843Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1iy9hgof6n59t8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:50:03.246452389Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:06.834673843Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1iy9hgof6n59t9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:50:03.307350027Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:06.834673843Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1iy9hgof6n59ta", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:50:03.307418362Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:06.834673843Z" - }, - { - "textPayload": "Executing on 2023-09-13 09:40:00+00:00", - "insertId": "1iy9hgof6n59tb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:50:04.172506349Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T09:40:00+00:00", - "try-number": "1", - "process": "taskinstance.py:1310", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:06.834673843Z" - }, - { - "textPayload": "Started process 2954 to run task", - "insertId": "1iy9hgof6n59tc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:50:04.248179486Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-13T09:40:00+00:00", - "process": "standard_task_runner.py:55", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:06.834673843Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T09:40:00+00:00', '--job-id', '965', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmpu230az8e']", - "insertId": "1iy9hgof6n59td", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:50:04.248582362Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "execution-date": "2023-09-13T09:40:00+00:00", - "process": "standard_task_runner.py:82", - "map-index": "-1", - "workflow": "airflow_monitoring", - "try-number": "1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:06.834673843Z" - }, - { - "textPayload": "Job 965: Subtask echo", - "insertId": "1iy9hgof6n59te", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:50:04.249919827Z", - "severity": "INFO", - "labels": { - "process": "standard_task_runner.py:83", - "try-number": "1", - "task-id": "echo", - "workflow": "airflow_monitoring", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T09:40:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:06.834673843Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1iy9hgof6n59tf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:50:04.610386952Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "try-number": "1", - "execution-date": "2023-09-13T09:40:00+00:00", - "map-index": "-1", - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:06.834673843Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T09:40:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T09:40:00+00:00", - "insertId": "1iy9hgof6n59tg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:50:04.804879805Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "try-number": "1", - "task-id": "echo", - "process": "taskinstance.py:1518", - "execution-date": "2023-09-13T09:40:00+00:00", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:06.834673843Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "1iy9hgof6n59th", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:50:04.807954004Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "workflow": "airflow_monitoring", - "try-number": "1", - "process": "subprocess.py:63", - "map-index": "-1", - "execution-date": "2023-09-13T09:40:00+00:00", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:06.834673843Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "1iy9hgof6n59ti", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:50:04.810084714Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "process": "subprocess.py:75", - "execution-date": "2023-09-13T09:40:00+00:00", - "map-index": "-1", - "try-number": "1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:06.834673843Z" - }, - { - "textPayload": "Output:", - "insertId": "1iy9hgof6n59tj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:50:04.984039541Z", - "severity": "INFO", - "labels": { - "process": "subprocess.py:86", - "execution-date": "2023-09-13T09:40:00+00:00", - "task-id": "echo", - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:06.834673843Z" - }, - { - "textPayload": "test", - "insertId": "1iy9hgof6n59tk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:50:04.991332722Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "process": "subprocess.py:93", - "execution-date": "2023-09-13T09:40:00+00:00", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "try-number": "1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:06.834673843Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "1iy9hgof6n59tl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:50:04.992766958Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "execution-date": "2023-09-13T09:40:00+00:00", - "try-number": "1", - "workflow": "airflow_monitoring", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "process": "subprocess.py:97" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:06.834673843Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T094000, start_date=20230913T095002, end_date=20230913T095005", - "insertId": "1iy9hgof6n59tm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:50:05.043591180Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "workflow": "airflow_monitoring", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "process": "taskinstance.py:1328", - "execution-date": "2023-09-13T09:40:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:06.834673843Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "1iy9hgof6n59tn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:50:05.791759107Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "process": "local_task_job.py:212", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "map-index": "-1", - "execution-date": "2023-09-13T09:40:00+00:00", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:06.834673843Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "z8sggxf4qs8px", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:50:05.843551644Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "process": "taskinstance.py:2599", - "execution-date": "2023-09-13T09:40:00+00:00", - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "try-number": "1", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:11.892781037Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[f83c5606-d67b-4529-ba20-0b4706cff40d] succeeded in 5.113018922973424s: None", - "insertId": "z8sggxf4qs8py", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T09:50:06.013327566Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:50:11.892781037Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1b6jxnrfiuvvjb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T09:51:38.111739182Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:51:44.184476842Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "6o7zm5fisa6qe", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T09:56:40.945871327Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T09:56:46.485381811Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[eef46875-af70-45bc-8c7e-edae481015e6] received", - "insertId": "10mylthflz3tsl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:00:00.751336674Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:02.545036615Z" - }, - { - "textPayload": "[eef46875-af70-45bc-8c7e-edae481015e6] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T09:50:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "10mylthflz3tsm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:00:00.757686550Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:02.545036615Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "10mylthflz3tsn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:00:01.123790535Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:02.545036615Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "10mylthflz3tso", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:00:01.125953268Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:02.545036615Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "10mylthflz3tsp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:00:01.263254634Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:02.545036615Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "1sds7spfifjyas", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:00:02.465166115Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:07.668526344Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1sds7spfifjyat", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:00:03.151847130Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:07.668526344Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "1sds7spfifjyau", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:00:03.290935439Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T09:50:00+00:00", - "map-index": "-1", - "task-id": "echo", - "workflow": "airflow_monitoring", - "try-number": "1", - "process": "taskinstance.py:1091", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:07.668526344Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "1sds7spfifjyav", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:00:03.315748521Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "task-id": "echo", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T09:50:00+00:00", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:07.668526344Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1sds7spfifjyaw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:00:03.316041132Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T09:50:00+00:00", - "process": "taskinstance.py:1289", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "workflow": "airflow_monitoring", - "task-id": "echo", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:07.668526344Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "1sds7spfifjyax", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:00:03.316370743Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "taskinstance.py:1290", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T09:50:00+00:00", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:07.668526344Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1sds7spfifjyay", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:00:03.317482195Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "try-number": "1", - "task-id": "echo", - "execution-date": "2023-09-13T09:50:00+00:00", - "process": "taskinstance.py:1291", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:07.668526344Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1sds7spfifjyaz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:00:03.651617964Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:07.668526344Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1sds7spfifjyb0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:00:03.651649356Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:07.668526344Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1sds7spfifjyb1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:00:03.708570383Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:07.668526344Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1sds7spfifjyb2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:00:03.708614111Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:07.668526344Z" - }, - { - "textPayload": "Executing on 2023-09-13 09:50:00+00:00", - "insertId": "1sds7spfifjyb3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:00:04.619711888Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1310", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T09:50:00+00:00", - "map-index": "-1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:07.668526344Z" - }, - { - "textPayload": "Started process 3179 to run task", - "insertId": "1sds7spfifjyb4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:00:04.653866960Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T09:50:00+00:00", - "try-number": "1", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "process": "standard_task_runner.py:55", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:07.668526344Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T09:50:00+00:00', '--job-id', '966', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmphs1lb5fa']", - "insertId": "1sds7spfifjyb5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:00:04.656581289Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T09:50:00+00:00", - "task-id": "echo", - "process": "standard_task_runner.py:82", - "try-number": "1", - "workflow": "airflow_monitoring", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:07.668526344Z" - }, - { - "textPayload": "Job 966: Subtask echo", - "insertId": "1sds7spfifjyb6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:00:04.657279631Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "standard_task_runner.py:83", - "task-id": "echo", - "execution-date": "2023-09-13T09:50:00+00:00", - "try-number": "1", - "workflow": "airflow_monitoring", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:07.668526344Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1sds7spfifjyb7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:00:05.045328076Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393", - "task-id": "echo", - "execution-date": "2023-09-13T09:50:00+00:00", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:07.668526344Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T09:50:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T09:50:00+00:00", - "insertId": "1sds7spfifjyb8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:00:05.242831992Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-13T09:50:00+00:00", - "workflow": "airflow_monitoring", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1518", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:07.668526344Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "1sds7spfifjyb9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:00:05.247269639Z", - "severity": "INFO", - "labels": { - "process": "subprocess.py:63", - "workflow": "airflow_monitoring", - "map-index": "-1", - "execution-date": "2023-09-13T09:50:00+00:00", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:07.668526344Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "1sds7spfifjyba", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:00:05.250884606Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "process": "subprocess.py:75", - "execution-date": "2023-09-13T09:50:00+00:00", - "try-number": "1", - "map-index": "-1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:07.668526344Z" - }, - { - "textPayload": "Output:", - "insertId": "1sds7spfifjybb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:00:05.417871733Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "task-id": "echo", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T09:50:00+00:00", - "map-index": "-1", - "process": "subprocess.py:86" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:07.668526344Z" - }, - { - "textPayload": "test", - "insertId": "1sds7spfifjybc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:00:05.433879175Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "task-id": "echo", - "map-index": "-1", - "process": "subprocess.py:93", - "execution-date": "2023-09-13T09:50:00+00:00", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:07.668526344Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "1sds7spfifjybd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:00:05.435529077Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "process": "subprocess.py:97", - "execution-date": "2023-09-13T09:50:00+00:00", - "task-id": "echo", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:07.668526344Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T095000, start_date=20230913T100003, end_date=20230913T100005", - "insertId": "1sds7spfifjybe", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:00:05.605132053Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "taskinstance.py:1328", - "task-id": "echo", - "execution-date": "2023-09-13T09:50:00+00:00", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:07.668526344Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "1sds7spfifjybf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:00:06.645236416Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "local_task_job.py:212", - "task-id": "echo", - "try-number": "1", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T09:50:00+00:00", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:07.668526344Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "8m2vcafp27aqa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:00:06.826835297Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "map-index": "-1", - "process": "taskinstance.py:2599", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T09:50:00+00:00", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:12.772800862Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[eef46875-af70-45bc-8c7e-edae481015e6] succeeded in 6.4660902399919s: None", - "insertId": "8m2vcafp27aqb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:00:07.222129523Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:00:12.772800862Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "i1cjg0fizali4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:01:52.832344381Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:01:56.117733621Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "jpfmtxfozup01", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:06:44.928722529Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:06:50.169583605Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[10a8d27d-5047-46a7-a50f-cf0744170735] received", - "insertId": "1no069nfiz86jo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:10:01.016408378Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:02.830313971Z" - }, - { - "textPayload": "[10a8d27d-5047-46a7-a50f-cf0744170735] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T10:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "1no069nfiz86jp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:10:01.022176872Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:02.830313971Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1no069nfiz86jq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:10:01.332184203Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:02.830313971Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1no069nfiz86jr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:10:01.334574981Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:02.830313971Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1no069nfiz86js", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:10:01.525766282Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-n79fs", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:02.830313971Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "1cu2uvqf88klq0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:10:02.356852252Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:07.903822971Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1cu2uvqf88klq1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:10:02.995237982Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:07.903822971Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "1cu2uvqf88klq2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:10:03.146689103Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "task-id": "echo", - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-13T10:00:00+00:00", - "process": "taskinstance.py:1091", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:07.903822971Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "1cu2uvqf88klq3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:10:03.165119453Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "airflow_monitoring", - "task-id": "echo", - "execution-date": "2023-09-13T10:00:00+00:00", - "process": "taskinstance.py:1091", - "try-number": "1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:07.903822971Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1cu2uvqf88klq4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:10:03.165628848Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "workflow": "airflow_monitoring", - "map-index": "-1", - "try-number": "1", - "task-id": "echo", - "process": "taskinstance.py:1289", - "execution-date": "2023-09-13T10:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:07.903822971Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "1cu2uvqf88klq5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:10:03.166242953Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-13T10:00:00+00:00", - "process": "taskinstance.py:1290" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:07.903822971Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1cu2uvqf88klq6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:10:03.166841698Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-13T10:00:00+00:00", - "workflow": "airflow_monitoring", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "process": "taskinstance.py:1291", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:07.903822971Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1cu2uvqf88klq7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:10:03.527978646Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:07.903822971Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1cu2uvqf88klq8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:10:03.528039140Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:07.903822971Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1cu2uvqf88klq9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:10:03.550716326Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:07.903822971Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1cu2uvqf88klqa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:10:03.550759974Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:07.903822971Z" - }, - { - "textPayload": "Executing on 2023-09-13 10:00:00+00:00", - "insertId": "1cu2uvqf88klqb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:10:04.919043367Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1310", - "map-index": "-1", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T10:00:00+00:00", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:07.903822971Z" - }, - { - "textPayload": "Started process 3415 to run task", - "insertId": "1cu2uvqf88klqc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:10:04.956813337Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T10:00:00+00:00", - "try-number": "1", - "task-id": "echo", - "process": "standard_task_runner.py:55", - "worker_id": "airflow-worker-n79fs", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:07.903822971Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T10:00:00+00:00', '--job-id', '969', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmp31zuw_44']", - "insertId": "1cu2uvqf88klqd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:10:04.958244406Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "task-id": "echo", - "workflow": "airflow_monitoring", - "map-index": "-1", - "process": "standard_task_runner.py:82", - "execution-date": "2023-09-13T10:00:00+00:00", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:07.903822971Z" - }, - { - "textPayload": "Job 969: Subtask echo", - "insertId": "1cu2uvqf88klqe", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:10:04.959732616Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:00:00+00:00", - "workflow": "airflow_monitoring", - "task-id": "echo", - "process": "standard_task_runner.py:83", - "try-number": "1", - "map-index": "-1", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:07.903822971Z" - }, - { - "textPayload": "Running on host airflow-worker-n79fs", - "insertId": "1cu2uvqf88klqf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:10:05.328896060Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T10:00:00+00:00", - "map-index": "-1", - "try-number": "1", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:07.903822971Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T10:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T10:00:00+00:00", - "insertId": "1cu2uvqf88klqg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:10:05.527782596Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-13T10:00:00+00:00", - "task-id": "echo", - "process": "taskinstance.py:1518", - "try-number": "1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:07.903822971Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "1cu2uvqf88klqh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:10:05.529598086Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T10:00:00+00:00", - "task-id": "echo", - "process": "subprocess.py:63", - "map-index": "-1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:07.903822971Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "1cu2uvqf88klqi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:10:05.531411190Z", - "severity": "INFO", - "labels": { - "process": "subprocess.py:75", - "task-id": "echo", - "map-index": "-1", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T10:00:00+00:00", - "worker_id": "airflow-worker-n79fs", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:07.903822971Z" - }, - { - "textPayload": "Output:", - "insertId": "1cu2uvqf88klqj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:10:05.676676234Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "workflow": "airflow_monitoring", - "process": "subprocess.py:86", - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T10:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:07.903822971Z" - }, - { - "textPayload": "test", - "insertId": "1cu2uvqf88klqk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:10:05.684315088Z", - "severity": "INFO", - "labels": { - "process": "subprocess.py:93", - "task-id": "echo", - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-13T10:00:00+00:00", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:07.903822971Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "1cu2uvqf88klql", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:10:05.685767129Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-n79fs", - "execution-date": "2023-09-13T10:00:00+00:00", - "process": "subprocess.py:97", - "try-number": "1", - "workflow": "airflow_monitoring", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:07.903822971Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T100000, start_date=20230913T101003, end_date=20230913T101005", - "insertId": "1cu2uvqf88klqm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:10:05.730683697Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "map-index": "-1", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T10:00:00+00:00", - "process": "taskinstance.py:1328", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:07.903822971Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "1cu2uvqf88klqn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:10:06.460488792Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:00:00+00:00", - "map-index": "-1", - "process": "local_task_job.py:212", - "task-id": "echo", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-n79fs", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:07.903822971Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "1cu2uvqf88klqo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:10:06.546841377Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T10:00:00+00:00", - "process": "taskinstance.py:2599", - "task-id": "echo", - "worker_id": "airflow-worker-n79fs", - "try-number": "1", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:07.903822971Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[10a8d27d-5047-46a7-a50f-cf0744170735] succeeded in 5.696080741006881s: None", - "insertId": "1cu2uvqf88klqp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:10:06.716577090Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:07.903822971Z" - }, - { - "textPayload": "I0913 10:10:15.803382 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "7hp4dlflzf8fw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:10:15.803642523Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:10:21.509676970Z" - }, - { - "textPayload": "I0913 10:10:15.805023 1 airflowworkerset_controller.go:268] \"controllers/AirflowWorkerSet: Worker uses old template. Recreating.\" worker name=\"airflow-worker-n79fs\"", - "insertId": "7hp4dlflzf8fx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:10:15.805245448Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:10:21.509676970Z" - }, - { - "textPayload": "I0913 10:10:15.827133 1 airflowworkerset_controller.go:77] \"controllers/AirflowWorkerSet: Template changed, workers recreated.\"", - "insertId": "7hp4dlflzf8fy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:10:15.827463373Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:10:21.509676970Z" - }, - { - "textPayload": "I0913 10:10:15.827287 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "7hp4dlflzf8fz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:10:15.827598115Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:10:21.509676970Z" - }, - { - "textPayload": "", - "insertId": "a58t7fesfwv3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:10:15.850409774Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:22.157666669Z" - }, - { - "textPayload": "worker: Warm shutdown (MainProcess)", - "insertId": "a58t7fesfwv4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:10:15.850448741Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:22.157666669Z" - }, - { - "textPayload": "Caught SIGTERM signal!", - "insertId": "a58t7fesfwv5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:10:15.850470154Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:22.157666669Z" - }, - { - "textPayload": "Passing SIGTERM to Airflow process.", - "insertId": "a58t7fesfwv6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:10:15.850477407Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:22.157666669Z" - }, - { - "textPayload": "I0913 10:10:15.881686 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "7hp4dlflzf8g0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:10:15.881880758Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:10:21.509676970Z" - }, - { - "textPayload": "Exiting due to SIGTERM.", - "insertId": "a58t7fesfwv7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:10:20.637622240Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-n79fs" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:10:22.157666669Z" - }, - { - "textPayload": "I0913 10:10:21.314507 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "xuoq7hf6pnr3v", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:10:21.314802216Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:10:27.585004660Z" - }, - { - "textPayload": "I0913 10:10:21.315922 1 airflowworkerset_controller.go:97] \"controllers/AirflowWorkerSet: Workers scale up needed.\" current number of workers=0 desired=1 scaling up by=1", - "insertId": "xuoq7hf6pnr3w", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:10:21.316059900Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:10:27.585004660Z" - }, - { - "textPayload": "I0913 10:10:21.550056 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "xuoq7hf6pnr3x", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:10:21.550350530Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:10:27.585004660Z" - }, - { - "textPayload": "I0913 10:10:21.593795 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "xuoq7hf6pnr3y", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:10:21.593999211Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:10:27.585004660Z" - }, - { - "textPayload": "I0913 10:10:21.618517 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "xuoq7hf6pnr3z", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:10:21.618738450Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:10:27.585004660Z" - }, - { - "textPayload": "I0913 10:10:21.646619 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "xuoq7hf6pnr40", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:10:21.646889025Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:10:27.585004660Z" - }, - { - "textPayload": "I0913 10:10:21.652132 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "xuoq7hf6pnr41", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:10:21.652246896Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:10:27.585004660Z" - }, - { - "textPayload": "Starting the process, got command: worker", - "insertId": "1e8f7zyfielfzh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:10:23.063078248Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:11:05.847657730Z" - }, - { - "textPayload": "Initializing airflow.cfg.", - "insertId": "1e8f7zyfielfzi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:10:23.067740287Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:11:05.847657730Z" - }, - { - "textPayload": "airflow.cfg initialization is done.", - "insertId": "1e8f7zyfielfzj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:10:23.092633062Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:11:05.847657730Z" - }, - { - "textPayload": "I0913 10:10:23.574049 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "xuoq7hf6pnr42", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:10:23.575183591Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:10:27.585004660Z" - }, - { - "textPayload": "I0913 10:10:23.613594 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "xuoq7hf6pnr43", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:10:23.613855664Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:10:27.585004660Z" - }, - { - "textPayload": "Setupping GCS Fuse.", - "insertId": "1e8f7zyfielfzk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:10:30.408276962Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:11:05.847657730Z" - }, - { - "textPayload": "gcsfuse mount seems ready, proceeding.", - "insertId": "1e8f7zyfielfzl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:10:30.408985084Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:11:05.847657730Z" - }, - { - "textPayload": "Initializing kube_config.", - "insertId": "1e8f7zyfielfzm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:10:30.423982681Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:11:05.847657730Z" - }, - { - "textPayload": "Fetching cluster endpoint and auth data.", - "insertId": "1e8f7zyfielfzn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:10:37.624390926Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:11:05.847657730Z" - }, - { - "textPayload": "kubeconfig entry generated for us-west1-openlineage-1614b57c-gke.", - "insertId": "1e8f7zyfielfzo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:10:38.060015496Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:11:05.847657730Z" - }, - { - "textPayload": "/home/airflow/composer_kube_config is initialized", - "insertId": "1e8f7zyfielfzp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:10:43.489521675Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:11:05.847657730Z" - }, - { - "textPayload": "Waiting for dags and plugins synchronization.", - "insertId": "1e8f7zyfielfzq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:10:43.490681995Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:11:05.847657730Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1e8f7zyfielfzr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:10:43.491253092Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:11:05.847657730Z" - }, - { - "textPayload": "Searching for recent worker pod evictions", - "insertId": "1e8f7zyfielfzs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:10:43.500510353Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:11:05.847657730Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1e8f7zyfielfzt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:10:48.509144501Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:11:05.847657730Z" - }, - { - "textPayload": "Finished searching for recent worker pod evictions", - "insertId": "1e8f7zyfielfzu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:10:50.765746704Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:11:05.847657730Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1e8f7zyfielfzv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:10:53.524178589Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:11:05.847657730Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1e8f7zyfielfzw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:10:58.529869906Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:11:05.847657730Z" - }, - { - "textPayload": "I0913 10:11:00.699271 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "gng4jffj30ont", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:11:00.700977606Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:11:06.949477759Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1e8f7zyfielfzx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:11:03.539656803Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:11:05.847657730Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "9g8l41fj3t2n9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:11:08.549389506Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:11:10.867631029Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1ie0r7hfj0rouj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:11:13.558101579Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:11:15.975279129Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "9pw4s0f6o5vog", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:11:18.565184400Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:11:23.825346430Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "gnn07ufp0j0gj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:11:23.572037931Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:11:28.824731346Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "nl9heofp363dh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:11:28.579292427Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:11:33.831608831Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1ulgsojfp4qsrs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:11:33.586059457Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:11:38.828190669Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "3md8g2fj0rxtn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:11:38.592466162Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:11:43.836714658Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1212jhwf88dqgb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:11:43.598955530Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:11:48.828507484Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "2s2ivjfi9h84c", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:11:48.614329005Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:11:53.833761138Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "n1k69afcm5p9e", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:11:53.621376302Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:11:58.830937565Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "18yso1afic9roc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:11:58.625991116Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:12:03.841146477Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "198q49ffi9bajg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:12:03.634646433Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:12:08.825063877Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "aassfj0mkcu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:12:08.641579518Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:12:13.884937334Z" - }, - { - "textPayload": "Dags and plugins are synced", - "insertId": "170tysffjpetsd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:12:13.665902468Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:12:18.883406942Z" - }, - { - "textPayload": "Starting Airflow Celery Flower API.", - "insertId": "170tysffjpetse", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:12:13.667549949Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:12:18.883406942Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "18yr8ebfij3j58", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:12:36.124295459Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:12:37.990809593Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "18yr8ebfij3j59", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:12:36.211459856Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:12:37.990809593Z" - }, - { - "textPayload": " ", - "insertId": "1iduk6af6g5cvu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:12:51.807913332Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:12:54.104967853Z" - }, - { - "textPayload": " -------------- celery@airflow-worker-8z65g v5.2.7 (dawn-chorus)", - "insertId": "1iduk6af6g5cvv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:12:51.808036918Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:12:54.104967853Z" - }, - { - "textPayload": "--- ***** ----- ", - "insertId": "1iduk6af6g5cvw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:12:51.808068777Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:12:54.104967853Z" - }, - { - "textPayload": "-- ******* ---- Linux-5.15.109+-x86_64-with-glibc2.27 2023-09-13 10:12:51", - "insertId": "1iduk6af6g5cvx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:12:51.808078909Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:12:54.104967853Z" - }, - { - "textPayload": "- *** --- * --- ", - "insertId": "1iduk6af6g5cvy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:12:51.808087472Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:12:54.104967853Z" - }, - { - "textPayload": "- ** ---------- [config]", - "insertId": "1iduk6af6g5cvz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:12:51.808099575Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:12:54.104967853Z" - }, - { - "textPayload": "- ** ---------- .> app: airflow.executors.celery_executor:0x7df3513a2340", - "insertId": "1iduk6af6g5cw0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:12:51.808112169Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:12:54.104967853Z" - }, - { - "textPayload": "- ** ---------- .> transport: redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "1iduk6af6g5cw1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:12:51.808159713Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:12:54.104967853Z" - }, - { - "textPayload": "- ** ---------- .> results: redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "1iduk6af6g5cw2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:12:51.808170297Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:12:54.104967853Z" - }, - { - "textPayload": "- *** --- * --- .> concurrency: 6 (prefork)", - "insertId": "1iduk6af6g5cw3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:12:51.808179184Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:12:54.104967853Z" - }, - { - "textPayload": "-- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)", - "insertId": "1iduk6af6g5cw4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:12:51.808190589Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:12:54.104967853Z" - }, - { - "textPayload": "--- ***** ----- ", - "insertId": "1iduk6af6g5cw5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:12:51.808202493Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:12:54.104967853Z" - }, - { - "textPayload": " -------------- [queues]", - "insertId": "1iduk6af6g5cw6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:12:51.808248626Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:12:54.104967853Z" - }, - { - "textPayload": " .> default exchange=default(direct) key=default", - "insertId": "1iduk6af6g5cw7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:12:51.808260156Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:12:54.104967853Z" - }, - { - "textPayload": " ", - "insertId": "1iduk6af6g5cw8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:12:51.808267298Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:12:54.104967853Z" - }, - { - "textPayload": "", - "insertId": "1iduk6af6g5cw9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:12:51.808274227Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:12:54.104967853Z" - }, - { - "textPayload": "[tasks]", - "insertId": "1iduk6af6g5cwa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:12:51.808281483Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:12:54.104967853Z" - }, - { - "textPayload": " . airflow.executors.celery_executor.execute_command", - "insertId": "1iduk6af6g5cwb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:12:51.808288939Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:12:54.104967853Z" - }, - { - "textPayload": "", - "insertId": "1iduk6af6g5cwc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:12:51.808296420Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:12:54.104967853Z" - }, - { - "textPayload": "Connected to redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "d1uasgflrjh8k", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:12:59.931948703Z", - "severity": "INFO", - "labels": { - "process": "connection.py:22", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:13:04.177352976Z" - }, - { - "textPayload": "mingle: searching for neighbors", - "insertId": "d1uasgflrjh8l", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:13:00.016312742Z", - "severity": "INFO", - "labels": { - "process": "mingle.py:40", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:13:04.177352976Z" - }, - { - "textPayload": "mingle: all alone", - "insertId": "d1uasgflrjh8m", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:13:01.050337663Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g", - "process": "mingle.py:49" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:13:04.177352976Z" - }, - { - "textPayload": "celery@airflow-worker-8z65g ready.", - "insertId": "d1uasgflrjh8n", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:13:01.088945330Z", - "severity": "INFO", - "labels": { - "process": "worker.py:176", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:13:04.177352976Z" - }, - { - "textPayload": "Events of group {task} enabled by remote.", - "insertId": "d1uasgflrjh8o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:13:01.124094245Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g", - "process": "control.py:277" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:13:04.177352976Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[2e71476c-c9a3-47ed-bfa5-90a0f6caeec0] received", - "insertId": "xl6jgmflt0sxq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:12.210733083Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:13.875721787Z" - }, - { - "textPayload": "[2e71476c-c9a3-47ed-bfa5-90a0f6caeec0] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'run_bq_external_ingestion', 'manual__2023-09-13T10:16:06.365428+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "xl6jgmflt0sxr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:12.250870078Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:13.875721787Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "xl6jgmflt0sxs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:12.769640914Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:13.875721787Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "xl6jgmflt0sxt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:12.772352612Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-8z65g", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:13.875721787Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "ci0rqeflvlosy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:12.883062353Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-8z65g", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:18.863745184Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "ci0rqeflvlosz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:13.956677253Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:18.863745184Z" - }, - { - "textPayload": "Running on host airflow-worker-8z65g", - "insertId": "13pgdg5fox7hm2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:18.291223412Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "13pgdg5fox7hm3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:18.440185241Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "workflow": "data_analytics_dag", - "task-id": "run_bq_external_ingestion", - "map-index": "-1", - "worker_id": "airflow-worker-8z65g", - "process": "taskinstance.py:1091", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "13pgdg5fox7hm4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:18.457247903Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "map-index": "-1", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "task-id": "run_bq_external_ingestion", - "process": "taskinstance.py:1091", - "worker_id": "airflow-worker-8z65g", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "13pgdg5fox7hm5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:18.458020460Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-8z65g", - "task-id": "run_bq_external_ingestion", - "process": "taskinstance.py:1289", - "map-index": "-1", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "13pgdg5fox7hm6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:18.458576338Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1290", - "worker_id": "airflow-worker-8z65g", - "task-id": "run_bq_external_ingestion", - "map-index": "-1", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "try-number": "1", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "13pgdg5fox7hm7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:18.459019210Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "try-number": "1", - "process": "taskinstance.py:1291", - "worker_id": "airflow-worker-8z65g", - "task-id": "run_bq_external_ingestion" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "13pgdg5fox7hm8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:18.764268424Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "13pgdg5fox7hm9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:18.764315910Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "13pgdg5fox7hma", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:18.809980140Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "13pgdg5fox7hmb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:18.810031052Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "Did not find openlineage.yml and OPENLINEAGE_URL is not set", - "insertId": "13pgdg5fox7hmc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:18.827503498Z", - "severity": "ERROR", - "labels": { - "task-id": "run_bq_external_ingestion", - "try-number": "1", - "worker_id": "airflow-worker-8z65g", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "map-index": "-1", - "process": "factory.py:78" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "Couldn't initialize transport; will print events to console.", - "insertId": "13pgdg5fox7hmd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:18.828325079Z", - "severity": "WARNING", - "labels": { - "task-id": "run_bq_external_ingestion", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "map-index": "-1", - "process": "factory.py:37", - "try-number": "1", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "{\"eventTime\": \"2023-09-13T10:16:18.440173Z\", \"eventType\": \"START\", \"inputs\": [], \"job\": {\"facets\": {\"ownership\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/OwnershipJobFacet\", \"owners\": [{\"name\": \"airflow\"}]}}, \"name\": \"data_analytics_dag.run_bq_external_ingestion\", \"namespace\": \"default\"}, \"outputs\": [], \"producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"run\": {\"facets\": {\"airflow\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/BaseFacet\", \"dag\": {\"dag_id\": \"data_analytics_dag\", \"schedule_interval\": \"1 day, 0:00:00\", \"tags\": \"[]\", \"timetable\": {\"delta\": 86400.0}}, \"dagRun\": {\"conf\": {}, \"dag_id\": \"data_analytics_dag\", \"data_interval_end\": \"2023-09-13T10:16:06.365428+00:00\", \"data_interval_start\": \"2023-09-12T10:16:06.365428+00:00\", \"external_trigger\": true, \"run_id\": \"manual__2023-09-13T10:16:06.365428+00:00\", \"run_type\": \"manual\", \"start_date\": \"2023-09-13T10:16:11.615234+00:00\"}, \"task\": {\"allow_jagged_rows\": false, \"allow_quoted_newlines\": false, \"args\": {\"bucket\": \"openlineagedemo\", \"destination_project_dataset_table\": \"holiday_weather.holidays\", \"email_on_failure\": false, \"email_on_retry\": false, \"schema_fields\": [{\"name\": \"Date\", \"type\": \"DATE\"}, {\"name\": \"Holiday\", \"type\": \"STRING\"}], \"skip_leading_rows\": 1, \"source_format\": \"CSV\", \"source_objects\": [], \"start_date\": \"2023-09-12T00:00:00+00:00\", \"task_id\": \"run_bq_external_ingestion\", \"write_disposition\": \"WRITE_TRUNCATE\"}, \"autodetect\": true, \"bucket\": \"openlineagedemo\", \"cancel_on_kill\": true, \"compression\": \"NONE\", \"configuration\": {}, \"create_disposition\": \"CREATE_IF_NEEDED\", \"deferrable\": false, \"depends_on_past\": false, \"destination_project_dataset_table\": \"holiday_weather.holidays\", \"do_xcom_push\": true, \"downstream_task_ids\": \"['join_bq_datasets.bq_join_holidays_weather_data_2020', 'join_bq_datasets.bq_join_holidays_weather_data_2021']\", \"email_on_failure\": false, \"email_on_retry\": false, \"encoding\": \"UTF-8\", \"executor_config\": {}, \"external_table\": false, \"field_delimiter\": \",\", \"force_rerun\": true, \"gcp_conn_id\": \"google_cloud_default\", \"ignore_first_depends_on_past\": true, \"ignore_unknown_values\": false, \"inlets\": \"[]\", \"mapped\": false, \"max_bad_records\": 0, \"operator_class\": \"airflow.providers.google.cloud.transfers.gcs_to_bigquery.GCSToBigQueryOperator\", \"outlets\": \"[]\", \"owner\": \"airflow\", \"pool\": \"default_pool\", \"pool_slots\": 1, \"priority_weight\": 1, \"queue\": \"default\", \"reattach_states\": \"[]\", \"result_retry\": \", initial=1.0, maximum=60.0, multiplier=2.0, timeout=600.0, on_error=None>\", \"retries\": 2, \"retry_exponential_backoff\": false, \"schema_fields\": \"[{'name': 'Date', 'type': 'DATE'}, {'name': 'Holiday', 'type': 'STRING'}]\", \"schema_object_bucket\": \"openlineagedemo\", \"schema_update_options\": \"[]\", \"skip_leading_rows\": 1, \"source_format\": \"CSV\", \"source_objects\": \"['holidays.csv']\", \"src_fmt_configs\": {}, \"start_date\": \"2023-09-12T00:00:00+00:00\", \"task_id\": \"run_bq_external_ingestion\", \"time_partitioning\": {}, \"trigger_rule\": \"all_success\", \"upstream_task_ids\": \"[]\", \"wait_for_downstream\": false, \"weight_rule\": \"downstream\", \"write_disposition\": \"WRITE_TRUNCATE\"}, \"taskInstance\": {\"pool\": \"default_pool\", \"try_number\": 1}, \"taskUuid\": \"422ad112-b51b-396a-8a29-34a9f9ddd10c\"}, \"airflow_runArgs\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/BaseFacet\", \"externalTrigger\": true}, \"airflow_version\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/Op", - "insertId": "13pgdg5fox7hme", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:18.832073409Z", - "severity": "INFO", - "labels": { - "task-id": "run_bq_external_ingestion", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-8z65g", - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "process": "console.py:29" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "enLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/BaseFacet\", \"airflowVersion\": \"2.5.3+composer\", \"openlineageAirflowVersion\": \"1.1.0\", \"operator\": \"airflow.providers.google.cloud.transfers.gcs_to_bigquery.GCSToBigQueryOperator\", \"taskInfo\": {\"_BaseOperator__from_mapped\": false, \"_BaseOperator__init_kwargs\": {\"bucket\": \"openlineagedemo\", \"destination_project_dataset_table\": \"holiday_weather.holidays\", \"email_on_failure\": false, \"email_on_retry\": false, \"schema_fields\": [{\"name\": \"Date\", \"type\": \"DATE\"}, {\"name\": \"Holiday\", \"type\": \"STRING\"}], \"skip_leading_rows\": 1, \"source_format\": \"CSV\", \"source_objects\": [], \"start_date\": \"2023-09-12T00:00:00+00:00\", \"task_id\": \"run_bq_external_ingestion\", \"write_disposition\": \"WRITE_TRUNCATE\"}, \"_BaseOperator__instantiated\": true, \"_dag\": {\"dag_id\": \"data_analytics_dag\", \"schedule_interval\": \"1 day, 0:00:00\", \"tags\": []}, \"_log\": \"\", \"allow_jagged_rows\": false, \"allow_quoted_newlines\": false, \"autodetect\": true, \"bucket\": \"openlineagedemo\", \"cancel_on_kill\": true, \"compression\": \"NONE\", \"configuration\": {}, \"create_disposition\": \"CREATE_IF_NEEDED\", \"dag_run\": {\"_sa_instance_state\": \"\", \"_state\": \"running\", \"conf\": {}, \"dag_hash\": \"490322026de974a9493458f2b8e6ca00\", \"dag_id\": \"data_analytics_dag\", \"data_interval_end\": \"2023-09-13T10:16:06.365428+00:00\", \"data_interval_start\": \"2023-09-12T10:16:06.365428+00:00\", \"execution_date\": \"2023-09-13T10:16:06.365428+00:00\", \"external_trigger\": true, \"id\": 741, \"last_scheduling_decision\": \"2023-09-13T10:16:17.325294+00:00\", \"log_template_id\": 2, \"queued_at\": \"2023-09-13T10:16:11.225422+00:00\", \"run_id\": \"manual__2023-09-13T10:16:06.365428+00:00\", \"run_type\": \"manual\", \"start_date\": \"2023-09-13T10:16:11.615234+00:00\", \"updated_at\": \"2023-09-13T10:16:17.337353+00:00\"}, \"deferrable\": false, \"depends_on_past\": false, \"destination_project_dataset_table\": \"holiday_weather.holidays\", \"do_xcom_push\": true, \"downstream_task_ids\": \"{'join_bq_datasets.bq_join_holidays_weather_data_2020', 'join_bq_datasets.bq_join_holidays_weather_data_2021'}\", \"email_on_failure\": false, \"email_on_retry\": false, \"encoding\": \"UTF-8\", \"executor_config\": {}, \"external_table\": false, \"field_delimiter\": \",\", \"force_rerun\": true, \"gcp_conn_id\": \"google_cloud_default\", \"ignore_first_depends_on_past\": true, \"ignore_unknown_values\": false, \"inlets\": [], \"max_bad_records\": 0, \"outlets\": [], \"owner\": \"airflow\", \"params\": \"{}\", \"pool\": \"default_pool\", \"pool_slots\": 1, \"priority_weight\": 1, \"queue\": \"default\", \"reattach_states\": \"set()\", \"result_retry\": \", initial=1.0, maximum=60.0, multiplier=2.0, timeout=600.0, on_error=None>\", \"retries\": 2, \"retry_delay\": \"0:05:00\", \"retry_exponential_backoff\": false, \"schema_fields\": [{\"name\": \"Date\", \"type\": \"DATE\"}, {\"name\": \"Holiday\", \"type\": \"STRING\"}], \"schema_object_bucket\": \"openlineagedemo\", \"schema_update_options\": [], \"skip_leading_rows\": 1, \"source_format\": \"CSV\", \"source_objects\": [], \"src_fmt_configs\": {}, \"start_date\": \"2023-09-12T00:00:00+00:00\", \"task_group\": \"\", \"task_id\": \"run_bq_external_ingestion\", \"time_partitioning\": {}, \"trigger_rule\": \"all_success\", \"upstream_task_ids\": \"set()\", \"wait_for_downstream\": false, \"weight_rule\": \"downstream\", \"write_disposition\": \"WRITE_TRUNCATE\"}}, \"nominalTime\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/NominalTimeRunFacet\", \"nominalEndTime\": \"2023-09-13T10:16:06.365428Z\", \"nominalStartTime\": \"2023-09-12T10:16:06.365428Z\"}, \"parent\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/ParentRunFacet\", \"job\": {\"name\": \"data_analytics_dag\", \"namespace\": \"default\"}", - "insertId": "13pgdg5fox7hmf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:18.832127590Z", - "severity": "INFO", - "labels": { - "task-id": "run_bq_external_ingestion", - "try-number": "1", - "workflow": "data_analytics_dag", - "map-index": "-1", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": ", \"run\": {\"runId\": \"7fbd4e08-8435-3747-a708-0fa4943e905a\"}}, \"parentRun\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/ParentRunFacet\", \"job\": {\"name\": \"data_analytics_dag\", \"namespace\": \"default\"}, \"run\": {\"runId\": \"7fbd4e08-8435-3747-a708-0fa4943e905a\"}}, \"processing_engine\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/ProcessingEngineRunFacet\", \"name\": \"Airflow\", \"openlineageAdapterVersion\": \"1.1.0\", \"version\": \"2.5.3+composer\"}, \"unknownSourceAttribute\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/BaseFacet\", \"unknownItems\": [{\"name\": \"GCSToBigQueryOperator\", \"properties\": {\"_BaseOperator__from_mapped\": false, \"_BaseOperator__init_kwargs\": {\"bucket\": \"openlineagedemo\", \"destination_project_dataset_table\": \"holiday_weather.holidays\", \"email_on_failure\": false, \"email_on_retry\": false, \"schema_fields\": [{\"name\": \"Date\", \"type\": \"DATE\"}, {\"name\": \"Holiday\", \"type\": \"STRING\"}], \"skip_leading_rows\": 1, \"source_format\": \"CSV\", \"source_objects\": [], \"start_date\": \"<>\", \"task_id\": \"run_bq_external_ingestion\", \"write_disposition\": \"WRITE_TRUNCATE\"}, \"_BaseOperator__instantiated\": true, \"_dag\": \"<>\", \"_log\": \"<>\", \"allow_jagged_rows\": false, \"allow_quoted_newlines\": false, \"autodetect\": true, \"bucket\": \"openlineagedemo\", \"cancel_on_kill\": true, \"compression\": \"NONE\", \"configuration\": {}, \"create_disposition\": \"CREATE_IF_NEEDED\", \"deferrable\": false, \"depends_on_past\": false, \"destination_project_dataset_table\": \"holiday_weather.holidays\", \"do_xcom_push\": true, \"downstream_task_ids\": [], \"email_on_failure\": false, \"email_on_retry\": false, \"encoding\": \"UTF-8\", \"executor_config\": {}, \"external_table\": false, \"field_delimiter\": \",\", \"force_rerun\": true, \"gcp_conn_id\": \"google_cloud_default\", \"ignore_first_depends_on_past\": true, \"ignore_unknown_values\": false, \"inlets\": [], \"max_bad_records\": 0, \"outlets\": [], \"owner\": \"airflow\", \"params\": \"<>\", \"pool\": \"default_pool\", \"pool_slots\": 1, \"priority_weight\": 1, \"queue\": \"default\", \"reattach_states\": [], \"result_retry\": \"<>\", \"retries\": 2, \"retry_delay\": \"<>\", \"retry_exponential_backoff\": false, \"schema_fields\": [{\"name\": \"Date\", \"type\": \"DATE\"}, {\"name\": \"Holiday\", \"type\": \"STRING\"}], \"schema_object_bucket\": \"openlineagedemo\", \"schema_update_options\": [], \"skip_leading_rows\": 1, \"source_format\": \"CSV\", \"source_objects\": [], \"src_fmt_configs\": {}, \"start_date\": \"<>\", \"task_group\": \"<>\", \"task_id\": \"run_bq_external_ingestion\", \"time_partitioning\": {}, \"trigger_rule\": \"all_success\", \"upstream_task_ids\": [], \"wait_for_downstream\": false, \"weight_rule\": \"downstream\", \"write_disposition\": \"WRITE_TRUNCATE\"}, \"type\": \"operator\"}]}}, \"runId\": \"422ad112-b51b-396a-8a29-34a9f9ddd10c\"}, \"schemaURL\": \"https://openlineage.io/spec/1-0-5/OpenLineage.json#/definitions/RunEvent\"}", - "insertId": "13pgdg5fox7hmg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:18.832144636Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "worker_id": "airflow-worker-8z65g", - "task-id": "run_bq_external_ingestion" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "Executing on 2023-09-13 10:16:06.365428+00:00", - "insertId": "13pgdg5fox7hmh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:18.839407839Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1310", - "task-id": "run_bq_external_ingestion", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-8z65g", - "try-number": "1", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "Started process 245 to run task", - "insertId": "13pgdg5fox7hmi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:18.902346170Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "process": "standard_task_runner.py:55", - "try-number": "1", - "map-index": "-1", - "worker_id": "airflow-worker-8z65g", - "task-id": "run_bq_external_ingestion", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'run_bq_external_ingestion', 'manual__2023-09-13T10:16:06.365428+00:00', '--job-id', '971', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmpmkj5vq6x']", - "insertId": "13pgdg5fox7hmj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:18.912614663Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "map-index": "-1", - "process": "standard_task_runner.py:82", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-8z65g", - "task-id": "run_bq_external_ingestion", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "Job 971: Subtask run_bq_external_ingestion", - "insertId": "13pgdg5fox7hmk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:18.913335750Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "workflow": "data_analytics_dag", - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-8z65g", - "process": "standard_task_runner.py:83", - "task-id": "run_bq_external_ingestion" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "Running on host airflow-worker-8z65g", - "insertId": "13pgdg5fox7hml", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:19.272791835Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-8z65g", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "process": "task_command.py:393", - "try-number": "1", - "workflow": "data_analytics_dag", - "task-id": "run_bq_external_ingestion" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=run_bq_external_ingestion\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T10:16:06.365428+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=manual__2023-09-13T10:16:06.365428+00:00", - "insertId": "13pgdg5fox7hmm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:19.536694962Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g", - "try-number": "1", - "map-index": "-1", - "process": "taskinstance.py:1518", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "task-id": "run_bq_external_ingestion" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "13pgdg5fox7hmn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:19.576891072Z", - "severity": "INFO", - "labels": { - "task-id": "run_bq_external_ingestion", - "workflow": "data_analytics_dag", - "process": "base.py:73", - "map-index": "-1", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "worker_id": "airflow-worker-8z65g", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "Using existing BigQuery table for storing data...", - "insertId": "13pgdg5fox7hmo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:19.579456491Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "data_analytics_dag", - "process": "gcs_to_bigquery.py:375", - "task-id": "run_bq_external_ingestion", - "worker_id": "airflow-worker-8z65g", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "13pgdg5fox7hmp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:19.580224587Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "try-number": "1", - "process": "credentials_provider.py:353", - "map-index": "-1", - "task-id": "run_bq_external_ingestion", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "Project is not included in destination_project_dataset_table: holiday_weather.holidays; using project \"acceldata-acm\"", - "insertId": "13pgdg5fox7hmq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:19.631652915Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "workflow": "data_analytics_dag", - "process": "bigquery.py:2314", - "try-number": "1", - "worker_id": "airflow-worker-8z65g", - "map-index": "-1", - "task-id": "run_bq_external_ingestion" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "Executing: {'load': {'autodetect': True, 'createDisposition': 'CREATE_IF_NEEDED', 'destinationTable': {'projectId': 'acceldata-acm', 'datasetId': 'holiday_weather', 'tableId': 'holidays'}, 'sourceFormat': 'CSV', 'sourceUris': ['gs://openlineagedemo/holidays.csv'], 'writeDisposition': 'WRITE_TRUNCATE', 'ignoreUnknownValues': False, 'schema': {'fields': [{'name': 'Date', 'type': 'DATE'}, {'name': 'Holiday', 'type': 'STRING'}]}, 'skipLeadingRows': 1, 'fieldDelimiter': ',', 'quote': None, 'allowQuotedNewlines': False, 'encoding': 'UTF-8'}}", - "insertId": "13pgdg5fox7hmr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:19.632737396Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g", - "workflow": "data_analytics_dag", - "map-index": "-1", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "try-number": "1", - "task-id": "run_bq_external_ingestion", - "process": "gcs_to_bigquery.py:379" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "Inserting job airflow_data_analytics_dag_run_bq_external_ingestion_2023_09_13T10_16_06_365428_00_00_547a7515133390b6dcb713ecf5d2c80b", - "insertId": "13pgdg5fox7hms", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:19.634121419Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "process": "bigquery.py:1596", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "task-id": "run_bq_external_ingestion", - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=data_analytics_dag, task_id=run_bq_external_ingestion, execution_date=20230913T101606, start_date=20230913T101618, end_date=20230913T101622", - "insertId": "13pgdg5fox7hmt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:22.217089870Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "worker_id": "airflow-worker-8z65g", - "process": "taskinstance.py:1328", - "task-id": "run_bq_external_ingestion", - "workflow": "data_analytics_dag", - "map-index": "-1", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "{\"eventTime\": \"2023-09-13T10:16:22.215489Z\", \"eventType\": \"COMPLETE\", \"inputs\": [], \"job\": {\"facets\": {}, \"name\": \"data_analytics_dag.run_bq_external_ingestion\", \"namespace\": \"default\"}, \"outputs\": [], \"producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"run\": {\"facets\": {\"unknownSourceAttribute\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/BaseFacet\", \"unknownItems\": [{\"name\": \"GCSToBigQueryOperator\", \"properties\": {\"_BaseOperator__from_mapped\": false, \"_BaseOperator__init_kwargs\": {\"bucket\": \"openlineagedemo\", \"destination_project_dataset_table\": \"holiday_weather.holidays\", \"email_on_failure\": false, \"email_on_retry\": false, \"schema_fields\": [{\"name\": \"Date\", \"type\": \"DATE\"}, {\"name\": \"Holiday\", \"type\": \"STRING\"}], \"skip_leading_rows\": 1, \"source_format\": \"CSV\", \"source_objects\": [], \"start_date\": \"<>\", \"task_id\": \"run_bq_external_ingestion\", \"write_disposition\": \"WRITE_TRUNCATE\"}, \"_BaseOperator__instantiated\": true, \"_dag\": \"<>\", \"_log\": \"<>\", \"allow_jagged_rows\": false, \"allow_quoted_newlines\": false, \"autodetect\": true, \"bucket\": \"openlineagedemo\", \"cancel_on_kill\": true, \"compression\": \"NONE\", \"configuration\": {}, \"create_disposition\": \"CREATE_IF_NEEDED\", \"deferrable\": false, \"depends_on_past\": false, \"destination_project_dataset_table\": \"holiday_weather.holidays\", \"do_xcom_push\": true, \"downstream_task_ids\": [], \"email_on_failure\": false, \"email_on_retry\": false, \"encoding\": \"UTF-8\", \"executor_config\": {}, \"external_table\": false, \"field_delimiter\": \",\", \"force_rerun\": true, \"gcp_conn_id\": \"google_cloud_default\", \"ignore_first_depends_on_past\": true, \"ignore_unknown_values\": false, \"inlets\": [], \"max_bad_records\": 0, \"outlets\": [], \"owner\": \"airflow\", \"params\": \"<>\", \"pool\": \"default_pool\", \"pool_slots\": 1, \"priority_weight\": 1, \"queue\": \"default\", \"reattach_states\": [], \"result_retry\": \"<>\", \"retries\": 2, \"retry_delay\": \"<>\", \"retry_exponential_backoff\": false, \"schema_fields\": [{\"name\": \"Date\", \"type\": \"DATE\"}, {\"name\": \"Holiday\", \"type\": \"STRING\"}], \"schema_object_bucket\": \"openlineagedemo\", \"schema_update_options\": [], \"skip_leading_rows\": 1, \"source_format\": \"CSV\", \"source_objects\": [], \"src_fmt_configs\": {}, \"start_date\": \"<>\", \"task_group\": \"<>\", \"task_id\": \"run_bq_external_ingestion\", \"time_partitioning\": {}, \"trigger_rule\": \"all_success\", \"upstream_task_ids\": [], \"wait_for_downstream\": false, \"weight_rule\": \"downstream\", \"write_disposition\": \"WRITE_TRUNCATE\"}, \"type\": \"operator\"}]}}, \"runId\": \"422ad112-b51b-396a-8a29-34a9f9ddd10c\"}, \"schemaURL\": \"https://openlineage.io/spec/1-0-5/OpenLineage.json#/definitions/RunEvent\"}", - "insertId": "13pgdg5fox7hmu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:22.312619676Z", - "severity": "INFO", - "labels": { - "process": "console.py:29", - "workflow": "data_analytics_dag", - "try-number": "1", - "worker_id": "airflow-worker-8z65g", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "map-index": "-1", - "task-id": "run_bq_external_ingestion" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[5353ffa2-6b4c-4159-8624-68025954ae01] received", - "insertId": "13pgdg5fox7hmv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:22.474601764Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[3aad797d-d8b4-4358-8759-11ea8f32d2a9] received", - "insertId": "13pgdg5fox7hmw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:22.480302358Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "13pgdg5fox7hmx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:22.607386632Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "workflow": "data_analytics_dag", - "process": "local_task_job.py:212", - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-8z65g", - "task-id": "run_bq_external_ingestion" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "[5353ffa2-6b4c-4159-8624-68025954ae01] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2020', 'manual__2023-09-13T10:16:06.365428+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "13pgdg5fox7hmy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:22.622648062Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "[3aad797d-d8b4-4358-8759-11ea8f32d2a9] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2021', 'manual__2023-09-13T10:16:06.365428+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "13pgdg5fox7hmz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:22.630372746Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:23.868914585Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "2hzkj9f2i01de", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:23.005466390Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "map-index": "-1", - "task-id": "run_bq_external_ingestion", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "process": "taskinstance.py:2599", - "worker_id": "airflow-worker-8z65g", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:28.837378740Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[2e71476c-c9a3-47ed-bfa5-90a0f6caeec0] succeeded in 11.198478614998749s: None", - "insertId": "2hzkj9f2i01df", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:23.414858322Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:28.837378740Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "2hzkj9f2i01dg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:24.127678153Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:28.837378740Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "2hzkj9f2i01dh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:24.130816342Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-8z65g", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:28.837378740Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "2hzkj9f2i01di", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:24.323434873Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-8z65g", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:28.837378740Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "2hzkj9f2i01dj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:24.329372404Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-8z65g", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:28.837378740Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "2hzkj9f2i01dk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:24.639911540Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:28.837378740Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "2hzkj9f2i01dl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:24.825821612Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:28.837378740Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "qnbw2ifi68i30", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:28.306698941Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:33.960736148Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "qnbw2ifi68i31", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:28.420051338Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:33.960736148Z" - }, - { - "textPayload": "Running on host airflow-worker-8z65g", - "insertId": "9pw4s0f6oij2e", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:41.117703047Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:44.864942856Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "9pw4s0f6oij2f", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:41.615047307Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "process": "taskinstance.py:1091", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:44.864942856Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "9pw4s0f6oij2g", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:41.716685031Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "process": "taskinstance.py:1091", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "workflow": "data_analytics_dag", - "try-number": "1", - "map-index": "-1", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:44.864942856Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "9pw4s0f6oij2h", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:41.719005402Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "worker_id": "airflow-worker-8z65g", - "map-index": "-1", - "workflow": "data_analytics_dag", - "try-number": "1", - "process": "taskinstance.py:1289" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:44.864942856Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "9pw4s0f6oij2i", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:41.720309581Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "process": "taskinstance.py:1290", - "try-number": "1", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "worker_id": "airflow-worker-8z65g", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:44.864942856Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "9pw4s0f6oij2j", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:41.722670390Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-8z65g", - "process": "taskinstance.py:1291", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:44.864942856Z" - }, - { - "textPayload": "Running on host airflow-worker-8z65g", - "insertId": "9pw4s0f6oij2k", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:42.468658268Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:44.864942856Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "9pw4s0f6oij2l", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:42.752657659Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:44.864942856Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "9pw4s0f6oij2m", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:42.752702226Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:44.864942856Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "9pw4s0f6oij2n", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:42.919459017Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:44.864942856Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "9pw4s0f6oij2o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:42.919531122Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:44.864942856Z" - }, - { - "textPayload": "Did not find openlineage.yml and OPENLINEAGE_URL is not set", - "insertId": "9pw4s0f6oij2p", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:42.951636916Z", - "severity": "ERROR", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "worker_id": "airflow-worker-8z65g", - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "process": "factory.py:78", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:44.864942856Z" - }, - { - "textPayload": "Couldn't initialize transport; will print events to console.", - "insertId": "9pw4s0f6oij2q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:42.952322326Z", - "severity": "WARNING", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "map-index": "-1", - "workflow": "data_analytics_dag", - "process": "factory.py:37", - "try-number": "1", - "worker_id": "airflow-worker-8z65g", - "execution-date": "2023-09-13T10:16:06.365428+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:44.864942856Z" - }, - { - "textPayload": "{\"eventTime\": \"2023-09-13T10:16:41.614916Z\", \"eventType\": \"START\", \"inputs\": [], \"job\": {\"facets\": {\"ownership\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/OwnershipJobFacet\", \"owners\": [{\"name\": \"airflow\"}]}}, \"name\": \"data_analytics_dag.join_bq_datasets.bq_join_holidays_weather_data_2020\", \"namespace\": \"default\"}, \"outputs\": [], \"producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"run\": {\"facets\": {\"airflow\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/BaseFacet\", \"dag\": {\"dag_id\": \"data_analytics_dag\", \"schedule_interval\": \"1 day, 0:00:00\", \"tags\": \"[]\", \"timetable\": {\"delta\": 86400.0}}, \"dagRun\": {\"conf\": {}, \"dag_id\": \"data_analytics_dag\", \"data_interval_end\": \"2023-09-13T10:16:06.365428+00:00\", \"data_interval_start\": \"2023-09-12T10:16:06.365428+00:00\", \"external_trigger\": true, \"run_id\": \"manual__2023-09-13T10:16:06.365428+00:00\", \"run_type\": \"manual\", \"start_date\": \"2023-09-13T10:16:11.615234+00:00\"}, \"task\": {\"args\": {\"configuration\": {\"query\": {\"destinationTable\": {\"datasetId\": \"holiday_weather\", \"projectId\": \"acceldata-acm\", \"tableId\": \"holidays_weather_joined\"}, \"query\": \"\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_2020 AS Table WHERE Table.element=\\\"TMAX\\\" AND Table.id=\\\"USW00094846\\\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n \", \"useLegacySql\": false, \"writeDisposition\": \"WRITE_APPEND\"}}, \"email_on_failure\": false, \"email_on_retry\": false, \"location\": \"US\", \"start_date\": \"2023-09-12T00:00:00+00:00\", \"task_id\": \"join_bq_datasets.bq_join_holidays_weather_data_2020\"}, \"cancel_on_kill\": true, \"configuration\": {\"query\": {\"destinationTable\": {\"datasetId\": \"holiday_weather\", \"projectId\": \"acceldata-acm\", \"tableId\": \"holidays_weather_joined\"}, \"query\": \"\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_2020 AS Table WHERE Table.element=\\\"TMAX\\\" AND Table.id=\\\"USW00094846\\\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n \", \"useLegacySql\": false, \"writeDisposition\": \"WRITE_APPEND\"}}, \"deferrable\": false, \"depends_on_past\": false, \"do_xcom_push\": true, \"downstream_task_ids\": \"['create_batch']\", \"email_on_failure\": false, \"email_on_retry\": false, \"executor_config\": {}, \"force_rerun\": true, \"gcp_conn_id\": \"google_cloud_default\", \"ignore_first_depends_on_past\": true, \"inlets\": \"[]\", \"location\": \"US\", \"mapped\": false, \"operator_class\": \"airflow.providers.google.cloud.operators.bigquery.BigQueryInsertJobOperator\", \"outlets\": \"[]\", \"owner\": \"airflow\", \"poll_interval\": 4.0, \"pool\": \"default_pool\", \"pool_slots\": 1, \"priority_weight\": 1, \"queue\": \"default\", \"reattach_states\": \"[]\", \"result_retry\": \", initial=1.0, maximum=60.0, multiplier=2.0, timeout=600.0, on_error=None>\", \"retries\": 2, \"retry_exponential_backoff\": false, \"start_date\": \"2023-09-12T00:00:00+00:00\", \"task_group\": {\"downstream_group_ids\": \"[]\", \"downstream_task_ids\": \"['create_batch']\", \"group_id\": \"join_bq_datasets\", \"prefix_group_id\": true, \"tooltip\": \"\", \"upstream_group_ids\": \"[]\", \"upstream_task_ids\": \"['run_bq_external_ingestion']\"}, \"task_id\": \"join_bq_datasets.bq_join_holidays_weather_data_2020\", \"trigger_rule\": \"all_success\", \"upstream_task_ids\": \"['run_bq_external_ingestion']\", \"wait_for_downstream\": false, \"weight_rule\": \"downstream\"}, \"taskInstance\": {\"pool\": \"default_pool\", \"try_number\": 1}, \"t", - "insertId": "9pw4s0f6oij2r", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:43.021515847Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "worker_id": "airflow-worker-8z65g", - "map-index": "-1", - "try-number": "1", - "workflow": "data_analytics_dag", - "process": "console.py:29" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:44.864942856Z" - }, - { - "textPayload": "askUuid\": \"aca24a7f-3904-3bd0-ac70-6a0367b77c87\"}, \"airflow_runArgs\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/BaseFacet\", \"externalTrigger\": true}, \"airflow_version\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/BaseFacet\", \"airflowVersion\": \"2.5.3+composer\", \"openlineageAirflowVersion\": \"1.1.0\", \"operator\": \"airflow.providers.google.cloud.operators.bigquery.BigQueryInsertJobOperator\", \"taskInfo\": {\"_BaseOperator__from_mapped\": false, \"_BaseOperator__init_kwargs\": {\"configuration\": {\"query\": {\"destinationTable\": {\"datasetId\": \"holiday_weather\", \"projectId\": \"acceldata-acm\", \"tableId\": \"holidays_weather_joined\"}, \"query\": \"\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_2020 AS Table WHERE Table.element=\\\"TMAX\\\" AND Table.id=\\\"USW00094846\\\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n \", \"useLegacySql\": false, \"writeDisposition\": \"WRITE_APPEND\"}}, \"email_on_failure\": false, \"email_on_retry\": false, \"location\": \"US\", \"start_date\": \"2023-09-12T00:00:00+00:00\", \"task_id\": \"join_bq_datasets.bq_join_holidays_weather_data_2020\"}, \"_BaseOperator__instantiated\": true, \"_dag\": {\"dag_id\": \"data_analytics_dag\", \"schedule_interval\": \"1 day, 0:00:00\", \"tags\": []}, \"_log\": \"\", \"cancel_on_kill\": true, \"configuration\": {\"query\": {\"destinationTable\": {\"datasetId\": \"holiday_weather\", \"projectId\": \"acceldata-acm\", \"tableId\": \"holidays_weather_joined\"}, \"query\": \"\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_2020 AS Table WHERE Table.element=\\\"TMAX\\\" AND Table.id=\\\"USW00094846\\\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n \", \"useLegacySql\": false, \"writeDisposition\": \"WRITE_APPEND\"}}, \"dag_run\": {\"_sa_instance_state\": \"\", \"_state\": \"running\", \"conf\": {}, \"dag_hash\": \"490322026de974a9493458f2b8e6ca00\", \"dag_id\": \"data_analytics_dag\", \"data_interval_end\": \"2023-09-13T10:16:06.365428+00:00\", \"data_interval_start\": \"2023-09-12T10:16:06.365428+00:00\", \"execution_date\": \"2023-09-13T10:16:06.365428+00:00\", \"external_trigger\": true, \"id\": 741, \"last_scheduling_decision\": \"2023-09-13T10:16:39.115374+00:00\", \"log_template_id\": 2, \"queued_at\": \"2023-09-13T10:16:11.225422+00:00\", \"run_id\": \"manual__2023-09-13T10:16:06.365428+00:00\", \"run_type\": \"manual\", \"start_date\": \"2023-09-13T10:16:11.615234+00:00\", \"updated_at\": \"2023-09-13T10:16:39.140301+00:00\"}, \"deferrable\": false, \"depends_on_past\": false, \"do_xcom_push\": true, \"downstream_task_ids\": \"{'create_batch'}\", \"email_on_failure\": false, \"email_on_retry\": false, \"executor_config\": {}, \"force_rerun\": true, \"gcp_conn_id\": \"google_cloud_default\", \"ignore_first_depends_on_past\": true, \"inlets\": [], \"location\": \"US\", \"outlets\": [], \"owner\": \"airflow\", \"params\": \"{}\", \"poll_interval\": 4.0, \"pool\": \"default_pool\", \"pool_slots\": 1, \"priority_weight\": 1, \"queue\": \"default\", \"reattach_states\": \"set()\", \"result_retry\": \", initial=1.0, maximum=60.0, multiplier=2.0, timeout=600.0, on_error=None>\", \"retries\": 2, \"retry_delay\": \"0:05:00\", \"retry_exponential_backoff\": false, \"start_date\": \"2023-09-12T00:00:00+00:00\", \"task_group\": \"\", \"task_id\": \"join_bq_datasets.bq_join_holidays_weather_data_2020\", \"trigger_rule\": \"all_success\", \"upstream_task_ids\": \"{'run_bq_external_ingestion'}\", \"", - "insertId": "9pw4s0f6oij2s", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:43.021618908Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "worker_id": "airflow-worker-8z65g", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "map-index": "-1", - "workflow": "data_analytics_dag", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:44.864942856Z" - }, - { - "textPayload": "wait_for_downstream\": false, \"weight_rule\": \"downstream\"}}, \"nominalTime\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/NominalTimeRunFacet\", \"nominalEndTime\": \"2023-09-13T10:16:06.365428Z\", \"nominalStartTime\": \"2023-09-12T10:16:06.365428Z\"}, \"parent\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/ParentRunFacet\", \"job\": {\"name\": \"data_analytics_dag\", \"namespace\": \"default\"}, \"run\": {\"runId\": \"7fbd4e08-8435-3747-a708-0fa4943e905a\"}}, \"parentRun\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/ParentRunFacet\", \"job\": {\"name\": \"data_analytics_dag\", \"namespace\": \"default\"}, \"run\": {\"runId\": \"7fbd4e08-8435-3747-a708-0fa4943e905a\"}}, \"processing_engine\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/ProcessingEngineRunFacet\", \"name\": \"Airflow\", \"openlineageAdapterVersion\": \"1.1.0\", \"version\": \"2.5.3+composer\"}}, \"runId\": \"aca24a7f-3904-3bd0-ac70-6a0367b77c87\"}, \"schemaURL\": \"https://openlineage.io/spec/1-0-5/OpenLineage.json#/definitions/RunEvent\"}", - "insertId": "9pw4s0f6oij2t", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:43.021638641Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "workflow": "data_analytics_dag", - "try-number": "1", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:44.864942856Z" - }, - { - "textPayload": "Executing on 2023-09-13 10:16:06.365428+00:00", - "insertId": "9pw4s0f6oij2u", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:43.032853220Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "workflow": "data_analytics_dag", - "map-index": "-1", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "try-number": "1", - "process": "taskinstance.py:1310" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:44.864942856Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "9pw4s0f6oij2v", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:43.107848779Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "worker_id": "airflow-worker-8z65g", - "map-index": "-1", - "process": "taskinstance.py:1091", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:44.864942856Z" - }, - { - "textPayload": "Started process 262 to run task", - "insertId": "9pw4s0f6oij2w", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:43.137449990Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "workflow": "data_analytics_dag", - "try-number": "1", - "worker_id": "airflow-worker-8z65g", - "map-index": "-1", - "process": "standard_task_runner.py:55", - "execution-date": "2023-09-13T10:16:06.365428+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:44.864942856Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "9pw4s0f6oij2x", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:43.233823815Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "process": "taskinstance.py:1091", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:44.864942856Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "9pw4s0f6oij2y", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:43.234480778Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-8z65g", - "map-index": "-1", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "try-number": "1", - "process": "taskinstance.py:1289" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:44.864942856Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "9pw4s0f6oij2z", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:43.235248254Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "process": "taskinstance.py:1290", - "map-index": "-1", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "try-number": "1", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:44.864942856Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "9pw4s0f6oij30", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:43.237413275Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-8z65g", - "process": "taskinstance.py:1291", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "workflow": "data_analytics_dag", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:44.864942856Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2020', 'manual__2023-09-13T10:16:06.365428+00:00', '--job-id', '972', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmps5ayiaw0']", - "insertId": "9pw4s0f6oij31", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:43.317156710Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "worker_id": "airflow-worker-8z65g", - "map-index": "-1", - "process": "standard_task_runner.py:82", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:44.864942856Z" - }, - { - "textPayload": "Job 972: Subtask join_bq_datasets.bq_join_holidays_weather_data_2020", - "insertId": "9pw4s0f6oij32", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:43.322727210Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "try-number": "1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "process": "standard_task_runner.py:83", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:44.864942856Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "vcy0ouflx5twa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:44.503982273Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:49.850267694Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "vcy0ouflx5twb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:44.504043306Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:49.850267694Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "vcy0ouflx5twc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:44.614902840Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:49.850267694Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "vcy0ouflx5twd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:44.614934019Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:49.850267694Z" - }, - { - "textPayload": "Did not find openlineage.yml and OPENLINEAGE_URL is not set", - "insertId": "vcy0ouflx5twe", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:44.640431337Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8z65g", - "try-number": "1", - "workflow": "data_analytics_dag", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "process": "factory.py:78", - "execution-date": "2023-09-13T10:16:06.365428+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:49.850267694Z" - }, - { - "textPayload": "Couldn't initialize transport; will print events to console.", - "insertId": "vcy0ouflx5twf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:44.642239844Z", - "severity": "WARNING", - "labels": { - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "worker_id": "airflow-worker-8z65g", - "map-index": "-1", - "process": "factory.py:37", - "workflow": "data_analytics_dag", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:49.850267694Z" - }, - { - "textPayload": "{\"eventTime\": \"2023-09-13T10:16:43.107907Z\", \"eventType\": \"START\", \"inputs\": [], \"job\": {\"facets\": {\"ownership\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/OwnershipJobFacet\", \"owners\": [{\"name\": \"airflow\"}]}}, \"name\": \"data_analytics_dag.join_bq_datasets.bq_join_holidays_weather_data_2021\", \"namespace\": \"default\"}, \"outputs\": [], \"producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"run\": {\"facets\": {\"airflow\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/BaseFacet\", \"dag\": {\"dag_id\": \"data_analytics_dag\", \"schedule_interval\": \"1 day, 0:00:00\", \"tags\": \"[]\", \"timetable\": {\"delta\": 86400.0}}, \"dagRun\": {\"conf\": {}, \"dag_id\": \"data_analytics_dag\", \"data_interval_end\": \"2023-09-13T10:16:06.365428+00:00\", \"data_interval_start\": \"2023-09-12T10:16:06.365428+00:00\", \"external_trigger\": true, \"run_id\": \"manual__2023-09-13T10:16:06.365428+00:00\", \"run_type\": \"manual\", \"start_date\": \"2023-09-13T10:16:11.615234+00:00\"}, \"task\": {\"args\": {\"configuration\": {\"query\": {\"destinationTable\": {\"datasetId\": \"holiday_weather\", \"projectId\": \"acceldata-acm\", \"tableId\": \"holidays_weather_joined\"}, \"query\": \"\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_2021 AS Table WHERE Table.element=\\\"TMAX\\\" AND Table.id=\\\"USW00094846\\\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n \", \"useLegacySql\": false, \"writeDisposition\": \"WRITE_APPEND\"}}, \"email_on_failure\": false, \"email_on_retry\": false, \"location\": \"US\", \"start_date\": \"2023-09-12T00:00:00+00:00\", \"task_id\": \"join_bq_datasets.bq_join_holidays_weather_data_2021\"}, \"cancel_on_kill\": true, \"configuration\": {\"query\": {\"destinationTable\": {\"datasetId\": \"holiday_weather\", \"projectId\": \"acceldata-acm\", \"tableId\": \"holidays_weather_joined\"}, \"query\": \"\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_2021 AS Table WHERE Table.element=\\\"TMAX\\\" AND Table.id=\\\"USW00094846\\\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n \", \"useLegacySql\": false, \"writeDisposition\": \"WRITE_APPEND\"}}, \"deferrable\": false, \"depends_on_past\": false, \"do_xcom_push\": true, \"downstream_task_ids\": \"['create_batch']\", \"email_on_failure\": false, \"email_on_retry\": false, \"executor_config\": {}, \"force_rerun\": true, \"gcp_conn_id\": \"google_cloud_default\", \"ignore_first_depends_on_past\": true, \"inlets\": \"[]\", \"location\": \"US\", \"mapped\": false, \"operator_class\": \"airflow.providers.google.cloud.operators.bigquery.BigQueryInsertJobOperator\", \"outlets\": \"[]\", \"owner\": \"airflow\", \"poll_interval\": 4.0, \"pool\": \"default_pool\", \"pool_slots\": 1, \"priority_weight\": 1, \"queue\": \"default\", \"reattach_states\": \"[]\", \"result_retry\": \", initial=1.0, maximum=60.0, multiplier=2.0, timeout=600.0, on_error=None>\", \"retries\": 2, \"retry_exponential_backoff\": false, \"start_date\": \"2023-09-12T00:00:00+00:00\", \"task_group\": {\"downstream_group_ids\": \"[]\", \"downstream_task_ids\": \"['create_batch']\", \"group_id\": \"join_bq_datasets\", \"prefix_group_id\": true, \"tooltip\": \"\", \"upstream_group_ids\": \"[]\", \"upstream_task_ids\": \"['run_bq_external_ingestion']\"}, \"task_id\": \"join_bq_datasets.bq_join_holidays_weather_data_2021\", \"trigger_rule\": \"all_success\", \"upstream_task_ids\": \"['run_bq_external_ingestion']\", \"wait_for_downstream\": false, \"weight_rule\": \"downstream\"}, \"taskInstance\": {\"pool\": \"default_pool\", \"try_number\": 1}, \"t", - "insertId": "vcy0ouflx5twg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:44.710287380Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "process": "console.py:29", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:49.850267694Z" - }, - { - "textPayload": "askUuid\": \"946663c3-02ef-3dd2-89b4-aeb1b6c76bbe\"}, \"airflow_runArgs\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/BaseFacet\", \"externalTrigger\": true}, \"airflow_version\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/BaseFacet\", \"airflowVersion\": \"2.5.3+composer\", \"openlineageAirflowVersion\": \"1.1.0\", \"operator\": \"airflow.providers.google.cloud.operators.bigquery.BigQueryInsertJobOperator\", \"taskInfo\": {\"_BaseOperator__from_mapped\": false, \"_BaseOperator__init_kwargs\": {\"configuration\": {\"query\": {\"destinationTable\": {\"datasetId\": \"holiday_weather\", \"projectId\": \"acceldata-acm\", \"tableId\": \"holidays_weather_joined\"}, \"query\": \"\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_2021 AS Table WHERE Table.element=\\\"TMAX\\\" AND Table.id=\\\"USW00094846\\\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n \", \"useLegacySql\": false, \"writeDisposition\": \"WRITE_APPEND\"}}, \"email_on_failure\": false, \"email_on_retry\": false, \"location\": \"US\", \"start_date\": \"2023-09-12T00:00:00+00:00\", \"task_id\": \"join_bq_datasets.bq_join_holidays_weather_data_2021\"}, \"_BaseOperator__instantiated\": true, \"_dag\": {\"dag_id\": \"data_analytics_dag\", \"schedule_interval\": \"1 day, 0:00:00\", \"tags\": []}, \"_log\": \"\", \"cancel_on_kill\": true, \"configuration\": {\"query\": {\"destinationTable\": {\"datasetId\": \"holiday_weather\", \"projectId\": \"acceldata-acm\", \"tableId\": \"holidays_weather_joined\"}, \"query\": \"\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_2021 AS Table WHERE Table.element=\\\"TMAX\\\" AND Table.id=\\\"USW00094846\\\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n \", \"useLegacySql\": false, \"writeDisposition\": \"WRITE_APPEND\"}}, \"dag_run\": {\"_sa_instance_state\": \"\", \"_state\": \"running\", \"conf\": {}, \"dag_hash\": \"490322026de974a9493458f2b8e6ca00\", \"dag_id\": \"data_analytics_dag\", \"data_interval_end\": \"2023-09-13T10:16:06.365428+00:00\", \"data_interval_start\": \"2023-09-12T10:16:06.365428+00:00\", \"execution_date\": \"2023-09-13T10:16:06.365428+00:00\", \"external_trigger\": true, \"id\": 741, \"last_scheduling_decision\": \"2023-09-13T10:16:40.917732+00:00\", \"log_template_id\": 2, \"queued_at\": \"2023-09-13T10:16:11.225422+00:00\", \"run_id\": \"manual__2023-09-13T10:16:06.365428+00:00\", \"run_type\": \"manual\", \"start_date\": \"2023-09-13T10:16:11.615234+00:00\", \"updated_at\": \"2023-09-13T10:16:40.937176+00:00\"}, \"deferrable\": false, \"depends_on_past\": false, \"do_xcom_push\": true, \"downstream_task_ids\": \"{'create_batch'}\", \"email_on_failure\": false, \"email_on_retry\": false, \"executor_config\": {}, \"force_rerun\": true, \"gcp_conn_id\": \"google_cloud_default\", \"ignore_first_depends_on_past\": true, \"inlets\": [], \"location\": \"US\", \"outlets\": [], \"owner\": \"airflow\", \"params\": \"{}\", \"poll_interval\": 4.0, \"pool\": \"default_pool\", \"pool_slots\": 1, \"priority_weight\": 1, \"queue\": \"default\", \"reattach_states\": \"set()\", \"result_retry\": \", initial=1.0, maximum=60.0, multiplier=2.0, timeout=600.0, on_error=None>\", \"retries\": 2, \"retry_delay\": \"0:05:00\", \"retry_exponential_backoff\": false, \"start_date\": \"2023-09-12T00:00:00+00:00\", \"task_group\": \"\", \"task_id\": \"join_bq_datasets.bq_join_holidays_weather_data_2021\", \"trigger_rule\": \"all_success\", \"upstream_task_ids\": \"{'run_bq_external_ingestion'}\", \"", - "insertId": "vcy0ouflx5twh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:44.710365847Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "worker_id": "airflow-worker-8z65g", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:49.850267694Z" - }, - { - "textPayload": "wait_for_downstream\": false, \"weight_rule\": \"downstream\"}}, \"nominalTime\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/NominalTimeRunFacet\", \"nominalEndTime\": \"2023-09-13T10:16:06.365428Z\", \"nominalStartTime\": \"2023-09-12T10:16:06.365428Z\"}, \"parent\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/ParentRunFacet\", \"job\": {\"name\": \"data_analytics_dag\", \"namespace\": \"default\"}, \"run\": {\"runId\": \"7fbd4e08-8435-3747-a708-0fa4943e905a\"}}, \"parentRun\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/ParentRunFacet\", \"job\": {\"name\": \"data_analytics_dag\", \"namespace\": \"default\"}, \"run\": {\"runId\": \"7fbd4e08-8435-3747-a708-0fa4943e905a\"}}, \"processing_engine\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/ProcessingEngineRunFacet\", \"name\": \"Airflow\", \"openlineageAdapterVersion\": \"1.1.0\", \"version\": \"2.5.3+composer\"}}, \"runId\": \"946663c3-02ef-3dd2-89b4-aeb1b6c76bbe\"}, \"schemaURL\": \"https://openlineage.io/spec/1-0-5/OpenLineage.json#/definitions/RunEvent\"}", - "insertId": "vcy0ouflx5twi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:44.710383954Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-8z65g", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:49.850267694Z" - }, - { - "textPayload": "Executing on 2023-09-13 10:16:06.365428+00:00", - "insertId": "vcy0ouflx5twj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:44.720206595Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "process": "taskinstance.py:1310", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "worker_id": "airflow-worker-8z65g", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T10:16:06.365428+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:49.850267694Z" - }, - { - "textPayload": "Started process 267 to run task", - "insertId": "vcy0ouflx5twk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:44.804131572Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-8z65g", - "process": "standard_task_runner.py:55" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:49.850267694Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2021', 'manual__2023-09-13T10:16:06.365428+00:00', '--job-id', '973', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmpbmylfz_9']", - "insertId": "vcy0ouflx5twl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:44.836236316Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "map-index": "-1", - "process": "standard_task_runner.py:82", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "worker_id": "airflow-worker-8z65g", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:49.850267694Z" - }, - { - "textPayload": "Job 973: Subtask join_bq_datasets.bq_join_holidays_weather_data_2021", - "insertId": "vcy0ouflx5twm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:44.838992287Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "process": "standard_task_runner.py:83", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "worker_id": "airflow-worker-8z65g", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:49.850267694Z" - }, - { - "textPayload": "Running on host airflow-worker-8z65g", - "insertId": "vcy0ouflx5twn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:44.902309346Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "process": "task_command.py:393", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "workflow": "data_analytics_dag", - "map-index": "-1", - "worker_id": "airflow-worker-8z65g", - "execution-date": "2023-09-13T10:16:06.365428+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:49.850267694Z" - }, - { - "textPayload": "Running on host airflow-worker-8z65g", - "insertId": "vcy0ouflx5two", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:46.002345806Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "try-number": "1", - "workflow": "data_analytics_dag", - "map-index": "-1", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:49.850267694Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=join_bq_datasets.bq_join_holidays_weather_data_2020\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T10:16:06.365428+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=manual__2023-09-13T10:16:06.365428+00:00", - "insertId": "vcy0ouflx5twp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:46.234457595Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "worker_id": "airflow-worker-8z65g", - "workflow": "data_analytics_dag", - "try-number": "1", - "map-index": "-1", - "process": "taskinstance.py:1518" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:49.850267694Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "vcy0ouflx5twq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:46.408533032Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "base.py:73", - "worker_id": "airflow-worker-8z65g", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:49.850267694Z" - }, - { - "textPayload": "Executing: {'query': {'query': '\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_2020 AS Table WHERE Table.element=\"TMAX\" AND Table.id=\"USW00094846\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n ', 'useLegacySql': False, 'destinationTable': {'projectId': 'acceldata-acm', 'datasetId': 'holiday_weather', 'tableId': 'holidays_weather_joined'}, 'writeDisposition': 'WRITE_APPEND'}}'", - "insertId": "vcy0ouflx5twr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:46.416756904Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "workflow": "data_analytics_dag", - "try-number": "1", - "map-index": "-1", - "worker_id": "airflow-worker-8z65g", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "process": "bigquery.py:2710" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:49.850267694Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "vcy0ouflx5tws", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:46.420005591Z", - "severity": "INFO", - "labels": { - "process": "credentials_provider.py:353", - "worker_id": "airflow-worker-8z65g", - "try-number": "1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:49.850267694Z" - }, - { - "textPayload": "Inserting job airflow_data_analytics_dag_join_bq_datasets_bq_join_holidays_weather_data_2020_2023_09_13T10_16_06_365428_00_00_551731e37ff51512987c934c95342fe0", - "insertId": "vcy0ouflx5twt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:46.517407767Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-8z65g", - "process": "bigquery.py:1596", - "map-index": "-1", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:49.850267694Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=join_bq_datasets.bq_join_holidays_weather_data_2021\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T10:16:06.365428+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=manual__2023-09-13T10:16:06.365428+00:00", - "insertId": "vcy0ouflx5twu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:47.191061189Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1518", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "try-number": "1", - "map-index": "-1", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:49.850267694Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "vcy0ouflx5twv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:47.304020941Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "worker_id": "airflow-worker-8z65g", - "map-index": "-1", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "process": "base.py:73", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:49.850267694Z" - }, - { - "textPayload": "Executing: {'query': {'query': '\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_2021 AS Table WHERE Table.element=\"TMAX\" AND Table.id=\"USW00094846\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n ', 'useLegacySql': False, 'destinationTable': {'projectId': 'acceldata-acm', 'datasetId': 'holiday_weather', 'tableId': 'holidays_weather_joined'}, 'writeDisposition': 'WRITE_APPEND'}}'", - "insertId": "vcy0ouflx5tww", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:47.314722518Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-8z65g", - "workflow": "data_analytics_dag", - "process": "bigquery.py:2710", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:49.850267694Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "vcy0ouflx5twx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:47.315773915Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "try-number": "1", - "worker_id": "airflow-worker-8z65g", - "process": "credentials_provider.py:353", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "execution-date": "2023-09-13T10:16:06.365428+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:49.850267694Z" - }, - { - "textPayload": "Inserting job airflow_data_analytics_dag_join_bq_datasets_bq_join_holidays_weather_data_2021_2023_09_13T10_16_06_365428_00_00_5cc0714ea3782c8100f8aabd1eaa6259", - "insertId": "vcy0ouflx5twy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:47.403040478Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-8z65g", - "process": "bigquery.py:1596", - "try-number": "1", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:49.850267694Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=data_analytics_dag, task_id=join_bq_datasets.bq_join_holidays_weather_data_2020, execution_date=20230913T101606, start_date=20230913T101641, end_date=20230913T101649", - "insertId": "1q63gwwfozbzk7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:49.720591901Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1328", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-8z65g", - "try-number": "1", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:54.849661693Z" - }, - { - "textPayload": "{\"eventTime\": \"2023-09-13T10:16:49.719679Z\", \"eventType\": \"COMPLETE\", \"inputs\": [], \"job\": {\"facets\": {}, \"name\": \"data_analytics_dag.join_bq_datasets.bq_join_holidays_weather_data_2020\", \"namespace\": \"default\"}, \"outputs\": [], \"producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"run\": {\"facets\": {}, \"runId\": \"aca24a7f-3904-3bd0-ac70-6a0367b77c87\"}, \"schemaURL\": \"https://openlineage.io/spec/1-0-5/OpenLineage.json#/definitions/RunEvent\"}", - "insertId": "1q63gwwfozbzk8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:49.829342054Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "data_analytics_dag", - "process": "console.py:29", - "worker_id": "airflow-worker-8z65g", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "try-number": "1", - "execution-date": "2023-09-13T10:16:06.365428+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:54.849661693Z" - }, - { - "textPayload": "I0913 10:16:49.973415 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "nlili1foy3glt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:49.973688379Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:16:55.500188765Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "1q63gwwfozbzk9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:50.108236035Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "process": "local_task_job.py:212", - "try-number": "1", - "map-index": "-1", - "worker_id": "airflow-worker-8z65g", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:54.849661693Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "1q63gwwfozbzka", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:50.328174415Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "try-number": "1", - "map-index": "-1", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:2599", - "execution-date": "2023-09-13T10:16:06.365428+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:54.849661693Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=data_analytics_dag, task_id=join_bq_datasets.bq_join_holidays_weather_data_2021, execution_date=20230913T101606, start_date=20230913T101643, end_date=20230913T101650", - "insertId": "1q63gwwfozbzkb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:50.609634750Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "try-number": "1", - "map-index": "-1", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1328", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:54.849661693Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[5353ffa2-6b4c-4159-8624-68025954ae01] succeeded in 28.254463076009415s: None", - "insertId": "1q63gwwfozbzkc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:50.737209121Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:54.849661693Z" - }, - { - "textPayload": "{\"eventTime\": \"2023-09-13T10:16:50.608785Z\", \"eventType\": \"COMPLETE\", \"inputs\": [], \"job\": {\"facets\": {}, \"name\": \"data_analytics_dag.join_bq_datasets.bq_join_holidays_weather_data_2021\", \"namespace\": \"default\"}, \"outputs\": [], \"producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"run\": {\"facets\": {}, \"runId\": \"946663c3-02ef-3dd2-89b4-aeb1b6c76bbe\"}, \"schemaURL\": \"https://openlineage.io/spec/1-0-5/OpenLineage.json#/definitions/RunEvent\"}", - "insertId": "1q63gwwfozbzkd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:50.811276541Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "try-number": "1", - "worker_id": "airflow-worker-8z65g", - "map-index": "-1", - "process": "console.py:29", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:54.849661693Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "1q63gwwfozbzke", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:16:50.945468577Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "process": "local_task_job.py:212", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "map-index": "-1", - "worker_id": "airflow-worker-8z65g", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T10:16:06.365428+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:54.849661693Z" - }, - { - "textPayload": "1 downstream tasks scheduled from follow-on schedule check", - "insertId": "1q63gwwfozbzkf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:51.220348346Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "worker_id": "airflow-worker-8z65g", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "process": "taskinstance.py:2599", - "map-index": "-1", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:54.849661693Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[7616318c-7a02-4510-8ae0-e602dacbaafc] received", - "insertId": "1q63gwwfozbzkg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:51.510084023Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:54.849661693Z" - }, - { - "textPayload": "[7616318c-7a02-4510-8ae0-e602dacbaafc] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'create_batch', 'manual__2023-09-13T10:16:06.365428+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "1q63gwwfozbzkh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:51.518978456Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:54.849661693Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[3aad797d-d8b4-4358-8759-11ea8f32d2a9] succeeded in 29.10347548898426s: None", - "insertId": "1q63gwwfozbzki", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:51.607737379Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:54.849661693Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1q63gwwfozbzkj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:52.440175684Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-8z65g", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:54.849661693Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1q63gwwfozbzkk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:16:52.443665Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:54.849661693Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1q63gwwfozbzkl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:52.732150742Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-8z65g", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:54.849661693Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "pt1ygufp6w04s", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:16:55.241178931Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:16:59.906083033Z" - }, - { - "textPayload": "Running on host airflow-worker-8z65g", - "insertId": "1yr8ptufizvx9c", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:17:03.406330608Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:08.985449611Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "1yr8ptufizvx9d", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:17:03.811337668Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g", - "task-id": "create_batch", - "map-index": "-1", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "process": "taskinstance.py:1091", - "workflow": "data_analytics_dag", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:08.985449611Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "1yr8ptufizvx9e", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:17:03.910271973Z", - "severity": "INFO", - "labels": { - "task-id": "create_batch", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "try-number": "1", - "map-index": "-1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-8z65g", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:08.985449611Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1yr8ptufizvx9f", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:17:03.912048826Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1289", - "task-id": "create_batch", - "map-index": "-1", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "workflow": "data_analytics_dag", - "try-number": "1", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:08.985449611Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "1yr8ptufizvx9g", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:17:03.913481530Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "worker_id": "airflow-worker-8z65g", - "task-id": "create_batch", - "process": "taskinstance.py:1290" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:08.985449611Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1yr8ptufizvx9h", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:17:03.914521584Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1291", - "try-number": "1", - "task-id": "create_batch", - "workflow": "data_analytics_dag", - "map-index": "-1", - "worker_id": "airflow-worker-8z65g", - "execution-date": "2023-09-13T10:16:06.365428+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:08.985449611Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1yr8ptufizvx9i", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:17:05.007598502Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:08.985449611Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1yr8ptufizvx9j", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:17:05.007706801Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:08.985449611Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1yr8ptufizvx9k", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:17:05.123051213Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:08.985449611Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1yr8ptufizvx9l", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:17:05.123121888Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:08.985449611Z" - }, - { - "textPayload": "Did not find openlineage.yml and OPENLINEAGE_URL is not set", - "insertId": "1yr8ptufizvx9m", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:17:05.207098814Z", - "severity": "ERROR", - "labels": { - "process": "factory.py:78", - "workflow": "data_analytics_dag", - "task-id": "create_batch", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "worker_id": "airflow-worker-8z65g", - "map-index": "-1", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:08.985449611Z" - }, - { - "textPayload": "Couldn't initialize transport; will print events to console.", - "insertId": "1yr8ptufizvx9n", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:17:05.208717132Z", - "severity": "WARNING", - "labels": { - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-8z65g", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "task-id": "create_batch", - "process": "factory.py:37", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:08.985449611Z" - }, - { - "textPayload": "{\"eventTime\": \"2023-09-13T10:17:03.812164Z\", \"eventType\": \"START\", \"inputs\": [], \"job\": {\"facets\": {\"ownership\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/OwnershipJobFacet\", \"owners\": [{\"name\": \"airflow\"}]}}, \"name\": \"data_analytics_dag.create_batch\", \"namespace\": \"default\"}, \"outputs\": [], \"producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"run\": {\"facets\": {\"airflow\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/BaseFacet\", \"dag\": {\"dag_id\": \"data_analytics_dag\", \"schedule_interval\": \"1 day, 0:00:00\", \"tags\": \"[]\", \"timetable\": {\"delta\": 86400.0}}, \"dagRun\": {\"conf\": {}, \"dag_id\": \"data_analytics_dag\", \"data_interval_end\": \"2023-09-13T10:16:06.365428+00:00\", \"data_interval_start\": \"2023-09-12T10:16:06.365428+00:00\", \"external_trigger\": true, \"run_id\": \"manual__2023-09-13T10:16:06.365428+00:00\", \"run_type\": \"manual\", \"start_date\": \"2023-09-13T10:16:11.615234+00:00\"}, \"task\": {\"args\": {\"batch\": {\"environment_config\": {\"execution_config\": {\"service_account\": \"***\"}}, \"pyspark_batch\": {\"args\": [], \"main_python_file_uri\": \"gs://openlineagedemo/data_analytics_process.py\"}, \"runtime_config\": {\"version\": \"1.1\"}}, \"batch_id\": \"data-processing-20230913t101606\", \"email_on_failure\": false, \"email_on_retry\": false, \"project_id\": \"acceldata-acm\", \"region\": \"us-west1\", \"start_date\": \"2023-09-12T00:00:00+00:00\", \"task_id\": \"create_batch\"}, \"asynchronous\": false, \"batch\": {\"environment_config\": {\"execution_config\": {\"service_account\": \"***\"}}, \"pyspark_batch\": {\"args\": [], \"main_python_file_uri\": \"gs://openlineagedemo/data_analytics_process.py\"}, \"runtime_config\": {\"version\": \"1.1\"}}, \"batch_id\": \"data-processing-20230913t101606\", \"deferrable\": false, \"depends_on_past\": false, \"do_xcom_push\": true, \"downstream_task_ids\": \"[]\", \"email_on_failure\": false, \"email_on_retry\": false, \"executor_config\": {}, \"gcp_conn_id\": \"google_cloud_default\", \"ignore_first_depends_on_past\": true, \"inlets\": \"[]\", \"mapped\": false, \"metadata\": \"[]\", \"operator_class\": \"airflow.providers.google.cloud.operators.dataproc.DataprocCreateBatchOperator\", \"outlets\": \"[]\", \"owner\": \"airflow\", \"polling_interval_seconds\": 5, \"pool\": \"default_pool\", \"pool_slots\": 1, \"priority_weight\": 1, \"project_id\": \"acceldata-acm\", \"queue\": \"default\", \"region\": \"us-west1\", \"result_retry\": \"_MethodDefault._DEFAULT_VALUE\", \"retries\": 2, \"retry\": \"_MethodDefault._DEFAULT_VALUE\", \"retry_exponential_backoff\": false, \"start_date\": \"2023-09-12T00:00:00+00:00\", \"task_id\": \"create_batch\", \"trigger_rule\": \"all_success\", \"upstream_task_ids\": \"['join_bq_datasets.bq_join_holidays_weather_data_2020', 'join_bq_datasets.bq_join_holidays_weather_data_2021']\", \"wait_for_downstream\": false, \"weight_rule\": \"downstream\"}, \"taskInstance\": {\"pool\": \"default_pool\", \"try_number\": 1}, \"taskUuid\": \"cd1553f6-3bdb-3cae-acb8-06865df3f186\"}, \"airflow_runArgs\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/BaseFacet\", \"externalTrigger\": true}, \"airflow_version\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/BaseFacet\", \"airflowVersion\": \"2.5.3+composer\", \"openlineageAirflowVersion\": \"1.1.0\", \"operator\": \"airflow.providers.google.cloud.operators.dataproc.DataprocCreateBatchOperator\", \"taskInfo\": {\"_BaseOperator__from_mapped\": false, \"_BaseOperator__init_kwargs\": {\"batch\": {\"environment_config\": {\"execution_config\": {\"service_account\": \"***\"}}, \"pyspark_batch\": {\"args\": [], \"main_python_file_uri\": \"gs://open", - "insertId": "1yr8ptufizvx9o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:17:05.215913057Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "task-id": "create_batch", - "process": "console.py:29", - "worker_id": "airflow-worker-8z65g", - "map-index": "-1", - "try-number": "1", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:08.985449611Z" - }, - { - "textPayload": "lineagedemo/data_analytics_process.py\"}, \"runtime_config\": {\"version\": \"1.1\"}}, \"batch_id\": \"data-processing-20230913t101606\", \"email_on_failure\": false, \"email_on_retry\": false, \"project_id\": \"acceldata-acm\", \"region\": \"us-west1\", \"start_date\": \"2023-09-12T00:00:00+00:00\", \"task_id\": \"create_batch\"}, \"_BaseOperator__instantiated\": true, \"_dag\": {\"dag_id\": \"data_analytics_dag\", \"schedule_interval\": \"1 day, 0:00:00\", \"tags\": []}, \"_log\": \"\", \"asynchronous\": false, \"batch\": {\"environment_config\": {\"execution_config\": {\"service_account\": \"***\"}}, \"pyspark_batch\": {\"args\": [], \"main_python_file_uri\": \"gs://openlineagedemo/data_analytics_process.py\"}, \"runtime_config\": {\"version\": \"1.1\"}}, \"batch_id\": \"data-processing-20230913t101606\", \"dag_run\": {\"_sa_instance_state\": \"\", \"_state\": \"running\", \"conf\": {}, \"dag_hash\": \"490322026de974a9493458f2b8e6ca00\", \"dag_id\": \"data_analytics_dag\", \"data_interval_end\": \"2023-09-13T10:16:06.365428+00:00\", \"data_interval_start\": \"2023-09-12T10:16:06.365428+00:00\", \"execution_date\": \"2023-09-13T10:16:06.365428+00:00\", \"external_trigger\": true, \"id\": 741, \"last_scheduling_decision\": \"2023-09-13T10:17:01.755210+00:00\", \"log_template_id\": 2, \"queued_at\": \"2023-09-13T10:16:11.225422+00:00\", \"run_id\": \"manual__2023-09-13T10:16:06.365428+00:00\", \"run_type\": \"manual\", \"start_date\": \"2023-09-13T10:16:11.615234+00:00\", \"updated_at\": \"2023-09-13T10:17:01.762285+00:00\"}, \"deferrable\": false, \"depends_on_past\": false, \"do_xcom_push\": true, \"downstream_task_ids\": \"set()\", \"email_on_failure\": false, \"email_on_retry\": false, \"executor_config\": {}, \"gcp_conn_id\": \"google_cloud_default\", \"ignore_first_depends_on_past\": true, \"inlets\": [], \"metadata\": [], \"outlets\": [], \"owner\": \"airflow\", \"params\": \"{}\", \"polling_interval_seconds\": 5, \"pool\": \"default_pool\", \"pool_slots\": 1, \"priority_weight\": 1, \"project_id\": \"acceldata-acm\", \"queue\": \"default\", \"region\": \"us-west1\", \"result_retry\": \"_MethodDefault._DEFAULT_VALUE\", \"retries\": 2, \"retry\": \"_MethodDefault._DEFAULT_VALUE\", \"retry_delay\": \"0:05:00\", \"retry_exponential_backoff\": false, \"start_date\": \"2023-09-12T00:00:00+00:00\", \"task_group\": \"\", \"task_id\": \"create_batch\", \"trigger_rule\": \"all_success\", \"upstream_task_ids\": \"{'join_bq_datasets.bq_join_holidays_weather_data_2020', 'join_bq_datasets.bq_join_holidays_weather_data_2021'}\", \"wait_for_downstream\": false, \"weight_rule\": \"downstream\"}}, \"nominalTime\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/NominalTimeRunFacet\", \"nominalEndTime\": \"2023-09-13T10:16:06.365428Z\", \"nominalStartTime\": \"2023-09-12T10:16:06.365428Z\"}, \"parent\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/ParentRunFacet\", \"job\": {\"name\": \"data_analytics_dag\", \"namespace\": \"default\"}, \"run\": {\"runId\": \"7fbd4e08-8435-3747-a708-0fa4943e905a\"}}, \"parentRun\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/ParentRunFacet\", \"job\": {\"name\": \"data_analytics_dag\", \"namespace\": \"default\"}, \"run\": {\"runId\": \"7fbd4e08-8435-3747-a708-0fa4943e905a\"}}, \"processing_engine\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/ProcessingEngineRunFacet\", \"name\": \"Airflow\", \"openlineageAdapterVersion\": \"1.1.0\", \"version\": \"2.5.3+composer\"}, \"unknownSourceAttribute\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubus", - "insertId": "1yr8ptufizvx9p", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:17:05.215979062Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-8z65g", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "map-index": "-1", - "task-id": "create_batch", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:08.985449611Z" - }, - { - "textPayload": "ercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/BaseFacet\", \"unknownItems\": [{\"name\": \"DataprocCreateBatchOperator\", \"properties\": {\"_BaseOperator__from_mapped\": false, \"_BaseOperator__init_kwargs\": {\"batch\": {\"environment_config\": {\"execution_config\": {\"service_account\": \"***\"}}, \"pyspark_batch\": {\"args\": [], \"main_python_file_uri\": \"gs://openlineagedemo/data_analytics_process.py\"}, \"runtime_config\": {\"version\": \"1.1\"}}, \"batch_id\": \"data-processing-20230913t101606\", \"email_on_failure\": false, \"email_on_retry\": false, \"project_id\": \"acceldata-acm\", \"region\": \"us-west1\", \"start_date\": \"<>\", \"task_id\": \"create_batch\"}, \"_BaseOperator__instantiated\": true, \"_dag\": \"<>\", \"_log\": \"<>\", \"asynchronous\": false, \"batch\": {\"environment_config\": {\"execution_config\": {\"service_account\": \"***\"}}, \"pyspark_batch\": {\"args\": [], \"main_python_file_uri\": \"gs://openlineagedemo/data_analytics_process.py\"}, \"runtime_config\": {\"version\": \"1.1\"}}, \"batch_id\": \"data-processing-20230913t101606\", \"deferrable\": false, \"depends_on_past\": false, \"do_xcom_push\": true, \"downstream_task_ids\": [], \"email_on_failure\": false, \"email_on_retry\": false, \"executor_config\": {}, \"gcp_conn_id\": \"google_cloud_default\", \"ignore_first_depends_on_past\": true, \"inlets\": [], \"metadata\": [], \"outlets\": [], \"owner\": \"airflow\", \"params\": \"<>\", \"polling_interval_seconds\": 5, \"pool\": \"default_pool\", \"pool_slots\": 1, \"priority_weight\": 1, \"project_id\": \"acceldata-acm\", \"queue\": \"default\", \"region\": \"us-west1\", \"result_retry\": \"<>\", \"retries\": 2, \"retry\": \"<>\", \"retry_delay\": \"<>\", \"retry_exponential_backoff\": false, \"start_date\": \"<>\", \"task_group\": \"<>\", \"task_id\": \"create_batch\", \"trigger_rule\": \"all_success\", \"upstream_task_ids\": [], \"wait_for_downstream\": false, \"weight_rule\": \"downstream\"}, \"type\": \"operator\"}]}}, \"runId\": \"cd1553f6-3bdb-3cae-acb8-06865df3f186\"}, \"schemaURL\": \"https://openlineage.io/spec/1-0-5/OpenLineage.json#/definitions/RunEvent\"}", - "insertId": "1yr8ptufizvx9q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:17:05.216001055Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "worker_id": "airflow-worker-8z65g", - "workflow": "data_analytics_dag", - "task-id": "create_batch", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:08.985449611Z" - }, - { - "textPayload": "Executing on 2023-09-13 10:16:06.365428+00:00", - "insertId": "1yr8ptufizvx9r", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:17:05.224804656Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g", - "try-number": "1", - "map-index": "-1", - "task-id": "create_batch", - "process": "taskinstance.py:1310", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:08.985449611Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'create_batch', 'manual__2023-09-13T10:16:06.365428+00:00', '--job-id', '974', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmpuaun2uht']", - "insertId": "1yr8ptufizvx9s", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:17:05.317014714Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g", - "map-index": "-1", - "workflow": "data_analytics_dag", - "try-number": "1", - "task-id": "create_batch", - "process": "standard_task_runner.py:82", - "execution-date": "2023-09-13T10:16:06.365428+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:08.985449611Z" - }, - { - "textPayload": "Job 974: Subtask create_batch", - "insertId": "1yr8ptufizvx9t", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:17:05.318148672Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "task-id": "create_batch", - "map-index": "-1", - "worker_id": "airflow-worker-8z65g", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "process": "standard_task_runner.py:83", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:08.985449611Z" - }, - { - "textPayload": "Started process 295 to run task", - "insertId": "1yr8ptufizvx9u", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:17:05.321565126Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "task-id": "create_batch", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "worker_id": "airflow-worker-8z65g", - "map-index": "-1", - "process": "standard_task_runner.py:55", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:08.985449611Z" - }, - { - "textPayload": "Running on host airflow-worker-8z65g", - "insertId": "1yr8ptufizvx9v", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:17:06.059408491Z", - "severity": "INFO", - "labels": { - "task-id": "create_batch", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-8z65g", - "process": "task_command.py:393", - "try-number": "1", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:08.985449611Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=create_batch\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T10:16:06.365428+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=manual__2023-09-13T10:16:06.365428+00:00", - "insertId": "1yr8ptufizvx9w", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:17:07.223246379Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "task-id": "create_batch", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "workflow": "data_analytics_dag", - "map-index": "-1", - "process": "taskinstance.py:1518", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:08.985449611Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "1yr8ptufizvx9x", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:17:07.318441800Z", - "severity": "INFO", - "labels": { - "process": "base.py:73", - "task-id": "create_batch", - "workflow": "data_analytics_dag", - "try-number": "1", - "worker_id": "airflow-worker-8z65g", - "map-index": "-1", - "execution-date": "2023-09-13T10:16:06.365428+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:08.985449611Z" - }, - { - "textPayload": "Creating batch data-processing-20230913t101606", - "insertId": "1yr8ptufizvx9y", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:17:07.321044550Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "try-number": "1", - "task-id": "create_batch", - "map-index": "-1", - "process": "dataproc.py:2349", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:08.985449611Z" - }, - { - "textPayload": "Once started, the batch job will be available at https://console.cloud.google.com/dataproc/batches/us-west1/data-processing-20230913t101606/monitoring?project=acceldata-acm", - "insertId": "1yr8ptufizvx9z", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:17:07.321908654Z", - "severity": "INFO", - "labels": { - "process": "dataproc.py:2350", - "map-index": "-1", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "try-number": "1", - "worker_id": "airflow-worker-8z65g", - "workflow": "data_analytics_dag", - "task-id": "create_batch" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:08.985449611Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "1yr8ptufizvxa0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:17:07.323122187Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "process": "credentials_provider.py:353", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "task-id": "create_batch", - "map-index": "-1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:08.985449611Z" - }, - { - "textPayload": "Task failed with exception\nTraceback (most recent call last):\n File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/hooks/dataproc.py\", line 261, in wait_for_operation\n return operation.result(timeout=timeout, retry=result_retry)\n File \"/opt/python3.8/lib/python3.8/site-packages/google/api_core/future/polling.py\", line 261, in result\n raise self._exception\ngoogle.api_core.exceptions.Aborted: 409 Constraint constraints/compute.requireOsLogin violated for project 910708407740.\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2371, in execute\n result = hook.wait_for_operation(\n File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/hooks/dataproc.py\", line 264, in wait_for_operation\n raise AirflowException(error)\nairflow.exceptions.AirflowException: 409 Constraint constraints/compute.requireOsLogin violated for project 910708407740.", - "insertId": "1plm3bsfeojm8s", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:17:21.011158030Z", - "severity": "ERROR", - "labels": { - "try-number": "1", - "workflow": "data_analytics_dag", - "task-id": "create_batch", - "map-index": "-1", - "worker_id": "airflow-worker-8z65g", - "process": "taskinstance.py:1778", - "execution-date": "2023-09-13T10:16:06.365428+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:27.108445457Z" - }, - { - "textPayload": "Marking task as UP_FOR_RETRY. dag_id=data_analytics_dag, task_id=create_batch, execution_date=20230913T101606, start_date=20230913T101703, end_date=20230913T101721", - "insertId": "1plm3bsfeojm8t", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:17:21.024110112Z", - "severity": "INFO", - "labels": { - "task-id": "create_batch", - "worker_id": "airflow-worker-8z65g", - "process": "taskinstance.py:1328", - "workflow": "data_analytics_dag", - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-13T10:16:06.365428+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:27.108445457Z" - }, - { - "textPayload": "Failed to execute job 974 for task create_batch (409 Constraint constraints/compute.requireOsLogin violated for project 910708407740.; 295)", - "insertId": "1plm3bsfeojm8u", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:17:21.116322493Z", - "severity": "ERROR", - "labels": { - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "task-id": "create_batch", - "process": "standard_task_runner.py:100", - "try-number": "1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-8z65g", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:27.108445457Z" - }, - { - "textPayload": "Task exited with return code 1", - "insertId": "1plm3bsfeojm8v", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:17:21.439977610Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g", - "map-index": "-1", - "try-number": "1", - "workflow": "data_analytics_dag", - "process": "local_task_job.py:212", - "task-id": "create_batch", - "execution-date": "2023-09-13T10:16:06.365428+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:27.108445457Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "1plm3bsfeojm8w", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:17:21.623065740Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:2599", - "map-index": "-1", - "worker_id": "airflow-worker-8z65g", - "execution-date": "2023-09-13T10:16:06.365428+00:00", - "task-id": "create_batch", - "workflow": "data_analytics_dag", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:27.108445457Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[7616318c-7a02-4510-8ae0-e602dacbaafc] succeeded in 30.395540201017866s: None", - "insertId": "1plm3bsfeojm8x", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:17:21.912667322Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:27.108445457Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1plm3bsfeojm8y", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:17:23.242794274Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:17:27.108445457Z" - }, - { - "textPayload": "I0913 10:17:47.214003 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "yerjkdf1ildxv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:17:47.214248606Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:17:52.787251252Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[b4ca9bd4-ae8f-4e22-bd93-252349ae1755] received", - "insertId": "1v5cwcrfiwsiz5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:20:00.455854943Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:01.831736777Z" - }, - { - "textPayload": "[b4ca9bd4-ae8f-4e22-bd93-252349ae1755] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T10:10:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "1v5cwcrfiwsiz6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:20:00.461893220Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:01.831736777Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "148tgddfp0cwt1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:20:00.814506151Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-8z65g", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "148tgddfp0cwt2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:20:00.816903948Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-8z65g", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "148tgddfp0cwt3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:20:00.936413208Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "148tgddfp0cwt4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:20:01.815058981Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "Running on host airflow-worker-8z65g", - "insertId": "148tgddfp0cwt5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:20:02.336818455Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "148tgddfp0cwt6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:20:02.474614440Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:10:00+00:00", - "worker_id": "airflow-worker-8z65g", - "process": "taskinstance.py:1091", - "task-id": "echo", - "map-index": "-1", - "try-number": "1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "148tgddfp0cwt7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:20:02.514610484Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-8z65g", - "execution-date": "2023-09-13T10:10:00+00:00", - "try-number": "1", - "task-id": "echo", - "process": "taskinstance.py:1091", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "148tgddfp0cwt8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:20:02.515887484Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1289", - "execution-date": "2023-09-13T10:10:00+00:00", - "workflow": "airflow_monitoring", - "task-id": "echo", - "worker_id": "airflow-worker-8z65g", - "try-number": "1", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "148tgddfp0cwt9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:20:02.517024148Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-13T10:10:00+00:00", - "worker_id": "airflow-worker-8z65g", - "process": "taskinstance.py:1290", - "task-id": "echo", - "workflow": "airflow_monitoring", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "148tgddfp0cwta", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:20:02.518172527Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:10:00+00:00", - "task-id": "echo", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-8z65g", - "process": "taskinstance.py:1291", - "map-index": "-1", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "148tgddfp0cwtb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:20:02.809266115Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "148tgddfp0cwtc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:20:02.809313844Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "148tgddfp0cwtd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:20:02.834659058Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "148tgddfp0cwte", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:20:02.834704501Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "Did not find openlineage.yml and OPENLINEAGE_URL is not set", - "insertId": "148tgddfp0cwtf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:20:02.846714452Z", - "severity": "ERROR", - "labels": { - "try-number": "1", - "execution-date": "2023-09-13T10:10:00+00:00", - "worker_id": "airflow-worker-8z65g", - "task-id": "echo", - "process": "factory.py:78", - "map-index": "-1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "Couldn't initialize transport; will print events to console.", - "insertId": "148tgddfp0cwtg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:20:02.847985537Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-8z65g", - "workflow": "airflow_monitoring", - "try-number": "1", - "execution-date": "2023-09-13T10:10:00+00:00", - "process": "factory.py:37", - "task-id": "echo", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "{\"eventTime\": \"2023-09-13T10:20:02.473968Z\", \"eventType\": \"START\", \"inputs\": [], \"job\": {\"facets\": {\"documentation\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/DocumentationJobFacet\", \"description\": \"liveness monitoring dag\"}, \"ownership\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/OwnershipJobFacet\", \"owners\": [{\"name\": \"airflow\"}]}}, \"name\": \"airflow_monitoring.echo\", \"namespace\": \"default\"}, \"outputs\": [], \"producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"run\": {\"facets\": {\"airflow\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/BaseFacet\", \"dag\": {\"dag_id\": \"airflow_monitoring\", \"schedule_interval\": \"*/10 * * * *\", \"tags\": \"[]\", \"timetable\": {\"expression\": \"*/10 * * * *\", \"timezone\": \"UTC\"}}, \"dagRun\": {\"conf\": {}, \"dag_id\": \"airflow_monitoring\", \"data_interval_end\": \"2023-09-13T10:20:00+00:00\", \"data_interval_start\": \"2023-09-13T10:10:00+00:00\", \"external_trigger\": false, \"run_id\": \"scheduled__2023-09-13T10:10:00+00:00\", \"run_type\": \"scheduled\", \"start_date\": \"2023-09-13T10:20:00.328512+00:00\"}, \"task\": {\"append_env\": false, \"args\": {\"bash_command\": \"echo test\", \"dag\": \"\", \"depends_on_past\": false, \"do_xcom_push\": false, \"priority_weight\": 2147483647, \"retries\": 1, \"retry_delay\": \"0:05:00\", \"start_date\": \"2023-09-13T00:00:00+00:00\", \"task_id\": \"echo\"}, \"bash_command\": \"echo test\", \"depends_on_past\": false, \"do_xcom_push\": false, \"downstream_task_ids\": \"[]\", \"email_on_failure\": true, \"email_on_retry\": true, \"executor_config\": {}, \"ignore_first_depends_on_past\": true, \"inlets\": \"[]\", \"mapped\": false, \"operator_class\": \"airflow.operators.bash.BashOperator\", \"outlets\": \"[]\", \"output_encoding\": \"utf-8\", \"owner\": \"airflow\", \"pool\": \"default_pool\", \"pool_slots\": 1, \"priority_weight\": 2147483647, \"queue\": \"default\", \"retries\": 1, \"retry_exponential_backoff\": false, \"skip_exit_code\": 99, \"start_date\": \"2023-09-13T00:00:00+00:00\", \"task_id\": \"echo\", \"trigger_rule\": \"all_success\", \"upstream_task_ids\": \"[]\", \"wait_for_downstream\": false, \"weight_rule\": \"downstream\"}, \"taskInstance\": {\"pool\": \"default_pool\", \"try_number\": 1}, \"taskUuid\": \"7930aaee-6d65-3f4c-80b0-9c9e490cc8fc\"}, \"airflow_runArgs\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/BaseFacet\", \"externalTrigger\": false}, \"airflow_version\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/BaseFacet\", \"airflowVersion\": \"2.5.3+composer\", \"openlineageAirflowVersion\": \"1.1.0\", \"operator\": \"airflow.operators.bash.BashOperator\", \"taskInfo\": {\"_BaseOperator__from_mapped\": false, \"_BaseOperator__init_kwargs\": {\"bash_command\": \"echo test\", \"dag\": {\"dag_id\": \"airflow_monitoring\", \"schedule_interval\": \"*/10 * * * *\", \"tags\": []}, \"depends_on_past\": false, \"do_xcom_push\": false, \"priority_weight\": 2147483647, \"retries\": 1, \"retry_delay\": \"0:05:00\", \"start_date\": \"2023-09-13T00:00:00+00:00\", \"task_id\": \"echo\"}, \"_BaseOperator__instantiated\": true, \"_dag\": {\"dag_id\": \"airflow_monitoring\", \"schedule_interval\": \"*/10 * * * *\", \"tags\": []}, \"_log\": \"\", \"append_env\": false, \"bash_command\": \"echo test\", \"dag_run\": {\"_sa_instance_state\": \"\", \"_state\": \"running\", \"conf\": {}, \"creating_job_id\": 970, \"dag_h", - "insertId": "148tgddfp0cwth", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:20:02.852189656Z", - "severity": "INFO", - "labels": { - "process": "console.py:29", - "workflow": "airflow_monitoring", - "task-id": "echo", - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-13T10:10:00+00:00", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "ash\": \"e27cd9350a0188d627f0bef9212e8c88\", \"dag_id\": \"airflow_monitoring\", \"data_interval_end\": \"2023-09-13T10:20:00+00:00\", \"data_interval_start\": \"2023-09-13T10:10:00+00:00\", \"execution_date\": \"2023-09-13T10:10:00+00:00\", \"external_trigger\": false, \"id\": 742, \"last_scheduling_decision\": \"2023-09-13T10:20:01.676453+00:00\", \"log_template_id\": 2, \"queued_at\": \"2023-09-13T10:20:00.265711+00:00\", \"run_id\": \"scheduled__2023-09-13T10:10:00+00:00\", \"run_type\": \"scheduled\", \"start_date\": \"2023-09-13T10:20:00.328512+00:00\", \"updated_at\": \"2023-09-13T10:20:01.682513+00:00\"}, \"depends_on_past\": false, \"do_xcom_push\": false, \"downstream_task_ids\": \"set()\", \"email_on_failure\": true, \"email_on_retry\": true, \"executor_config\": {}, \"ignore_first_depends_on_past\": true, \"inlets\": [], \"outlets\": [], \"output_encoding\": \"utf-8\", \"owner\": \"airflow\", \"params\": \"{}\", \"pool\": \"default_pool\", \"pool_slots\": 1, \"priority_weight\": 2147483647, \"queue\": \"default\", \"retries\": 1, \"retry_delay\": \"0:05:00\", \"retry_exponential_backoff\": false, \"skip_exit_code\": 99, \"start_date\": \"2023-09-13T00:00:00+00:00\", \"task_group\": \"\", \"task_id\": \"echo\", \"trigger_rule\": \"all_success\", \"upstream_task_ids\": \"set()\", \"wait_for_downstream\": false, \"weight_rule\": \"downstream\"}}, \"nominalTime\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/NominalTimeRunFacet\", \"nominalEndTime\": \"2023-09-13T10:20:00.000000Z\", \"nominalStartTime\": \"2023-09-13T10:10:00.000000Z\"}, \"parent\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/ParentRunFacet\", \"job\": {\"name\": \"airflow_monitoring\", \"namespace\": \"default\"}, \"run\": {\"runId\": \"964e15e8-00d5-3176-a19c-b7e86f7e7cc3\"}}, \"parentRun\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/ParentRunFacet\", \"job\": {\"name\": \"airflow_monitoring\", \"namespace\": \"default\"}, \"run\": {\"runId\": \"964e15e8-00d5-3176-a19c-b7e86f7e7cc3\"}}, \"processing_engine\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/ProcessingEngineRunFacet\", \"name\": \"Airflow\", \"openlineageAdapterVersion\": \"1.1.0\", \"version\": \"2.5.3+composer\"}, \"unknownSourceAttribute\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/BaseFacet\", \"unknownItems\": [{\"name\": \"BashOperator\", \"properties\": {\"_BaseOperator__from_mapped\": false, \"_BaseOperator__init_kwargs\": {\"bash_command\": \"echo test\", \"dag\": \"<>\", \"depends_on_past\": false, \"do_xcom_push\": false, \"priority_weight\": 2147483647, \"retries\": 1, \"retry_delay\": \"<>\", \"start_date\": \"<>\", \"task_id\": \"echo\"}, \"_BaseOperator__instantiated\": true, \"_dag\": \"<>\", \"_log\": \"<>\", \"append_env\": false, \"bash_command\": \"echo test\", \"depends_on_past\": false, \"do_xcom_push\": false, \"downstream_task_ids\": [], \"email_on_failure\": true, \"email_on_retry\": true, \"executor_config\": {}, \"ignore_first_depends_on_past\": true, \"inlets\": [], \"outlets\": [], \"output_encoding\": \"utf-8\", \"owner\": \"airflow\", \"params\": \"<>\", \"pool\": \"default_pool\", \"pool_slots\": 1, \"priority_weight\": 2147483647, \"queue\": \"default\", \"retries\": 1, \"retry_delay\": \"<>\", \"retry_exponential_backoff\": false, \"skip_exit_code\": 99, \"start_date\": \"<>\", \"task_group\": \"<", - "insertId": "148tgddfp0cwti", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:20:02.852294610Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:10:00+00:00", - "workflow": "airflow_monitoring", - "try-number": "1", - "task-id": "echo", - "worker_id": "airflow-worker-8z65g", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": ">\", \"task_id\": \"echo\", \"trigger_rule\": \"all_success\", \"upstream_task_ids\": [], \"wait_for_downstream\": false, \"weight_rule\": \"downstream\"}, \"type\": \"operator\"}]}}, \"runId\": \"7930aaee-6d65-3f4c-80b0-9c9e490cc8fc\"}, \"schemaURL\": \"https://openlineage.io/spec/1-0-5/OpenLineage.json#/definitions/RunEvent\"}", - "insertId": "148tgddfp0cwtj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:20:02.852317435Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "task-id": "echo", - "execution-date": "2023-09-13T10:10:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-8z65g", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "Executing on 2023-09-13 10:10:00+00:00", - "insertId": "148tgddfp0cwtk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:20:02.859569267Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "map-index": "-1", - "worker_id": "airflow-worker-8z65g", - "task-id": "echo", - "execution-date": "2023-09-13T10:10:00+00:00", - "process": "taskinstance.py:1310", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "Started process 386 to run task", - "insertId": "148tgddfp0cwtl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:20:02.909854197Z", - "severity": "INFO", - "labels": { - "process": "standard_task_runner.py:55", - "task-id": "echo", - "workflow": "airflow_monitoring", - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-13T10:10:00+00:00", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T10:10:00+00:00', '--job-id', '975', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmp4xb9cmjn']", - "insertId": "148tgddfp0cwtm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:20:02.914396655Z", - "severity": "INFO", - "labels": { - "process": "standard_task_runner.py:82", - "task-id": "echo", - "try-number": "1", - "worker_id": "airflow-worker-8z65g", - "execution-date": "2023-09-13T10:10:00+00:00", - "workflow": "airflow_monitoring", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "Job 975: Subtask echo", - "insertId": "148tgddfp0cwtn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:20:02.914812291Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "workflow": "airflow_monitoring", - "process": "standard_task_runner.py:83", - "task-id": "echo", - "map-index": "-1", - "execution-date": "2023-09-13T10:10:00+00:00", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "Running on host airflow-worker-8z65g", - "insertId": "148tgddfp0cwto", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:20:03.280098489Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "task_command.py:393", - "execution-date": "2023-09-13T10:10:00+00:00", - "try-number": "1", - "workflow": "airflow_monitoring", - "task-id": "echo", - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T10:10:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T10:10:00+00:00", - "insertId": "148tgddfp0cwtp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:20:03.727146605Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g", - "execution-date": "2023-09-13T10:10:00+00:00", - "workflow": "airflow_monitoring", - "try-number": "1", - "process": "taskinstance.py:1518", - "map-index": "-1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "148tgddfp0cwtq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:20:03.730452629Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-8z65g", - "process": "subprocess.py:63", - "execution-date": "2023-09-13T10:10:00+00:00", - "task-id": "echo", - "workflow": "airflow_monitoring", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "148tgddfp0cwtr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:20:03.732714169Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-13T10:10:00+00:00", - "process": "subprocess.py:75", - "task-id": "echo", - "worker_id": "airflow-worker-8z65g", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "Output:", - "insertId": "148tgddfp0cwts", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:20:03.873718471Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "map-index": "-1", - "worker_id": "airflow-worker-8z65g", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T10:10:00+00:00", - "task-id": "echo", - "process": "subprocess.py:86" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "test", - "insertId": "148tgddfp0cwtt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:20:03.880746144Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "task-id": "echo", - "map-index": "-1", - "execution-date": "2023-09-13T10:10:00+00:00", - "process": "subprocess.py:93", - "worker_id": "airflow-worker-8z65g", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "148tgddfp0cwtu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:20:03.881678694Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "workflow": "airflow_monitoring", - "try-number": "1", - "process": "subprocess.py:97", - "worker_id": "airflow-worker-8z65g", - "execution-date": "2023-09-13T10:10:00+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T101000, start_date=20230913T102002, end_date=20230913T102003", - "insertId": "148tgddfp0cwtv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:20:03.924665667Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-8z65g", - "execution-date": "2023-09-13T10:10:00+00:00", - "task-id": "echo", - "workflow": "airflow_monitoring", - "try-number": "1", - "process": "taskinstance.py:1328" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "{\"eventTime\": \"2023-09-13T10:20:03.923929Z\", \"eventType\": \"COMPLETE\", \"inputs\": [], \"job\": {\"facets\": {}, \"name\": \"airflow_monitoring.echo\", \"namespace\": \"default\"}, \"outputs\": [], \"producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"run\": {\"facets\": {\"unknownSourceAttribute\": {\"_producer\": \"https://github.com/OpenLineage/OpenLineage/tree/1.1.0/integration/airflow\", \"_schemaURL\": \"https://raw.githubusercontent.com/OpenLineage/OpenLineage/main/spec/OpenLineage.json#/definitions/BaseFacet\", \"unknownItems\": [{\"name\": \"BashOperator\", \"properties\": {\"_BaseOperator__from_mapped\": false, \"_BaseOperator__init_kwargs\": {\"bash_command\": \"echo test\", \"dag\": \"<>\", \"depends_on_past\": false, \"do_xcom_push\": false, \"priority_weight\": 2147483647, \"retries\": 1, \"retry_delay\": \"<>\", \"start_date\": \"<>\", \"task_id\": \"echo\"}, \"_BaseOperator__instantiated\": true, \"_dag\": \"<>\", \"_log\": \"<>\", \"append_env\": false, \"bash_command\": \"echo test\", \"depends_on_past\": false, \"do_xcom_push\": false, \"downstream_task_ids\": [], \"email_on_failure\": true, \"email_on_retry\": true, \"executor_config\": {}, \"ignore_first_depends_on_past\": true, \"inlets\": [], \"outlets\": [], \"output_encoding\": \"utf-8\", \"owner\": \"airflow\", \"params\": \"<>\", \"pool\": \"default_pool\", \"pool_slots\": 1, \"priority_weight\": 2147483647, \"queue\": \"default\", \"retries\": 1, \"retry_delay\": \"<>\", \"retry_exponential_backoff\": false, \"skip_exit_code\": 99, \"start_date\": \"<>\", \"task_group\": \"<>\", \"task_id\": \"echo\", \"trigger_rule\": \"all_success\", \"upstream_task_ids\": [], \"wait_for_downstream\": false, \"weight_rule\": \"downstream\"}, \"type\": \"operator\"}]}}, \"runId\": \"7930aaee-6d65-3f4c-80b0-9c9e490cc8fc\"}, \"schemaURL\": \"https://openlineage.io/spec/1-0-5/OpenLineage.json#/definitions/RunEvent\"}", - "insertId": "148tgddfp0cwtw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:20:03.949449Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T10:10:00+00:00", - "process": "console.py:29", - "task-id": "echo", - "try-number": "1", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "148tgddfp0cwtx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:20:04.130854957Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "worker_id": "airflow-worker-8z65g", - "task-id": "echo", - "execution-date": "2023-09-13T10:10:00+00:00", - "process": "local_task_job.py:212", - "map-index": "-1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "148tgddfp0cwty", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:20:04.200650475Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-8z65g", - "process": "taskinstance.py:2599", - "execution-date": "2023-09-13T10:10:00+00:00", - "try-number": "1", - "map-index": "-1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[b4ca9bd4-ae8f-4e22-bd93-252349ae1755] succeeded in 3.899365258985199s: None", - "insertId": "148tgddfp0cwtz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:20:04.359121322Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:20:06.849619947Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "hheh34flvd821", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:22:30.610472980Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:22:35.929937115Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "byy986f9kmyal", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:27:26.620165949Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:27:28.142288201Z" - }, - { - "textPayload": "I0913 10:29:00.040406 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1d4gjkaflven7x", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:29:00.040691763Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:29:06.187773795Z" - }, - { - "textPayload": "I0913 10:29:00.041978 1 airflowworkerset_controller.go:268] \"controllers/AirflowWorkerSet: Worker uses old template. Recreating.\" worker name=\"airflow-worker-8z65g\"", - "insertId": "1d4gjkaflven7y", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:29:00.042264226Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:29:06.187773795Z" - }, - { - "textPayload": "I0913 10:29:00.075244 1 airflowworkerset_controller.go:77] \"controllers/AirflowWorkerSet: Template changed, workers recreated.\"", - "insertId": "1d4gjkaflven7z", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:29:00.075541444Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:29:06.187773795Z" - }, - { - "textPayload": "I0913 10:29:00.075410 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1d4gjkaflven80", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:29:00.075640142Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:29:06.187773795Z" - }, - { - "textPayload": "", - "insertId": "1pbw1vjfiasntr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:29:00.095763273Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:29:06.687568056Z" - }, - { - "textPayload": "worker: Warm shutdown (MainProcess)", - "insertId": "1pbw1vjfiasnts", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:29:00.095833245Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:29:06.687568056Z" - }, - { - "textPayload": "Caught SIGTERM signal!", - "insertId": "1pbw1vjfiasntt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:29:00.095858751Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:29:06.687568056Z" - }, - { - "textPayload": "Passing SIGTERM to Airflow process.", - "insertId": "1pbw1vjfiasntu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:29:00.095865870Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:29:06.687568056Z" - }, - { - "textPayload": "I0913 10:29:00.121276 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1d4gjkaflven81", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:29:00.121512828Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:29:06.187773795Z" - }, - { - "textPayload": "Exiting due to SIGTERM.", - "insertId": "1pbw1vjfiasntv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:29:03.731506890Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8z65g" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:29:06.687568056Z" - }, - { - "textPayload": "I0913 10:29:04.457522 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1d4gjkaflven82", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:29:04.457809816Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:29:06.187773795Z" - }, - { - "textPayload": "I0913 10:29:04.459314 1 airflowworkerset_controller.go:97] \"controllers/AirflowWorkerSet: Workers scale up needed.\" current number of workers=0 desired=1 scaling up by=1", - "insertId": "1d4gjkaflven83", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:29:04.459534307Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:29:06.187773795Z" - }, - { - "textPayload": "I0913 10:29:04.849953 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1d4gjkaflven84", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:29:04.850234809Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:29:06.187773795Z" - }, - { - "textPayload": "I0913 10:29:04.892603 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1d4gjkaflven85", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:29:04.892805928Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:29:06.187773795Z" - }, - { - "textPayload": "I0913 10:29:04.910820 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1d4gjkaflven86", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:29:04.911090260Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:29:06.187773795Z" - }, - { - "textPayload": "I0913 10:29:04.960884 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1d4gjkaflven87", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:29:04.962511610Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:29:06.187773795Z" - }, - { - "textPayload": "I0913 10:29:04.982397 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1d4gjkaflven88", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:29:04.983836861Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:29:06.187773795Z" - }, - { - "textPayload": "Starting the process, got command: worker", - "insertId": "1c01xt4f6mo63r", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:29:06.144013383Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:06.238900539Z" - }, - { - "textPayload": "Initializing airflow.cfg.", - "insertId": "1c01xt4f6mo63s", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:29:06.149306210Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:06.238900539Z" - }, - { - "textPayload": "airflow.cfg initialization is done.", - "insertId": "1c01xt4f6mo63t", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:29:06.161628236Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:06.238900539Z" - }, - { - "textPayload": "I0913 10:29:06.918121 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "sl63n5fis94j2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:29:06.918349381Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:29:12.323421340Z" - }, - { - "textPayload": "I0913 10:29:06.954298 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "sl63n5fis94j3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:29:06.954526413Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:29:12.323421340Z" - }, - { - "textPayload": "Setupping GCS Fuse.", - "insertId": "1c01xt4f6mo63u", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:29:13.843835229Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:06.238900539Z" - }, - { - "textPayload": "gcsfuse mount seems ready, proceeding.", - "insertId": "1c01xt4f6mo63v", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:29:13.844625183Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:06.238900539Z" - }, - { - "textPayload": "Initializing kube_config.", - "insertId": "1c01xt4f6mo63w", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:29:13.859827717Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:06.238900539Z" - }, - { - "textPayload": "I0913 10:29:17.515839 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1rjug2rfic1n37", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:29:17.516127858Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:29:24.382767125Z" - }, - { - "textPayload": "Fetching cluster endpoint and auth data.", - "insertId": "1c01xt4f6mo63x", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:29:21.007911862Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:06.238900539Z" - }, - { - "textPayload": "kubeconfig entry generated for us-west1-openlineage-1614b57c-gke.", - "insertId": "1c01xt4f6mo63y", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:29:21.216911734Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:06.238900539Z" - }, - { - "textPayload": "/home/airflow/composer_kube_config is initialized", - "insertId": "1c01xt4f6mo63z", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:29:26.444472548Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:06.238900539Z" - }, - { - "textPayload": "Waiting for dags and plugins synchronization.", - "insertId": "1c01xt4f6mo640", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:29:26.445563394Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:06.238900539Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1c01xt4f6mo641", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:29:26.446940619Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:06.238900539Z" - }, - { - "textPayload": "Searching for recent worker pod evictions", - "insertId": "1c01xt4f6mo642", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:29:26.454328929Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:06.238900539Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1c01xt4f6mo643", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:29:31.505530778Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:06.238900539Z" - }, - { - "textPayload": "Finished searching for recent worker pod evictions", - "insertId": "1c01xt4f6mo644", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:29:33.154260636Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:06.238900539Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1c01xt4f6mo645", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:29:36.517445031Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:06.238900539Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1c01xt4f6mo646", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:29:41.523934889Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:06.238900539Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1c01xt4f6mo647", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:29:46.530484644Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:06.238900539Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1c01xt4f6mo648", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:29:51.537424805Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:06.238900539Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1c01xt4f6mo649", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:29:56.543844538Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:06.238900539Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1c01xt4f6mo64a", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:30:01.549081447Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:06.238900539Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "15wv3f1fiysxrv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:30:06.555199330Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:11.366843608Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "134msadflw8lig", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:30:11.562602697Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:16.469019119Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "uj4u1jfizegl0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:30:16.569297722Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:21.605187143Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1t7u2cgfp7ia6a", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:30:21.576260093Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:26.684834736Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1lzxolqfigh5mw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:30:26.584493071Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:31.764379826Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1mu6wydfp5x0gp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:30:31.590842788Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:36.831374962Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1h9zaycfixift0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:30:36.597495030Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:41.834003954Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1thyen4fp6sz67", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:30:41.607544187Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:46.832825144Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1h0cq1jfic86dg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:30:46.620456383Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:51.856219411Z" - }, - { - "textPayload": "Dags and plugins are synced", - "insertId": "l3b1vmf4u4ws2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:30:51.626695938Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:56.958589896Z" - }, - { - "textPayload": "Starting Airflow Celery Flower API.", - "insertId": "l3b1vmf4u4ws3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:30:51.628051286Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:30:56.958589896Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "6xx100fizkq1n", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:31:13.217435266Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:18.336579864Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "6xx100fizkq1o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:31:13.819799223Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:18.336579864Z" - }, - { - "textPayload": " ", - "insertId": "1trv21yf6pvgeq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:31:28.118085614Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:33.497297963Z" - }, - { - "textPayload": " -------------- celery@airflow-worker-8gz7j v5.2.7 (dawn-chorus)", - "insertId": "1trv21yf6pvger", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:31:28.118110701Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:33.497297963Z" - }, - { - "textPayload": "--- ***** ----- ", - "insertId": "1trv21yf6pvges", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:31:28.118118573Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:33.497297963Z" - }, - { - "textPayload": "-- ******* ---- Linux-5.15.109+-x86_64-with-glibc2.27 2023-09-13 10:31:27", - "insertId": "1trv21yf6pvget", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:31:28.118125579Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:33.497297963Z" - }, - { - "textPayload": "- *** --- * --- ", - "insertId": "1trv21yf6pvgeu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:31:28.118131347Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:33.497297963Z" - }, - { - "textPayload": "- ** ---------- [config]", - "insertId": "1trv21yf6pvgev", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:31:28.118137980Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:33.497297963Z" - }, - { - "textPayload": "- ** ---------- .> app: airflow.executors.celery_executor:0x7d4b367a3370", - "insertId": "1trv21yf6pvgew", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:31:28.118144107Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:33.497297963Z" - }, - { - "textPayload": "- ** ---------- .> transport: redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "1trv21yf6pvgex", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:31:28.118150895Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:33.497297963Z" - }, - { - "textPayload": "- ** ---------- .> results: redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "1trv21yf6pvgey", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:31:28.118172999Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:33.497297963Z" - }, - { - "textPayload": "- *** --- * --- .> concurrency: 6 (prefork)", - "insertId": "1trv21yf6pvgez", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:31:28.118179667Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:33.497297963Z" - }, - { - "textPayload": "-- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)", - "insertId": "1trv21yf6pvgf0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:31:28.118185230Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:33.497297963Z" - }, - { - "textPayload": "--- ***** ----- ", - "insertId": "1trv21yf6pvgf1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:31:28.118190962Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:33.497297963Z" - }, - { - "textPayload": " -------------- [queues]", - "insertId": "1trv21yf6pvgf2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:31:28.118196213Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:33.497297963Z" - }, - { - "textPayload": " .> default exchange=default(direct) key=default", - "insertId": "1trv21yf6pvgf3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:31:28.118201369Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:33.497297963Z" - }, - { - "textPayload": " ", - "insertId": "1trv21yf6pvgf4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:31:28.118206535Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:33.497297963Z" - }, - { - "textPayload": "", - "insertId": "1trv21yf6pvgf5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:31:28.118224517Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:33.497297963Z" - }, - { - "textPayload": "[tasks]", - "insertId": "1trv21yf6pvgf6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:31:28.118232695Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:33.497297963Z" - }, - { - "textPayload": " . airflow.executors.celery_executor.execute_command", - "insertId": "1trv21yf6pvgf7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:31:28.118239193Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:33.497297963Z" - }, - { - "textPayload": "", - "insertId": "1trv21yf6pvgf8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:31:28.118244519Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:33.497297963Z" - }, - { - "textPayload": "Connected to redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "jpflkkf8kf8a1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:31:33.626416237Z", - "severity": "INFO", - "labels": { - "process": "connection.py:22", - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:38.585926381Z" - }, - { - "textPayload": "mingle: searching for neighbors", - "insertId": "jpflkkf8kf8a2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:31:33.723263701Z", - "severity": "INFO", - "labels": { - "process": "mingle.py:40", - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:38.585926381Z" - }, - { - "textPayload": "mingle: all alone", - "insertId": "jpflkkf8kf8a3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:31:34.745071056Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j", - "process": "mingle.py:49" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:38.585926381Z" - }, - { - "textPayload": "celery@airflow-worker-8gz7j ready.", - "insertId": "jpflkkf8kf8a4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:31:34.797672521Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j", - "process": "worker.py:176" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:38.585926381Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[b091b9bf-5f08-4ea1-a211-b7ac34d41b04] received", - "insertId": "jpflkkf8kf8a5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:31:34.803705820Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:38.585926381Z" - }, - { - "textPayload": "[b091b9bf-5f08-4ea1-a211-b7ac34d41b04] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T10:20:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "jpflkkf8kf8a6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:31:34.819714978Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:38.585926381Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "jpflkkf8kf8a7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:31:35.145631362Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-8gz7j", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:38.585926381Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "jpflkkf8kf8a8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:31:35.147442448Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:38.585926381Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "jpflkkf8kf8a9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:31:35.330752428Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:38.585926381Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "jpflkkf8kf8aa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:31:36.238134130Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:38.585926381Z" - }, - { - "textPayload": "Running on host airflow-worker-8gz7j", - "insertId": "jpflkkf8kf8ab", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:31:36.810936832Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:38.585926381Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "jpflkkf8kf8ac", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:31:36.942114808Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-8gz7j", - "try-number": "1", - "execution-date": "2023-09-13T10:20:00+00:00", - "task-id": "echo", - "process": "taskinstance.py:1091", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:38.585926381Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "jpflkkf8kf8ad", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:31:36.959827276Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:20:00+00:00", - "task-id": "echo", - "map-index": "-1", - "worker_id": "airflow-worker-8gz7j", - "process": "taskinstance.py:1091", - "try-number": "1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:38.585926381Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "jpflkkf8kf8ae", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:31:36.960450121Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1289", - "try-number": "1", - "execution-date": "2023-09-13T10:20:00+00:00", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-8gz7j", - "map-index": "-1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:38.585926381Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "jpflkkf8kf8af", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:31:36.960997937Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:20:00+00:00", - "task-id": "echo", - "process": "taskinstance.py:1290", - "try-number": "1", - "map-index": "-1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:38.585926381Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "jpflkkf8kf8ag", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:31:36.961520109Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j", - "process": "taskinstance.py:1291", - "execution-date": "2023-09-13T10:20:00+00:00", - "workflow": "airflow_monitoring", - "try-number": "1", - "task-id": "echo", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:38.585926381Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "jpflkkf8kf8ah", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:31:37.235916549Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:38.585926381Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "jpflkkf8kf8ai", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:31:37.235963796Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:38.585926381Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "jpflkkf8kf8aj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:31:37.254896480Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:38.585926381Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "jpflkkf8kf8ak", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:31:37.254941009Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:38.585926381Z" - }, - { - "textPayload": "Events of group {task} enabled by remote.", - "insertId": "jpflkkf8kf8al", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:31:37.528027452Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j", - "process": "control.py:277" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:38.585926381Z" - }, - { - "textPayload": "Executing on 2023-09-13 10:20:00+00:00", - "insertId": "1u1ifs3f6q3e5e", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:31:38.231794813Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "airflow_monitoring", - "task-id": "echo", - "execution-date": "2023-09-13T10:20:00+00:00", - "process": "taskinstance.py:1310", - "worker_id": "airflow-worker-8gz7j", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:43.702373031Z" - }, - { - "textPayload": "Started process 182 to run task", - "insertId": "1u1ifs3f6q3e5f", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:31:38.307811927Z", - "severity": "INFO", - "labels": { - "process": "standard_task_runner.py:55", - "try-number": "1", - "execution-date": "2023-09-13T10:20:00+00:00", - "worker_id": "airflow-worker-8gz7j", - "task-id": "echo", - "workflow": "airflow_monitoring", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:43.702373031Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T10:20:00+00:00', '--job-id', '978', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmp8oxufftm']", - "insertId": "1u1ifs3f6q3e5g", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:31:38.307845304Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:20:00+00:00", - "worker_id": "airflow-worker-8gz7j", - "map-index": "-1", - "try-number": "1", - "task-id": "echo", - "workflow": "airflow_monitoring", - "process": "standard_task_runner.py:82" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:43.702373031Z" - }, - { - "textPayload": "Job 978: Subtask echo", - "insertId": "1u1ifs3f6q3e5h", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:31:38.307893380Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-8gz7j", - "task-id": "echo", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T10:20:00+00:00", - "process": "standard_task_runner.py:83", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:43.702373031Z" - }, - { - "textPayload": "Running on host airflow-worker-8gz7j", - "insertId": "1u1ifs3f6q3e5i", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:31:38.699340378Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j", - "workflow": "airflow_monitoring", - "process": "task_command.py:393", - "execution-date": "2023-09-13T10:20:00+00:00", - "map-index": "-1", - "try-number": "1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:43.702373031Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T10:20:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T10:20:00+00:00", - "insertId": "1u1ifs3f6q3e5j", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:31:38.885689203Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-8gz7j", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1518", - "execution-date": "2023-09-13T10:20:00+00:00", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:43.702373031Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "1u1ifs3f6q3e5k", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:31:38.887582172Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "task-id": "echo", - "try-number": "1", - "map-index": "-1", - "worker_id": "airflow-worker-8gz7j", - "process": "subprocess.py:63", - "execution-date": "2023-09-13T10:20:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:43.702373031Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "1u1ifs3f6q3e5l", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:31:38.889354174Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:20:00+00:00", - "process": "subprocess.py:75", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-8gz7j", - "map-index": "-1", - "task-id": "echo", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:43.702373031Z" - }, - { - "textPayload": "Output:", - "insertId": "1u1ifs3f6q3e5m", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:31:39.019595254Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:20:00+00:00", - "workflow": "airflow_monitoring", - "map-index": "-1", - "worker_id": "airflow-worker-8gz7j", - "task-id": "echo", - "process": "subprocess.py:86", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:43.702373031Z" - }, - { - "textPayload": "test", - "insertId": "1u1ifs3f6q3e5n", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:31:39.026071378Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "subprocess.py:93", - "task-id": "echo", - "execution-date": "2023-09-13T10:20:00+00:00", - "workflow": "airflow_monitoring", - "try-number": "1", - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:43.702373031Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "1u1ifs3f6q3e5o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:31:39.027497713Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "try-number": "1", - "process": "subprocess.py:97", - "execution-date": "2023-09-13T10:20:00+00:00", - "worker_id": "airflow-worker-8gz7j", - "map-index": "-1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:43.702373031Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T102000, start_date=20230913T103136, end_date=20230913T103139", - "insertId": "1u1ifs3f6q3e5p", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:31:39.068590273Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-13T10:20:00+00:00", - "worker_id": "airflow-worker-8gz7j", - "task-id": "echo", - "process": "taskinstance.py:1328", - "workflow": "airflow_monitoring", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:43.702373031Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "1u1ifs3f6q3e5q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:31:39.976977177Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "map-index": "-1", - "worker_id": "airflow-worker-8gz7j", - "execution-date": "2023-09-13T10:20:00+00:00", - "try-number": "1", - "workflow": "airflow_monitoring", - "process": "local_task_job.py:212" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:43.702373031Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "1u1ifs3f6q3e5r", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:31:40.052621091Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "try-number": "1", - "execution-date": "2023-09-13T10:20:00+00:00", - "map-index": "-1", - "process": "taskinstance.py:2599", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:43.702373031Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[b091b9bf-5f08-4ea1-a211-b7ac34d41b04] succeeded in 5.418022138997912s: None", - "insertId": "1u1ifs3f6q3e5s", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:31:40.225766607Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:31:43.702373031Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "h7t0k0fj380by", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:36:00.519267585Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:36:03.649772031Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[398edb52-3adf-4345-95d8-63435549d738] received", - "insertId": "oz3blsf6qed33", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:40:02.219664538Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:07.521755432Z" - }, - { - "textPayload": "[398edb52-3adf-4345-95d8-63435549d738] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T10:30:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "oz3blsf6qed34", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:40:02.224927645Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:07.521755432Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "oz3blsf6qed35", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:40:02.722069546Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:07.521755432Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "oz3blsf6qed36", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:40:02.724395137Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:07.521755432Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "oz3blsf6qed37", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:40:02.838424569Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:07.521755432Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "oz3blsf6qed38", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:40:03.716420202Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:07.521755432Z" - }, - { - "textPayload": "Running on host airflow-worker-8gz7j", - "insertId": "oz3blsf6qed39", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:40:04.240938329Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:07.521755432Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "oz3blsf6qed3a", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:40:04.371126032Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "taskinstance.py:1091", - "execution-date": "2023-09-13T10:30:00+00:00", - "task-id": "echo", - "worker_id": "airflow-worker-8gz7j", - "workflow": "airflow_monitoring", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:07.521755432Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "oz3blsf6qed3b", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:40:04.390593468Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j", - "task-id": "echo", - "try-number": "1", - "execution-date": "2023-09-13T10:30:00+00:00", - "process": "taskinstance.py:1091", - "workflow": "airflow_monitoring", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:07.521755432Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "oz3blsf6qed3c", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:40:04.391265024Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-8gz7j", - "process": "taskinstance.py:1289", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T10:30:00+00:00", - "task-id": "echo", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:07.521755432Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "oz3blsf6qed3d", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:40:04.392016301Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "process": "taskinstance.py:1290", - "task-id": "echo", - "worker_id": "airflow-worker-8gz7j", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T10:30:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:07.521755432Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "oz3blsf6qed3e", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:40:04.392570691Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "map-index": "-1", - "process": "taskinstance.py:1291", - "worker_id": "airflow-worker-8gz7j", - "try-number": "1", - "task-id": "echo", - "execution-date": "2023-09-13T10:30:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:07.521755432Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "oz3blsf6qed3f", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:40:04.728825118Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:07.521755432Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "oz3blsf6qed3g", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:40:04.728874618Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:07.521755432Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "oz3blsf6qed3h", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:40:04.750649500Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:07.521755432Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "oz3blsf6qed3i", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:40:04.750698287Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:07.521755432Z" - }, - { - "textPayload": "Executing on 2023-09-13 10:30:00+00:00", - "insertId": "oz3blsf6qed3j", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:40:05.609808863Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "execution-date": "2023-09-13T10:30:00+00:00", - "process": "taskinstance.py:1310", - "map-index": "-1", - "worker_id": "airflow-worker-8gz7j", - "workflow": "airflow_monitoring", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:07.521755432Z" - }, - { - "textPayload": "Started process 359 to run task", - "insertId": "oz3blsf6qed3k", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:40:05.647405611Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "task-id": "echo", - "workflow": "airflow_monitoring", - "process": "standard_task_runner.py:55", - "execution-date": "2023-09-13T10:30:00+00:00", - "worker_id": "airflow-worker-8gz7j", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:07.521755432Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T10:30:00+00:00', '--job-id', '980', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmp_ayk_8v3']", - "insertId": "oz3blsf6qed3l", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:40:05.649941161Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-8gz7j", - "process": "standard_task_runner.py:82", - "execution-date": "2023-09-13T10:30:00+00:00", - "workflow": "airflow_monitoring", - "task-id": "echo", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:07.521755432Z" - }, - { - "textPayload": "Job 980: Subtask echo", - "insertId": "oz3blsf6qed3m", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:40:05.650527313Z", - "severity": "INFO", - "labels": { - "process": "standard_task_runner.py:83", - "task-id": "echo", - "worker_id": "airflow-worker-8gz7j", - "workflow": "airflow_monitoring", - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-13T10:30:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:07.521755432Z" - }, - { - "textPayload": "Running on host airflow-worker-8gz7j", - "insertId": "oz3blsf6qed3n", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:40:06.015859843Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "task-id": "echo", - "execution-date": "2023-09-13T10:30:00+00:00", - "process": "task_command.py:393", - "worker_id": "airflow-worker-8gz7j", - "map-index": "-1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:07.521755432Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T10:30:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T10:30:00+00:00", - "insertId": "oz3blsf6qed3o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:40:06.231046991Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:30:00+00:00", - "workflow": "airflow_monitoring", - "try-number": "1", - "map-index": "-1", - "task-id": "echo", - "worker_id": "airflow-worker-8gz7j", - "process": "taskinstance.py:1518" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:07.521755432Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "oz3blsf6qed3p", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:40:06.233649658Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "map-index": "-1", - "task-id": "echo", - "worker_id": "airflow-worker-8gz7j", - "execution-date": "2023-09-13T10:30:00+00:00", - "workflow": "airflow_monitoring", - "process": "subprocess.py:63" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:07.521755432Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "oz3blsf6qed3q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:40:06.235673050Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:30:00+00:00", - "process": "subprocess.py:75", - "try-number": "1", - "worker_id": "airflow-worker-8gz7j", - "workflow": "airflow_monitoring", - "task-id": "echo", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:07.521755432Z" - }, - { - "textPayload": "Output:", - "insertId": "oz3blsf6qed3r", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:40:06.395635787Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j", - "try-number": "1", - "execution-date": "2023-09-13T10:30:00+00:00", - "task-id": "echo", - "workflow": "airflow_monitoring", - "map-index": "-1", - "process": "subprocess.py:86" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:07.521755432Z" - }, - { - "textPayload": "test", - "insertId": "oz3blsf6qed3s", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:40:06.402328998Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "task-id": "echo", - "process": "subprocess.py:93", - "execution-date": "2023-09-13T10:30:00+00:00", - "worker_id": "airflow-worker-8gz7j", - "workflow": "airflow_monitoring", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:07.521755432Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "oz3blsf6qed3t", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:40:06.405389750Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j", - "process": "subprocess.py:97", - "workflow": "airflow_monitoring", - "try-number": "1", - "execution-date": "2023-09-13T10:30:00+00:00", - "map-index": "-1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:07.521755432Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T103000, start_date=20230913T104004, end_date=20230913T104006", - "insertId": "oz3blsf6qed3u", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:40:06.455465698Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1328", - "map-index": "-1", - "task-id": "echo", - "execution-date": "2023-09-13T10:30:00+00:00", - "worker_id": "airflow-worker-8gz7j", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:07.521755432Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "1q5vifcflzisxc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:40:07.154979877Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "execution-date": "2023-09-13T10:30:00+00:00", - "workflow": "airflow_monitoring", - "map-index": "-1", - "process": "local_task_job.py:212", - "try-number": "1", - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:12.683115619Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "1q5vifcflzisxd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:40:07.226283770Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "map-index": "-1", - "process": "taskinstance.py:2599", - "execution-date": "2023-09-13T10:30:00+00:00", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-8gz7j", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:12.683115619Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[398edb52-3adf-4345-95d8-63435549d738] succeeded in 5.166132819984341s: None", - "insertId": "1q5vifcflzisxe", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:40:07.389226265Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:40:12.683115619Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "14e1u1f4n4sbh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:41:03.121987818Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:41:06.278781324Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "ibb1udfp3hwqa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:46:04.737274245Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:46:09.340408812Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[60ba5168-d829-4b7d-9d71-d8e9e2be03cb] received", - "insertId": "3md8g2fj3kddh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:50:01.066497428Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:06.862236066Z" - }, - { - "textPayload": "[60ba5168-d829-4b7d-9d71-d8e9e2be03cb] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T10:40:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "3md8g2fj3kddi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:50:01.071270314Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:06.862236066Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "3md8g2fj3kddj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:50:01.421913254Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:06.862236066Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "3md8g2fj3kddk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:50:01.425032911Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:06.862236066Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "3md8g2fj3kddl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:50:01.554853670Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:06.862236066Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "3md8g2fj3kddm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:50:02.505148962Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:06.862236066Z" - }, - { - "textPayload": "Running on host airflow-worker-8gz7j", - "insertId": "3md8g2fj3kddn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:50:03.116100305Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:06.862236066Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "3md8g2fj3kddo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:50:03.241597205Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "worker_id": "airflow-worker-8gz7j", - "try-number": "1", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1091", - "map-index": "-1", - "execution-date": "2023-09-13T10:40:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:06.862236066Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "3md8g2fj3kddp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:50:03.259957313Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "workflow": "airflow_monitoring", - "try-number": "1", - "execution-date": "2023-09-13T10:40:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-8gz7j", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:06.862236066Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "3md8g2fj3kddq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:50:03.260379718Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1289", - "worker_id": "airflow-worker-8gz7j", - "map-index": "-1", - "execution-date": "2023-09-13T10:40:00+00:00", - "try-number": "1", - "task-id": "echo", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:06.862236066Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "3md8g2fj3kddr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:50:03.260987799Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-13T10:40:00+00:00", - "task-id": "echo", - "process": "taskinstance.py:1290", - "worker_id": "airflow-worker-8gz7j", - "workflow": "airflow_monitoring", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:06.862236066Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "3md8g2fj3kdds", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:50:03.261444332Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T10:40:00+00:00", - "try-number": "1", - "map-index": "-1", - "task-id": "echo", - "process": "taskinstance.py:1291", - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:06.862236066Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "3md8g2fj3kddt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:50:03.559318359Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:06.862236066Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "3md8g2fj3kddu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:50:03.559361201Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:06.862236066Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "3md8g2fj3kddv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:50:03.579841432Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:06.862236066Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "3md8g2fj3kddw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:50:03.579920882Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:06.862236066Z" - }, - { - "textPayload": "Executing on 2023-09-13 10:40:00+00:00", - "insertId": "3md8g2fj3kddx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:50:04.182320758Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "execution-date": "2023-09-13T10:40:00+00:00", - "process": "taskinstance.py:1310", - "map-index": "-1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-8gz7j", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:06.862236066Z" - }, - { - "textPayload": "Started process 586 to run task", - "insertId": "3md8g2fj3kddy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:50:04.224384139Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T10:40:00+00:00", - "task-id": "echo", - "map-index": "-1", - "process": "standard_task_runner.py:55", - "try-number": "1", - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:06.862236066Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T10:40:00+00:00', '--job-id', '983', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmpqbikl9li']", - "insertId": "3md8g2fj3kddz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:50:04.224428227Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-13T10:40:00+00:00", - "process": "standard_task_runner.py:82", - "workflow": "airflow_monitoring", - "task-id": "echo", - "worker_id": "airflow-worker-8gz7j", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:06.862236066Z" - }, - { - "textPayload": "Job 983: Subtask echo", - "insertId": "3md8g2fj3kde0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:50:04.225258613Z", - "severity": "INFO", - "labels": { - "process": "standard_task_runner.py:83", - "workflow": "airflow_monitoring", - "try-number": "1", - "execution-date": "2023-09-13T10:40:00+00:00", - "worker_id": "airflow-worker-8gz7j", - "map-index": "-1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:06.862236066Z" - }, - { - "textPayload": "Running on host airflow-worker-8gz7j", - "insertId": "3md8g2fj3kde1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:50:04.587706054Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:40:00+00:00", - "task-id": "echo", - "workflow": "airflow_monitoring", - "try-number": "1", - "process": "task_command.py:393", - "map-index": "-1", - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:06.862236066Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T10:40:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T10:40:00+00:00", - "insertId": "3md8g2fj3kde2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:50:04.787092478Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "task-id": "echo", - "execution-date": "2023-09-13T10:40:00+00:00", - "workflow": "airflow_monitoring", - "try-number": "1", - "process": "taskinstance.py:1518", - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:06.862236066Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "3md8g2fj3kde3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:50:04.789737337Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:40:00+00:00", - "workflow": "airflow_monitoring", - "map-index": "-1", - "worker_id": "airflow-worker-8gz7j", - "process": "subprocess.py:63", - "task-id": "echo", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:06.862236066Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "3md8g2fj3kde4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:50:04.791911181Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j", - "execution-date": "2023-09-13T10:40:00+00:00", - "workflow": "airflow_monitoring", - "map-index": "-1", - "process": "subprocess.py:75", - "try-number": "1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:06.862236066Z" - }, - { - "textPayload": "Output:", - "insertId": "3md8g2fj3kde5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:50:04.931612055Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:40:00+00:00", - "worker_id": "airflow-worker-8gz7j", - "map-index": "-1", - "task-id": "echo", - "process": "subprocess.py:86", - "try-number": "1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:06.862236066Z" - }, - { - "textPayload": "test", - "insertId": "3md8g2fj3kde6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:50:04.936873359Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "execution-date": "2023-09-13T10:40:00+00:00", - "workflow": "airflow_monitoring", - "try-number": "1", - "worker_id": "airflow-worker-8gz7j", - "map-index": "-1", - "process": "subprocess.py:93" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:06.862236066Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "3md8g2fj3kde7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:50:04.938029108Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-13T10:40:00+00:00", - "try-number": "1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-8gz7j", - "process": "subprocess.py:97", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:06.862236066Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T104000, start_date=20230913T105003, end_date=20230913T105004", - "insertId": "3md8g2fj3kde8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:50:04.981922247Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-8gz7j", - "execution-date": "2023-09-13T10:40:00+00:00", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1328", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:06.862236066Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "3md8g2fj3kde9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:50:05.784567260Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T10:40:00+00:00", - "map-index": "-1", - "task-id": "echo", - "worker_id": "airflow-worker-8gz7j", - "try-number": "1", - "process": "local_task_job.py:212" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:06.862236066Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "y4qkvef78tnxi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:50:05.930744285Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-13T10:40:00+00:00", - "task-id": "echo", - "worker_id": "airflow-worker-8gz7j", - "try-number": "1", - "process": "taskinstance.py:2599", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:11.876120857Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[60ba5168-d829-4b7d-9d71-d8e9e2be03cb] succeeded in 5.24778766700183s: None", - "insertId": "y4qkvef78tnxj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:50:06.317432436Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:11.876120857Z" - }, - { - "textPayload": "I0913 10:50:08.712060 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "8vnkihf8ypv19", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:50:08.712326940Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:50:15.651568306Z" - }, - { - "textPayload": "I0913 10:50:08.714048 1 airflowworkerset_controller.go:268] \"controllers/AirflowWorkerSet: Worker uses old template. Recreating.\" worker name=\"airflow-worker-8gz7j\"", - "insertId": "8vnkihf8ypv1a", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:50:08.714236583Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:50:15.651568306Z" - }, - { - "textPayload": "I0913 10:50:08.748013 1 airflowworkerset_controller.go:77] \"controllers/AirflowWorkerSet: Template changed, workers recreated.\"", - "insertId": "8vnkihf8ypv1b", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:50:08.748225495Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:50:15.651568306Z" - }, - { - "textPayload": "I0913 10:50:08.748946 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "8vnkihf8ypv1c", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:50:08.749054021Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:50:15.651568306Z" - }, - { - "textPayload": "Caught SIGTERM signal!", - "insertId": "y4qkvef78tnxk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:50:08.808320593Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:11.876120857Z" - }, - { - "textPayload": "Passing SIGTERM to Airflow process.", - "insertId": "y4qkvef78tnxl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:50:08.808368270Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:11.876120857Z" - }, - { - "textPayload": "", - "insertId": "y4qkvef78tnxm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:50:08.808385606Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:11.876120857Z" - }, - { - "textPayload": "worker: Warm shutdown (MainProcess)", - "insertId": "y4qkvef78tnxn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:50:08.808427620Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:11.876120857Z" - }, - { - "textPayload": "I0913 10:50:08.826454 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "8vnkihf8ypv1d", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:50:08.826741223Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:50:15.651568306Z" - }, - { - "textPayload": "Exiting due to SIGTERM.", - "insertId": "xkonvff6nb7ku", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:50:15.105755907Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-8gz7j" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:50:17.003150726Z" - }, - { - "textPayload": "I0913 10:50:15.776793 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1dogrosfj0b1km", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:50:15.777041265Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:50:22.724001289Z" - }, - { - "textPayload": "I0913 10:50:15.778056 1 airflowworkerset_controller.go:97] \"controllers/AirflowWorkerSet: Workers scale up needed.\" current number of workers=0 desired=1 scaling up by=1", - "insertId": "1dogrosfj0b1kn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:50:15.778259064Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:50:22.724001289Z" - }, - { - "textPayload": "I0913 10:50:16.019821 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1dogrosfj0b1ko", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:50:16.020031682Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:50:22.724001289Z" - }, - { - "textPayload": "I0913 10:50:16.022677 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1dogrosfj0b1kp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:50:16.022839589Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:50:22.724001289Z" - }, - { - "textPayload": "I0913 10:50:16.067622 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1dogrosfj0b1kq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:50:16.067851890Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:50:22.724001289Z" - }, - { - "textPayload": "I0913 10:50:16.069713 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1dogrosfj0b1kr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:50:16.069907596Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:50:22.724001289Z" - }, - { - "textPayload": "Starting the process, got command: worker", - "insertId": "1jrvr6tfib0upt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:50:17.449260692Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:51:06.216233168Z" - }, - { - "textPayload": "Initializing airflow.cfg.", - "insertId": "1jrvr6tfib0upu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:50:17.452895149Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:51:06.216233168Z" - }, - { - "textPayload": "airflow.cfg initialization is done.", - "insertId": "1jrvr6tfib0upv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:50:17.465120633Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:51:06.216233168Z" - }, - { - "textPayload": "I0913 10:50:17.923829 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1dogrosfj0b1ks", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:50:17.924045617Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:50:22.724001289Z" - }, - { - "textPayload": "I0913 10:50:17.974616 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1dogrosfj0b1kt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:50:17.974764749Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:50:22.724001289Z" - }, - { - "textPayload": "I0913 10:50:19.559303 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1dogrosfj0b1ku", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:50:19.559474601Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T10:50:22.724001289Z" - }, - { - "textPayload": "Setupping GCS Fuse.", - "insertId": "1jrvr6tfib0upw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:50:24.705894825Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:51:06.216233168Z" - }, - { - "textPayload": "gcsfuse mount seems ready, proceeding.", - "insertId": "1jrvr6tfib0upx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:50:24.706314019Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:51:06.216233168Z" - }, - { - "textPayload": "Initializing kube_config.", - "insertId": "1jrvr6tfib0upy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:50:24.723259210Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:51:06.216233168Z" - }, - { - "textPayload": "Fetching cluster endpoint and auth data.", - "insertId": "1jrvr6tfib0upz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:50:31.875563495Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:51:06.216233168Z" - }, - { - "textPayload": "kubeconfig entry generated for us-west1-openlineage-1614b57c-gke.", - "insertId": "1jrvr6tfib0uq0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:50:32.120236296Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:51:06.216233168Z" - }, - { - "textPayload": "/home/airflow/composer_kube_config is initialized", - "insertId": "1jrvr6tfib0uq1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:50:37.455069311Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:51:06.216233168Z" - }, - { - "textPayload": "Waiting for dags and plugins synchronization.", - "insertId": "1jrvr6tfib0uq2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:50:37.456425640Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:51:06.216233168Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1jrvr6tfib0uq3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:50:37.457570386Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:51:06.216233168Z" - }, - { - "textPayload": "Searching for recent worker pod evictions", - "insertId": "1jrvr6tfib0uq4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:50:37.469597408Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:51:06.216233168Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1jrvr6tfib0uq5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:50:42.471689286Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:51:06.216233168Z" - }, - { - "textPayload": "Finished searching for recent worker pod evictions", - "insertId": "1jrvr6tfib0uq6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:50:44.749023055Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:51:06.216233168Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1jrvr6tfib0uq7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:50:47.478958851Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:51:06.216233168Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1jrvr6tfib0uq8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:50:52.485584865Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:51:06.216233168Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1jrvr6tfib0uq9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:50:57.492880446Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:51:06.216233168Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1jrvr6tfib0uqa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:51:02.500085921Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:51:06.216233168Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1mjy76tfixx1i1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:51:07.525042598Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:51:12.877831890Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1bgjvxgfizvvky", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:51:12.533558718Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:51:17.828662989Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "12ai80yfjd2xuk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:51:17.543777999Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:51:22.824209987Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1q63gwwfp1vcjv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:51:22.550020710Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:51:27.817787554Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "l3qx7jfj8ltgl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:51:27.557696360Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:51:32.818777692Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "fjij6qfm060tv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:51:32.565475568Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:51:37.820082919Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "184cnu8flzbprc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:51:37.570900190Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:51:42.827879956Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1yhfno8fj2sfwp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:51:42.578133263Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:51:47.820483312Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "sbgsuzfp45fbi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:51:47.585712941Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:51:52.824766428Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "epq13ofe7cobz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:51:52.592972276Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:51:57.820460038Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "kji2uqfh2emuf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:51:57.599420011Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:52:02.820751738Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "q344tifiz8n9u", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:52:02.616472025Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:52:07.831752633Z" - }, - { - "textPayload": "Dags and plugins are synced", - "insertId": "1fwadnefp70j50", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:52:07.626554859Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:52:12.954623935Z" - }, - { - "textPayload": "Starting Airflow Celery Flower API.", - "insertId": "1fwadnefp70j51", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:52:07.627860665Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:52:12.954623935Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "b3m8atf8kvuml", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:52:29.624810541Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:52:35.093872210Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "b3m8atf8kvumm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:52:29.628549929Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:52:35.093872210Z" - }, - { - "textPayload": " ", - "insertId": "a9mb6f8c4bnz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:52:44.615151844Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:52:47.151126558Z" - }, - { - "textPayload": " -------------- celery@airflow-worker-qlmrk v5.2.7 (dawn-chorus)", - "insertId": "a9mb6f8c4bo0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:52:44.615293744Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:52:47.151126558Z" - }, - { - "textPayload": "--- ***** ----- ", - "insertId": "a9mb6f8c4bo1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:52:44.615308010Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:52:47.151126558Z" - }, - { - "textPayload": "-- ******* ---- Linux-5.15.109+-x86_64-with-glibc2.27 2023-09-13 10:52:44", - "insertId": "a9mb6f8c4bo2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:52:44.615315541Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:52:47.151126558Z" - }, - { - "textPayload": "- *** --- * --- ", - "insertId": "a9mb6f8c4bo3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:52:44.615320863Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:52:47.151126558Z" - }, - { - "textPayload": "- ** ---------- [config]", - "insertId": "a9mb6f8c4bo4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:52:44.615327071Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:52:47.151126558Z" - }, - { - "textPayload": "- ** ---------- .> app: airflow.executors.celery_executor:0x789da3dac3a0", - "insertId": "a9mb6f8c4bo5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:52:44.615332024Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:52:47.151126558Z" - }, - { - "textPayload": "- ** ---------- .> transport: redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "a9mb6f8c4bo6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:52:44.615372947Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:52:47.151126558Z" - }, - { - "textPayload": "- ** ---------- .> results: redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "a9mb6f8c4bo7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:52:44.615381036Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:52:47.151126558Z" - }, - { - "textPayload": "- *** --- * --- .> concurrency: 6 (prefork)", - "insertId": "a9mb6f8c4bo8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:52:44.615386770Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:52:47.151126558Z" - }, - { - "textPayload": "-- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)", - "insertId": "a9mb6f8c4bo9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:52:44.615391706Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:52:47.151126558Z" - }, - { - "textPayload": "--- ***** ----- ", - "insertId": "a9mb6f8c4boa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:52:44.615396658Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:52:47.151126558Z" - }, - { - "textPayload": " -------------- [queues]", - "insertId": "a9mb6f8c4bob", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:52:44.615401726Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:52:47.151126558Z" - }, - { - "textPayload": " .> default exchange=default(direct) key=default", - "insertId": "a9mb6f8c4boc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:52:44.615406576Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:52:47.151126558Z" - }, - { - "textPayload": " ", - "insertId": "a9mb6f8c4bod", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:52:44.615411835Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:52:47.151126558Z" - }, - { - "textPayload": "", - "insertId": "a9mb6f8c4boe", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:52:44.615417084Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:52:47.151126558Z" - }, - { - "textPayload": "[tasks]", - "insertId": "a9mb6f8c4bof", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:52:44.615422506Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:52:47.151126558Z" - }, - { - "textPayload": " . airflow.executors.celery_executor.execute_command", - "insertId": "a9mb6f8c4bog", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:52:44.615428120Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:52:47.151126558Z" - }, - { - "textPayload": "", - "insertId": "a9mb6f8c4boh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:52:44.615433229Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:52:47.151126558Z" - }, - { - "textPayload": "Connected to redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "15cwy51flvavtn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:52:50.132588322Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk", - "process": "connection.py:22" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:52:54.208482912Z" - }, - { - "textPayload": "mingle: searching for neighbors", - "insertId": "15cwy51flvavto", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T10:52:50.205994268Z", - "severity": "INFO", - "labels": { - "process": "mingle.py:40", - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:52:54.208482912Z" - }, - { - "textPayload": "mingle: all alone", - "insertId": "15cwy51flvavtp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T10:52:51.242855747Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk", - "process": "mingle.py:49" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:52:54.208482912Z" - }, - { - "textPayload": "celery@airflow-worker-qlmrk ready.", - "insertId": "15cwy51flvavtq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:52:51.283022177Z", - "severity": "INFO", - "labels": { - "process": "worker.py:176", - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:52:54.208482912Z" - }, - { - "textPayload": "Events of group {task} enabled by remote.", - "insertId": "16qvb51fj43srp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:52:53.811294352Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk", - "process": "control.py:277" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:53:00.292789332Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "w8lfwtfp5xh9g", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T10:57:16.725495225Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T10:57:17.570009703Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[f9f4f601-839e-4ab3-b866-47709941f8cb] received", - "insertId": "rhgbdifj0e9me", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:00:01.148200162Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:06.844919069Z" - }, - { - "textPayload": "[f9f4f601-839e-4ab3-b866-47709941f8cb] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T10:50:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "rhgbdifj0e9mf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:00:01.188041439Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:06.844919069Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "rhgbdifj0e9mg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:00:01.546316425Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-qlmrk", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:06.844919069Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "rhgbdifj0e9mh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:00:01.548616633Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:06.844919069Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "rhgbdifj0e9mi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:00:01.722888184Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-qlmrk", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:06.844919069Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "rhgbdifj0e9mj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:00:02.637517805Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:06.844919069Z" - }, - { - "textPayload": "Running on host airflow-worker-qlmrk", - "insertId": "rhgbdifj0e9mk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:00:03.217466127Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:06.844919069Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "rhgbdifj0e9ml", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:00:03.348190862Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1091", - "execution-date": "2023-09-13T10:50:00+00:00", - "workflow": "airflow_monitoring", - "map-index": "-1", - "worker_id": "airflow-worker-qlmrk", - "task-id": "echo", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:06.844919069Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "rhgbdifj0e9mm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:00:03.366774435Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-qlmrk", - "process": "taskinstance.py:1091", - "task-id": "echo", - "execution-date": "2023-09-13T10:50:00+00:00", - "try-number": "1", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:06.844919069Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "rhgbdifj0e9mn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:00:03.367348360Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-qlmrk", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1289", - "execution-date": "2023-09-13T10:50:00+00:00", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:06.844919069Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "rhgbdifj0e9mo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:00:03.367848080Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "execution-date": "2023-09-13T10:50:00+00:00", - "map-index": "-1", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1290", - "worker_id": "airflow-worker-qlmrk", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:06.844919069Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "rhgbdifj0e9mp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:00:03.368420444Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "map-index": "-1", - "process": "taskinstance.py:1291", - "execution-date": "2023-09-13T10:50:00+00:00", - "worker_id": "airflow-worker-qlmrk", - "try-number": "1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:06.844919069Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "rhgbdifj0e9mq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:00:03.859267117Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:06.844919069Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "rhgbdifj0e9mr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:00:03.859313913Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:06.844919069Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "rhgbdifj0e9ms", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:00:03.917059795Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:06.844919069Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "rhgbdifj0e9mt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:00:03.917124672Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:06.844919069Z" - }, - { - "textPayload": "Executing on 2023-09-13 10:50:00+00:00", - "insertId": "rhgbdifj0e9mu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:00:04.823830556Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:50:00+00:00", - "task-id": "echo", - "try-number": "1", - "worker_id": "airflow-worker-qlmrk", - "process": "taskinstance.py:1310", - "workflow": "airflow_monitoring", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:06.844919069Z" - }, - { - "textPayload": "Started process 325 to run task", - "insertId": "rhgbdifj0e9mv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:00:04.893429846Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk", - "process": "standard_task_runner.py:55", - "try-number": "1", - "workflow": "airflow_monitoring", - "map-index": "-1", - "task-id": "echo", - "execution-date": "2023-09-13T10:50:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:06.844919069Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T10:50:00+00:00', '--job-id', '985', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmpdxt6zt8s']", - "insertId": "rhgbdifj0e9mw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:00:04.894355653Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "map-index": "-1", - "execution-date": "2023-09-13T10:50:00+00:00", - "worker_id": "airflow-worker-qlmrk", - "process": "standard_task_runner.py:82", - "task-id": "echo", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:06.844919069Z" - }, - { - "textPayload": "Job 985: Subtask echo", - "insertId": "rhgbdifj0e9mx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:00:04.895203012Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T10:50:00+00:00", - "map-index": "-1", - "process": "standard_task_runner.py:83", - "task-id": "echo", - "worker_id": "airflow-worker-qlmrk", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:06.844919069Z" - }, - { - "textPayload": "Running on host airflow-worker-qlmrk", - "insertId": "rhgbdifj0e9my", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:00:05.258069891Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "try-number": "1", - "map-index": "-1", - "process": "task_command.py:393", - "worker_id": "airflow-worker-qlmrk", - "execution-date": "2023-09-13T10:50:00+00:00", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:06.844919069Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T10:50:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T10:50:00+00:00", - "insertId": "rhgbdifj0e9mz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:00:05.449289160Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "map-index": "-1", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T10:50:00+00:00", - "process": "taskinstance.py:1518", - "worker_id": "airflow-worker-qlmrk", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:06.844919069Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "rhgbdifj0e9n0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:00:05.452157001Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T10:50:00+00:00", - "process": "subprocess.py:63", - "map-index": "-1", - "workflow": "airflow_monitoring", - "try-number": "1", - "worker_id": "airflow-worker-qlmrk", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:06.844919069Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "rhgbdifj0e9n1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:00:05.454373264Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "worker_id": "airflow-worker-qlmrk", - "execution-date": "2023-09-13T10:50:00+00:00", - "process": "subprocess.py:75", - "map-index": "-1", - "try-number": "1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:06.844919069Z" - }, - { - "textPayload": "Output:", - "insertId": "rhgbdifj0e9n2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:00:05.610028107Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "worker_id": "airflow-worker-qlmrk", - "map-index": "-1", - "task-id": "echo", - "execution-date": "2023-09-13T10:50:00+00:00", - "process": "subprocess.py:86", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:06.844919069Z" - }, - { - "textPayload": "test", - "insertId": "rhgbdifj0e9n3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:00:05.619921283Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "task-id": "echo", - "worker_id": "airflow-worker-qlmrk", - "execution-date": "2023-09-13T10:50:00+00:00", - "workflow": "airflow_monitoring", - "process": "subprocess.py:93", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:06.844919069Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "rhgbdifj0e9n4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:00:05.621730275Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk", - "try-number": "1", - "process": "subprocess.py:97", - "map-index": "-1", - "workflow": "airflow_monitoring", - "task-id": "echo", - "execution-date": "2023-09-13T10:50:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:06.844919069Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T105000, start_date=20230913T110003, end_date=20230913T110005", - "insertId": "rhgbdifj0e9n5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:00:05.666812205Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "worker_id": "airflow-worker-qlmrk", - "try-number": "1", - "map-index": "-1", - "process": "taskinstance.py:1328", - "execution-date": "2023-09-13T10:50:00+00:00", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:06.844919069Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "kji2uqfh2z1o9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:00:06.399499524Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "worker_id": "airflow-worker-qlmrk", - "execution-date": "2023-09-13T10:50:00+00:00", - "workflow": "airflow_monitoring", - "task-id": "echo", - "map-index": "-1", - "process": "local_task_job.py:212" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:11.845488891Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "kji2uqfh2z1oa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:00:06.485182369Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T10:50:00+00:00", - "task-id": "echo", - "process": "taskinstance.py:2599", - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:11.845488891Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[f9f4f601-839e-4ab3-b866-47709941f8cb] succeeded in 5.493013041996164s: None", - "insertId": "kji2uqfh2z1ob", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:00:06.646740040Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:00:11.845488891Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "11gorr5fp9w19q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:02:29.017669616Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:02:34.845040360Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "12knff2fidzl8d", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:07:20.835254054Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:07:27.292124717Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[9736a748-577b-4863-936b-1ca0a10dcbe9] received", - "insertId": "12ai80yfjehrqj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:10:02.725511519Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:03.821496665Z" - }, - { - "textPayload": "[9736a748-577b-4863-936b-1ca0a10dcbe9] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T11:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "12ai80yfjehrqk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:10:02.731266108Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:03.821496665Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1mjy76tfizbilo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:10:03.061007752Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:08.834929183Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1mjy76tfizbilp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:10:03.063492235Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-qlmrk", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:08.834929183Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1mjy76tfizbilq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:10:03.339371005Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-qlmrk", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:08.834929183Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "1mjy76tfizbilr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:10:04.203888251Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:08.834929183Z" - }, - { - "textPayload": "Running on host airflow-worker-qlmrk", - "insertId": "1mjy76tfizbils", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:10:04.750909470Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:08.834929183Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "1mjy76tfizbilt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:10:04.885564287Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "process": "taskinstance.py:1091", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-qlmrk", - "map-index": "-1", - "execution-date": "2023-09-13T11:00:00+00:00", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:08.834929183Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "1mjy76tfizbilu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:10:04.912791940Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "map-index": "-1", - "worker_id": "airflow-worker-qlmrk", - "execution-date": "2023-09-13T11:00:00+00:00", - "task-id": "echo", - "try-number": "1", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:08.834929183Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1mjy76tfizbilv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:10:04.913398712Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk", - "process": "taskinstance.py:1289", - "try-number": "1", - "execution-date": "2023-09-13T11:00:00+00:00", - "workflow": "airflow_monitoring", - "task-id": "echo", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:08.834929183Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "1mjy76tfizbilw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:10:04.913909635Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T11:00:00+00:00", - "try-number": "1", - "process": "taskinstance.py:1290", - "workflow": "airflow_monitoring", - "task-id": "echo", - "worker_id": "airflow-worker-qlmrk", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:08.834929183Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1mjy76tfizbilx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:10:04.916557610Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "execution-date": "2023-09-13T11:00:00+00:00", - "try-number": "1", - "process": "taskinstance.py:1291", - "map-index": "-1", - "worker_id": "airflow-worker-qlmrk", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:08.834929183Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1mjy76tfizbily", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:10:05.141779303Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:08.834929183Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1mjy76tfizbilz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:10:05.141865964Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:08.834929183Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1mjy76tfizbim0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:10:05.161895606Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:08.834929183Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1mjy76tfizbim1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:10:05.161962459Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:08.834929183Z" - }, - { - "textPayload": "Executing on 2023-09-13 11:00:00+00:00", - "insertId": "1mjy76tfizbim2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:10:05.972851722Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1310", - "try-number": "1", - "task-id": "echo", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-qlmrk", - "execution-date": "2023-09-13T11:00:00+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:08.834929183Z" - }, - { - "textPayload": "Started process 559 to run task", - "insertId": "1mjy76tfizbim3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:10:06.015093505Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "task-id": "echo", - "try-number": "1", - "execution-date": "2023-09-13T11:00:00+00:00", - "process": "standard_task_runner.py:55", - "map-index": "-1", - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:08.834929183Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T11:00:00+00:00', '--job-id', '988', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmp1m11t36n']", - "insertId": "1mjy76tfizbim4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:10:06.015756601Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk", - "map-index": "-1", - "task-id": "echo", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T11:00:00+00:00", - "try-number": "1", - "process": "standard_task_runner.py:82" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:08.834929183Z" - }, - { - "textPayload": "Job 988: Subtask echo", - "insertId": "1mjy76tfizbim5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:10:06.017753266Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-13T11:00:00+00:00", - "worker_id": "airflow-worker-qlmrk", - "map-index": "-1", - "workflow": "airflow_monitoring", - "process": "standard_task_runner.py:83", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:08.834929183Z" - }, - { - "textPayload": "Running on host airflow-worker-qlmrk", - "insertId": "1mjy76tfizbim6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:10:06.405704638Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "try-number": "1", - "workflow": "airflow_monitoring", - "map-index": "-1", - "process": "task_command.py:393", - "execution-date": "2023-09-13T11:00:00+00:00", - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:08.834929183Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T11:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T11:00:00+00:00", - "insertId": "1mjy76tfizbim7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:10:06.609537461Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1518", - "map-index": "-1", - "task-id": "echo", - "try-number": "1", - "worker_id": "airflow-worker-qlmrk", - "execution-date": "2023-09-13T11:00:00+00:00", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:08.834929183Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "1mjy76tfizbim8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:10:06.615006451Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk", - "process": "subprocess.py:63", - "try-number": "1", - "map-index": "-1", - "task-id": "echo", - "execution-date": "2023-09-13T11:00:00+00:00", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:08.834929183Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "1mjy76tfizbim9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:10:06.616871180Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T11:00:00+00:00", - "worker_id": "airflow-worker-qlmrk", - "try-number": "1", - "process": "subprocess.py:75", - "map-index": "-1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:08.834929183Z" - }, - { - "textPayload": "Output:", - "insertId": "1mjy76tfizbima", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:10:06.774478093Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "workflow": "airflow_monitoring", - "process": "subprocess.py:86", - "execution-date": "2023-09-13T11:00:00+00:00", - "worker_id": "airflow-worker-qlmrk", - "task-id": "echo", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:08.834929183Z" - }, - { - "textPayload": "test", - "insertId": "1mjy76tfizbimb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:10:06.782152132Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T11:00:00+00:00", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-qlmrk", - "process": "subprocess.py:93", - "map-index": "-1", - "try-number": "1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:08.834929183Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "1mjy76tfizbimc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:10:06.783005310Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-qlmrk", - "try-number": "1", - "execution-date": "2023-09-13T11:00:00+00:00", - "task-id": "echo", - "process": "subprocess.py:97", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:08.834929183Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T110000, start_date=20230913T111004, end_date=20230913T111006", - "insertId": "1mjy76tfizbimd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:10:06.828967953Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk", - "execution-date": "2023-09-13T11:00:00+00:00", - "process": "taskinstance.py:1328", - "workflow": "airflow_monitoring", - "try-number": "1", - "map-index": "-1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:08.834929183Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "1mjy76tfizbime", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:10:07.639356431Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "process": "local_task_job.py:212", - "map-index": "-1", - "try-number": "1", - "task-id": "echo", - "execution-date": "2023-09-13T11:00:00+00:00", - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:08.834929183Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "1mjy76tfizbimf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:10:07.698195638Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk", - "try-number": "1", - "process": "taskinstance.py:2599", - "execution-date": "2023-09-13T11:00:00+00:00", - "task-id": "echo", - "workflow": "airflow_monitoring", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:08.834929183Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[9736a748-577b-4863-936b-1ca0a10dcbe9] succeeded in 5.125397779978812s: None", - "insertId": "1uvljhdflxh5mi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:10:07.854976910Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:10:13.990675469Z" - }, - { - "textPayload": "I0913 11:11:17.311270 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "14ssg84fdaxwjg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:11:17.311499713Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:11:24.278744646Z" - }, - { - "textPayload": "I0913 11:11:17.313117 1 airflowworkerset_controller.go:268] \"controllers/AirflowWorkerSet: Worker uses old template. Recreating.\" worker name=\"airflow-worker-qlmrk\"", - "insertId": "14ssg84fdaxwjh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:11:17.313338645Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:11:24.278744646Z" - }, - { - "textPayload": "I0913 11:11:17.349303 1 airflowworkerset_controller.go:77] \"controllers/AirflowWorkerSet: Template changed, workers recreated.\"", - "insertId": "14ssg84fdaxwji", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:11:17.349585165Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:11:24.278744646Z" - }, - { - "textPayload": "I0913 11:11:17.350830 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "14ssg84fdaxwjj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:11:17.351025391Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:11:24.278744646Z" - }, - { - "textPayload": "Caught SIGTERM signal!", - "insertId": "d1xhuyfm2xgxi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:11:17.371343049Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:11:23.208592542Z" - }, - { - "textPayload": "Passing SIGTERM to Airflow process.", - "insertId": "d1xhuyfm2xgxj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:11:17.371388271Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:11:23.208592542Z" - }, - { - "textPayload": "", - "insertId": "d1xhuyfm2xgxk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:11:17.371415128Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:11:23.208592542Z" - }, - { - "textPayload": "worker: Warm shutdown (MainProcess)", - "insertId": "d1xhuyfm2xgxl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:11:17.371423195Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:11:23.208592542Z" - }, - { - "textPayload": "I0913 11:11:17.416054 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "14ssg84fdaxwjk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:11:17.416331538Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:11:24.278744646Z" - }, - { - "textPayload": "Exiting due to SIGTERM.", - "insertId": "1iybm61fihcd3i", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:11:23.125304552Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qlmrk" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:11:29.257314592Z" - }, - { - "textPayload": "I0913 11:11:23.684008 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "nbaj2ifp1uv5w", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:11:23.686707485Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:11:29.411773301Z" - }, - { - "textPayload": "I0913 11:11:23.685169 1 airflowworkerset_controller.go:97] \"controllers/AirflowWorkerSet: Workers scale up needed.\" current number of workers=0 desired=1 scaling up by=1", - "insertId": "nbaj2ifp1uv5x", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:11:23.686819819Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:11:29.411773301Z" - }, - { - "textPayload": "I0913 11:11:24.867046 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "nbaj2ifp1uv5y", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:11:24.867246851Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:11:29.411773301Z" - }, - { - "textPayload": "I0913 11:11:24.954416 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "nbaj2ifp1uv5z", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:11:24.955198153Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:11:29.411773301Z" - }, - { - "textPayload": "Starting the process, got command: worker", - "insertId": "28bgxpfp8eczy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:11:26.270283920Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:12:06.459641227Z" - }, - { - "textPayload": "Initializing airflow.cfg.", - "insertId": "28bgxpfp8eczz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:11:26.273767336Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:12:06.459641227Z" - }, - { - "textPayload": "airflow.cfg initialization is done.", - "insertId": "28bgxpfp8ed00", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:11:26.288438227Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:12:06.459641227Z" - }, - { - "textPayload": "I0913 11:11:26.911961 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "nbaj2ifp1uv60", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:11:26.913853340Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:11:29.411773301Z" - }, - { - "textPayload": "I0913 11:11:27.157713 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "nbaj2ifp1uv61", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:11:27.160029576Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:11:29.411773301Z" - }, - { - "textPayload": "Setupping GCS Fuse.", - "insertId": "28bgxpfp8ed01", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:11:33.338664529Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:12:06.459641227Z" - }, - { - "textPayload": "gcsfuse mount seems ready, proceeding.", - "insertId": "28bgxpfp8ed02", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:11:33.339007779Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:12:06.459641227Z" - }, - { - "textPayload": "Initializing kube_config.", - "insertId": "28bgxpfp8ed03", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:11:33.405972474Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:12:06.459641227Z" - }, - { - "textPayload": "Fetching cluster endpoint and auth data.", - "insertId": "28bgxpfp8ed04", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:11:40.558844271Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:12:06.459641227Z" - }, - { - "textPayload": "kubeconfig entry generated for us-west1-openlineage-1614b57c-gke.", - "insertId": "28bgxpfp8ed05", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:11:40.798155172Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:12:06.459641227Z" - }, - { - "textPayload": "/home/airflow/composer_kube_config is initialized", - "insertId": "28bgxpfp8ed06", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:11:46.240439637Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:12:06.459641227Z" - }, - { - "textPayload": "Waiting for dags and plugins synchronization.", - "insertId": "28bgxpfp8ed07", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:11:46.241007867Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:12:06.459641227Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "28bgxpfp8ed08", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:11:46.241392828Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:12:06.459641227Z" - }, - { - "textPayload": "Searching for recent worker pod evictions", - "insertId": "28bgxpfp8ed09", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:11:46.252834292Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:12:06.459641227Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "28bgxpfp8ed0a", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:11:51.303333065Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:12:06.459641227Z" - }, - { - "textPayload": "Finished searching for recent worker pod evictions", - "insertId": "28bgxpfp8ed0b", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:11:53.470104625Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:12:06.459641227Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "28bgxpfp8ed0c", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:11:56.314053484Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:12:06.459641227Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "28bgxpfp8ed0d", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:12:01.319083319Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:12:06.459641227Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "y55jdnfi8o55b", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:12:06.325537801Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:12:11.859794893Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "n18v79fj3fr4u", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:12:11.331838039Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:12:16.839068629Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "xb3bxzfj11uh3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:12:16.339373254Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:12:21.837862213Z" - }, - { - "textPayload": "I0913 11:12:18.072306 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1h9zaycfj0pngm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:12:18.072585314Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:12:23.643231638Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1no1646fpaciy8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:12:21.346690728Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:12:26.835942744Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1aw5z45fj5t8kz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:12:26.353842427Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:12:31.842308794Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "fjs92bfpab6qp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:12:31.367517335Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:12:36.837210519Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "r701dhfizvinr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:12:36.374521981Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:12:41.839127485Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1nds5mcflxyb0g", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:12:41.382029853Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:12:46.835496160Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1p1njdvfm2g92h", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:12:46.390292421Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:12:51.837059846Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "4q7ifdf6wd3b4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:12:51.397649879Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:12:56.839433874Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "4qezw1fj18ixj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:12:56.407274629Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:13:01.834562042Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1trn0fdf6iq4nv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:13:01.416049814Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:13:06.837136035Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "170v286f42l6g3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:13:06.431144588Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:13:11.863090613Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "15wv3f1fj25aj8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:13:11.438505967Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:13:16.826051158Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1k1vn5pfj0qhyp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:13:16.445880373Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:13:21.851367602Z" - }, - { - "textPayload": "Dags and plugins are synced", - "insertId": "17ka3lff8f8ezm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:13:21.452867202Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:13:26.833489040Z" - }, - { - "textPayload": "Starting Airflow Celery Flower API.", - "insertId": "17ka3lff8f8ezn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:13:21.454058649Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:13:26.833489040Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1mjrh8kflywrl2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:13:42.926745365Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:13:44.952873581Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1mjrh8kflywrl3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:13:42.928640660Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:13:44.952873581Z" - }, - { - "textPayload": " ", - "insertId": "s1cteafiy49uf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:13:57.974405214Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:14:04.076170913Z" - }, - { - "textPayload": " -------------- celery@airflow-worker-pc6sj v5.2.7 (dawn-chorus)", - "insertId": "s1cteafiy49ug", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:13:57.974466474Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:14:04.076170913Z" - }, - { - "textPayload": "--- ***** ----- ", - "insertId": "s1cteafiy49uh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:13:57.974475055Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:14:04.076170913Z" - }, - { - "textPayload": "-- ******* ---- Linux-5.15.109+-x86_64-with-glibc2.27 2023-09-13 11:13:57", - "insertId": "s1cteafiy49ui", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:13:57.974481558Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:14:04.076170913Z" - }, - { - "textPayload": "- *** --- * --- ", - "insertId": "s1cteafiy49uj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:13:57.974487038Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:14:04.076170913Z" - }, - { - "textPayload": "- ** ---------- [config]", - "insertId": "s1cteafiy49uk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:13:57.974493360Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:14:04.076170913Z" - }, - { - "textPayload": "- ** ---------- .> app: airflow.executors.celery_executor:0x7966e60ef370", - "insertId": "s1cteafiy49ul", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:13:57.974520427Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:14:04.076170913Z" - }, - { - "textPayload": "- ** ---------- .> transport: redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "s1cteafiy49um", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:13:57.974535864Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:14:04.076170913Z" - }, - { - "textPayload": "- ** ---------- .> results: redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "s1cteafiy49un", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:13:57.974544865Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:14:04.076170913Z" - }, - { - "textPayload": "- *** --- * --- .> concurrency: 6 (prefork)", - "insertId": "s1cteafiy49uo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:13:57.974550872Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:14:04.076170913Z" - }, - { - "textPayload": "-- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)", - "insertId": "s1cteafiy49up", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:13:57.974555877Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:14:04.076170913Z" - }, - { - "textPayload": "--- ***** ----- ", - "insertId": "s1cteafiy49uq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:13:57.974561137Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:14:04.076170913Z" - }, - { - "textPayload": " -------------- [queues]", - "insertId": "s1cteafiy49ur", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:13:57.974566119Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:14:04.076170913Z" - }, - { - "textPayload": " .> default exchange=default(direct) key=default", - "insertId": "s1cteafiy49us", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:13:57.974571181Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:14:04.076170913Z" - }, - { - "textPayload": " ", - "insertId": "s1cteafiy49ut", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:13:57.974576578Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:14:04.076170913Z" - }, - { - "textPayload": "", - "insertId": "s1cteafiy49uu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:13:57.974581534Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:14:04.076170913Z" - }, - { - "textPayload": "[tasks]", - "insertId": "s1cteafiy49uv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:13:57.974586681Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:14:04.076170913Z" - }, - { - "textPayload": " . airflow.executors.celery_executor.execute_command", - "insertId": "s1cteafiy49uw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:13:57.974591756Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:14:04.076170913Z" - }, - { - "textPayload": "", - "insertId": "s1cteafiy49ux", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:13:57.974596987Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:14:04.076170913Z" - }, - { - "textPayload": "Connected to redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "s1cteafiy49uy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:14:03.530965289Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj", - "process": "connection.py:22" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:14:04.076170913Z" - }, - { - "textPayload": "mingle: searching for neighbors", - "insertId": "s1cteafiy49uz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:14:03.545264663Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj", - "process": "mingle.py:40" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:14:04.076170913Z" - }, - { - "textPayload": "mingle: all alone", - "insertId": "mhnv7kf3jre2u", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:14:04.630451301Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj", - "process": "mingle.py:49" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:14:09.885745298Z" - }, - { - "textPayload": "celery@airflow-worker-pc6sj ready.", - "insertId": "mhnv7kf3jre2v", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:14:04.670614802Z", - "severity": "INFO", - "labels": { - "process": "worker.py:176", - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:14:09.885745298Z" - }, - { - "textPayload": "Events of group {task} enabled by remote.", - "insertId": "mhnv7kf3jre2w", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:14:06.932661009Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj", - "process": "control.py:277" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:14:09.885745298Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "13ytouqf6u2mjg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:18:30.426721122Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:18:36.075254274Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[c5d4b0c9-8f89-4920-b8fb-444cb7d33d69] received", - "insertId": "2c1mfifjxzn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:20:47.726239150Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:53.253293019Z" - }, - { - "textPayload": "[c5d4b0c9-8f89-4920-b8fb-444cb7d33d69] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T11:10:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "2c1mfifjxzo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:20:47.767646495Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:53.253293019Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "2c1mfifjxzp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:20:48.127037839Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-pc6sj", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:53.253293019Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "2c1mfifjxzq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:20:48.129844178Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-pc6sj", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:53.253293019Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "2c1mfifjxzr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:20:48.254114969Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:53.253293019Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "2c1mfifjxzs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:20:49.204396851Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:53.253293019Z" - }, - { - "textPayload": "Running on host airflow-worker-pc6sj", - "insertId": "2c1mfifjxzt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:20:49.726258770Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:53.253293019Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "2c1mfifjxzu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:20:49.864023916Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "workflow": "airflow_monitoring", - "task-id": "echo", - "worker_id": "airflow-worker-pc6sj", - "process": "taskinstance.py:1091", - "execution-date": "2023-09-13T11:10:00+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:53.253293019Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "2c1mfifjxzv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:20:49.889080563Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1091", - "workflow": "airflow_monitoring", - "try-number": "1", - "execution-date": "2023-09-13T11:10:00+00:00", - "task-id": "echo", - "map-index": "-1", - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:53.253293019Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "2c1mfifjxzw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:20:49.889976156Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1289", - "try-number": "1", - "execution-date": "2023-09-13T11:10:00+00:00", - "task-id": "echo", - "worker_id": "airflow-worker-pc6sj", - "map-index": "-1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:53.253293019Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "2c1mfifjxzx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:20:49.890745377Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T11:10:00+00:00", - "map-index": "-1", - "task-id": "echo", - "worker_id": "airflow-worker-pc6sj", - "process": "taskinstance.py:1290", - "try-number": "1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:53.253293019Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "2c1mfifjxzy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:20:49.891371805Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "process": "taskinstance.py:1291", - "worker_id": "airflow-worker-pc6sj", - "task-id": "echo", - "execution-date": "2023-09-13T11:10:00+00:00", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:53.253293019Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "2c1mfifjxzz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:20:50.096840571Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:53.253293019Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "2c1mfifjy00", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:20:50.096884925Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:53.253293019Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "2c1mfifjy01", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:20:50.119139566Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:53.253293019Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "2c1mfifjy02", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:20:50.119179218Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:53.253293019Z" - }, - { - "textPayload": "Executing on 2023-09-13 11:10:00+00:00", - "insertId": "2c1mfifjy03", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:20:51.069697115Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "process": "taskinstance.py:1310", - "worker_id": "airflow-worker-pc6sj", - "execution-date": "2023-09-13T11:10:00+00:00", - "task-id": "echo", - "workflow": "airflow_monitoring", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:53.253293019Z" - }, - { - "textPayload": "Started process 318 to run task", - "insertId": "2c1mfifjy04", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:20:51.107741295Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T11:10:00+00:00", - "workflow": "airflow_monitoring", - "process": "standard_task_runner.py:55", - "map-index": "-1", - "worker_id": "airflow-worker-pc6sj", - "task-id": "echo", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:53.253293019Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T11:10:00+00:00', '--job-id', '992', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmp5ih3k25v']", - "insertId": "2c1mfifjy05", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:20:51.109985549Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj", - "execution-date": "2023-09-13T11:10:00+00:00", - "workflow": "airflow_monitoring", - "map-index": "-1", - "task-id": "echo", - "process": "standard_task_runner.py:82", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:53.253293019Z" - }, - { - "textPayload": "Job 992: Subtask echo", - "insertId": "2c1mfifjy06", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:20:51.111386325Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "execution-date": "2023-09-13T11:10:00+00:00", - "process": "standard_task_runner.py:83", - "map-index": "-1", - "workflow": "airflow_monitoring", - "try-number": "1", - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:53.253293019Z" - }, - { - "textPayload": "Running on host airflow-worker-pc6sj", - "insertId": "2c1mfifjy07", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:20:51.475499187Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj", - "try-number": "1", - "process": "task_command.py:393", - "task-id": "echo", - "map-index": "-1", - "execution-date": "2023-09-13T11:10:00+00:00", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:53.253293019Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T11:10:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T11:10:00+00:00", - "insertId": "2c1mfifjy08", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:20:51.683798707Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "try-number": "1", - "worker_id": "airflow-worker-pc6sj", - "map-index": "-1", - "process": "taskinstance.py:1518", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T11:10:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:53.253293019Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "2c1mfifjy09", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:20:51.686032324Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "worker_id": "airflow-worker-pc6sj", - "execution-date": "2023-09-13T11:10:00+00:00", - "workflow": "airflow_monitoring", - "try-number": "1", - "process": "subprocess.py:63", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:53.253293019Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "2c1mfifjy0a", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:20:51.688891692Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "task-id": "echo", - "execution-date": "2023-09-13T11:10:00+00:00", - "process": "subprocess.py:75", - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:53.253293019Z" - }, - { - "textPayload": "Output:", - "insertId": "2c1mfifjy0b", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:20:51.815417190Z", - "severity": "INFO", - "labels": { - "process": "subprocess.py:86", - "worker_id": "airflow-worker-pc6sj", - "task-id": "echo", - "try-number": "1", - "workflow": "airflow_monitoring", - "map-index": "-1", - "execution-date": "2023-09-13T11:10:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:53.253293019Z" - }, - { - "textPayload": "test", - "insertId": "2c1mfifjy0c", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:20:51.823324206Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj", - "task-id": "echo", - "map-index": "-1", - "process": "subprocess.py:93", - "try-number": "1", - "execution-date": "2023-09-13T11:10:00+00:00", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:53.253293019Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "2c1mfifjy0d", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:20:51.824798974Z", - "severity": "INFO", - "labels": { - "process": "subprocess.py:97", - "map-index": "-1", - "execution-date": "2023-09-13T11:10:00+00:00", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-pc6sj", - "try-number": "1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:53.253293019Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T111000, start_date=20230913T112049, end_date=20230913T112051", - "insertId": "2c1mfifjy0e", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:20:51.884771182Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "worker_id": "airflow-worker-pc6sj", - "workflow": "airflow_monitoring", - "try-number": "1", - "process": "taskinstance.py:1328", - "execution-date": "2023-09-13T11:10:00+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:53.253293019Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "18e9ifjfj5qgbd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:20:53.133349934Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "worker_id": "airflow-worker-pc6sj", - "try-number": "1", - "workflow": "airflow_monitoring", - "map-index": "-1", - "process": "local_task_job.py:212", - "execution-date": "2023-09-13T11:10:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:59.328345381Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "18e9ifjfj5qgbe", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:20:53.212970847Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-13T11:10:00+00:00", - "try-number": "1", - "process": "taskinstance.py:2599", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-pc6sj", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:59.328345381Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[c5d4b0c9-8f89-4920-b8fb-444cb7d33d69] succeeded in 5.637812717992347s: None", - "insertId": "18e9ifjfj5qgbf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:20:53.368737689Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:20:59.328345381Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1ndsfnlfif4t19", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:23:43.110140680Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:23:48.937473519Z" - }, - { - "textPayload": "I0913 11:25:06.273257 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1nnwcz7fpb8ytk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:25:06.273439182Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:25:13.313114136Z" - }, - { - "textPayload": "I0913 11:25:06.274683 1 airflowworkerset_controller.go:268] \"controllers/AirflowWorkerSet: Worker uses old template. Recreating.\" worker name=\"airflow-worker-pc6sj\"", - "insertId": "1nnwcz7fpb8ytl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:25:06.274862014Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:25:13.313114136Z" - }, - { - "textPayload": "I0913 11:25:06.293176 1 airflowworkerset_controller.go:77] \"controllers/AirflowWorkerSet: Template changed, workers recreated.\"", - "insertId": "1nnwcz7fpb8ytm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:25:06.293343696Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:25:13.313114136Z" - }, - { - "textPayload": "I0913 11:25:06.293698 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1nnwcz7fpb8ytn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:25:06.293837311Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:25:13.313114136Z" - }, - { - "textPayload": "Caught SIGTERM signal!", - "insertId": "b44on9figqq3y", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:25:06.323953554Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:25:11.577773991Z" - }, - { - "textPayload": "", - "insertId": "b44on9figqq40", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:25:06.324964609Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:25:11.577773991Z" - }, - { - "textPayload": "Passing SIGTERM to Airflow process.", - "insertId": "b44on9figqq3z", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:25:06.325054490Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:25:11.577773991Z" - }, - { - "textPayload": "worker: Warm shutdown (MainProcess)", - "insertId": "b44on9figqq41", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:25:06.325091016Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:25:11.577773991Z" - }, - { - "textPayload": "I0913 11:25:06.348771 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1nnwcz7fpb8yto", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:25:06.349035042Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:25:13.313114136Z" - }, - { - "textPayload": "Exiting due to SIGTERM.", - "insertId": "b44on9figqq42", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:25:09.924380595Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-pc6sj" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:25:11.577773991Z" - }, - { - "textPayload": "I0913 11:25:11.040876 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1nnwcz7fpb8ytp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:25:11.041089801Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:25:13.313114136Z" - }, - { - "textPayload": "I0913 11:25:11.042095 1 airflowworkerset_controller.go:97] \"controllers/AirflowWorkerSet: Workers scale up needed.\" current number of workers=0 desired=1 scaling up by=1", - "insertId": "1nnwcz7fpb8ytq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:25:11.042233490Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:25:13.313114136Z" - }, - { - "textPayload": "I0913 11:25:11.310789 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1nnwcz7fpb8ytr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:25:11.311035660Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:25:13.313114136Z" - }, - { - "textPayload": "I0913 11:25:11.395601 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1nnwcz7fpb8yts", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:25:11.395827649Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:25:13.313114136Z" - }, - { - "textPayload": "I0913 11:25:11.397118 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1nnwcz7fpb8ytt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:25:11.397279463Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:25:13.313114136Z" - }, - { - "textPayload": "I0913 11:25:11.946241 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1nnwcz7fpb8ytu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:25:11.946460065Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:25:13.313114136Z" - }, - { - "textPayload": "I0913 11:25:11.989793 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1nnwcz7fpb8ytv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:25:11.989963998Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:25:13.313114136Z" - }, - { - "textPayload": "I0913 11:25:11.997130 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1nnwcz7fpb8ytw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:25:11.997289947Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:25:13.313114136Z" - }, - { - "textPayload": "Starting the process, got command: worker", - "insertId": "17uiq7cfp5g6a2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:25:13.104107177Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:26:05.912826916Z" - }, - { - "textPayload": "Initializing airflow.cfg.", - "insertId": "17uiq7cfp5g6a3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:25:13.141078068Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:26:05.912826916Z" - }, - { - "textPayload": "airflow.cfg initialization is done.", - "insertId": "17uiq7cfp5g6a4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:25:13.156552792Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:26:05.912826916Z" - }, - { - "textPayload": "I0913 11:25:14.037725 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "10316sef8rly28", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:25:14.037924311Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:25:20.407679247Z" - }, - { - "textPayload": "I0913 11:25:14.076376 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "10316sef8rly29", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:25:14.076643571Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:25:20.407679247Z" - }, - { - "textPayload": "Setupping GCS Fuse.", - "insertId": "17uiq7cfp5g6a5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:25:21.040939714Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:26:05.912826916Z" - }, - { - "textPayload": "gcsfuse mount seems ready, proceeding.", - "insertId": "17uiq7cfp5g6a6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:25:21.041511495Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:26:05.912826916Z" - }, - { - "textPayload": "Initializing kube_config.", - "insertId": "17uiq7cfp5g6a7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:25:21.054546342Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:26:05.912826916Z" - }, - { - "textPayload": "Fetching cluster endpoint and auth data.", - "insertId": "17uiq7cfp5g6a8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:25:28.308293095Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:26:05.912826916Z" - }, - { - "textPayload": "kubeconfig entry generated for us-west1-openlineage-1614b57c-gke.", - "insertId": "17uiq7cfp5g6a9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:25:28.507521324Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:26:05.912826916Z" - }, - { - "textPayload": "I0913 11:25:32.474668 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "qxdjmifp7d5ut", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:25:32.474898388Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:25:39.222739078Z" - }, - { - "textPayload": "/home/airflow/composer_kube_config is initialized", - "insertId": "17uiq7cfp5g6aa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:25:33.684934802Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:26:05.912826916Z" - }, - { - "textPayload": "Waiting for dags and plugins synchronization.", - "insertId": "17uiq7cfp5g6ab", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:25:33.685421480Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:26:05.912826916Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "17uiq7cfp5g6ac", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:25:33.685482216Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:26:05.912826916Z" - }, - { - "textPayload": "Searching for recent worker pod evictions", - "insertId": "17uiq7cfp5g6ad", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:25:33.714045412Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:26:05.912826916Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "17uiq7cfp5g6ae", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:25:38.712140774Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:26:05.912826916Z" - }, - { - "textPayload": "Finished searching for recent worker pod evictions", - "insertId": "17uiq7cfp5g6af", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:25:40.460733867Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:26:05.912826916Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "17uiq7cfp5g6ag", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:25:43.724090442Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:26:05.912826916Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "17uiq7cfp5g6ah", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:25:48.730718190Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:26:05.912826916Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "17uiq7cfp5g6ai", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:25:53.737263270Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:26:05.912826916Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "17uiq7cfp5g6aj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:25:58.746923013Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:26:05.912826916Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "17uiq7cfp5g6ak", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:26:03.753122067Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:26:05.912826916Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "12aqei4fpah2ss", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:26:08.763207676Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:26:11.850351462Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "qnbw2ifibb9sn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:26:13.770574640Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:26:16.959410885Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "14igfb5f8dajoq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:26:18.780620560Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:26:23.823570784Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "ilm0bifp1eht2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:26:23.787519748Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:26:28.823572144Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "789zgqfifmhkx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:26:28.795535266Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:26:33.826801075Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1rjug2rfiggki7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:26:33.802510Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:26:38.892966848Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "12knff2fifh4dm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:26:38.813007253Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:26:44.827893194Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1iduk6af6luyl2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:26:43.821021039Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:26:49.824687461Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "19snrd5fj8lq9o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:26:48.833030826Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:26:54.828271958Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "15wndgafidc9of", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:26:53.839386672Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:26:59.824449707Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "qnir2zfpa7e7i", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:26:58.850239634Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:27:04.835423077Z" - }, - { - "textPayload": "Dags and plugins are synced", - "insertId": "1rjfw4rfj2zsuc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:27:03.858199171Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:27:09.887193760Z" - }, - { - "textPayload": "Starting Airflow Celery Flower API.", - "insertId": "1rjfw4rfj2zsud", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:27:03.859333597Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:27:09.887193760Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1no5ztff6m6033", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:27:25.714414972Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:27:31.040698283Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1no5ztff6m6034", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:27:25.730767313Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:27:31.040698283Z" - }, - { - "textPayload": " ", - "insertId": "whaw58fih8ux9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:27:40.543808008Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:27:45.183018633Z" - }, - { - "textPayload": " -------------- celery@airflow-worker-qj84r v5.2.7 (dawn-chorus)", - "insertId": "whaw58fih8uxa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:27:40.543859138Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:27:45.183018633Z" - }, - { - "textPayload": "--- ***** ----- ", - "insertId": "whaw58fih8uxb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:27:40.543866719Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:27:45.183018633Z" - }, - { - "textPayload": "-- ******* ---- Linux-5.15.109+-x86_64-with-glibc2.27 2023-09-13 11:27:40", - "insertId": "whaw58fih8uxc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:27:40.543873009Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:27:45.183018633Z" - }, - { - "textPayload": "- *** --- * --- ", - "insertId": "whaw58fih8uxd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:27:40.543878862Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:27:45.183018633Z" - }, - { - "textPayload": "- ** ---------- [config]", - "insertId": "whaw58fih8uxe", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:27:40.543885834Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:27:45.183018633Z" - }, - { - "textPayload": "- ** ---------- .> app: airflow.executors.celery_executor:0x7d61de21f5b0", - "insertId": "whaw58fih8uxf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:27:40.543891745Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:27:45.183018633Z" - }, - { - "textPayload": "- ** ---------- .> transport: redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "whaw58fih8uxg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:27:40.543920863Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:27:45.183018633Z" - }, - { - "textPayload": "- ** ---------- .> results: redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "whaw58fih8uxh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:27:40.543930156Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:27:45.183018633Z" - }, - { - "textPayload": "- *** --- * --- .> concurrency: 6 (prefork)", - "insertId": "whaw58fih8uxi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:27:40.543936832Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:27:45.183018633Z" - }, - { - "textPayload": "-- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)", - "insertId": "whaw58fih8uxj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:27:40.543942863Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:27:45.183018633Z" - }, - { - "textPayload": "--- ***** ----- ", - "insertId": "whaw58fih8uxk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:27:40.543948485Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:27:45.183018633Z" - }, - { - "textPayload": " -------------- [queues]", - "insertId": "whaw58fih8uxl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:27:40.543954509Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:27:45.183018633Z" - }, - { - "textPayload": " .> default exchange=default(direct) key=default", - "insertId": "whaw58fih8uxm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:27:40.543959778Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:27:45.183018633Z" - }, - { - "textPayload": " ", - "insertId": "whaw58fih8uxn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:27:40.543964978Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:27:45.183018633Z" - }, - { - "textPayload": "", - "insertId": "whaw58fih8uxo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:27:40.543970431Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:27:45.183018633Z" - }, - { - "textPayload": "[tasks]", - "insertId": "whaw58fih8uxp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:27:40.543976560Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:27:45.183018633Z" - }, - { - "textPayload": " . airflow.executors.celery_executor.execute_command", - "insertId": "whaw58fih8uxq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:27:40.543986417Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:27:45.183018633Z" - }, - { - "textPayload": "", - "insertId": "whaw58fih8uxr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:27:40.543993795Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:27:45.183018633Z" - }, - { - "textPayload": "Connected to redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "6xvra3fm31epc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:27:46.216918368Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r", - "process": "connection.py:22" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:27:51.288631477Z" - }, - { - "textPayload": "mingle: searching for neighbors", - "insertId": "6xvra3fm31epd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:27:46.240908143Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r", - "process": "mingle.py:40" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:27:51.288631477Z" - }, - { - "textPayload": "mingle: all alone", - "insertId": "6xvra3fm31epe", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:27:47.326261344Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r", - "process": "mingle.py:49" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:27:51.288631477Z" - }, - { - "textPayload": "celery@airflow-worker-qj84r ready.", - "insertId": "6xvra3fm31epf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:27:47.357812632Z", - "severity": "INFO", - "labels": { - "process": "worker.py:176", - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:27:51.288631477Z" - }, - { - "textPayload": "Events of group {task} enabled by remote.", - "insertId": "6xvra3fm31epg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:27:50.027428963Z", - "severity": "INFO", - "labels": { - "process": "control.py:277", - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:27:51.288631477Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[95b8466c-e6a5-4729-8389-bcbcd2ff399a] received", - "insertId": "17ksjmifp7x0vc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:30:03.311130307Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:08.783716944Z" - }, - { - "textPayload": "[95b8466c-e6a5-4729-8389-bcbcd2ff399a] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T11:20:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "17ksjmifp7x0vd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:30:03.357480433Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:08.783716944Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "17ksjmifp7x0ve", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:30:03.914478670Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-qj84r", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:08.783716944Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "17ksjmifp7x0vf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:30:03.917805804Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-qj84r", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:08.783716944Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "17ksjmifp7x0vg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:30:04.050087902Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-qj84r", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:08.783716944Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "17ksjmifp7x0vh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:30:05.058657443Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:08.783716944Z" - }, - { - "textPayload": "Running on host airflow-worker-qj84r", - "insertId": "17ksjmifp7x0vi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:30:05.661507097Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:08.783716944Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "17ksjmifp7x0vj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:30:05.787084383Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-13T11:20:00+00:00", - "try-number": "1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-qj84r", - "task-id": "echo", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:08.783716944Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "17ksjmifp7x0vk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:30:05.809187974Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T11:20:00+00:00", - "worker_id": "airflow-worker-qj84r", - "map-index": "-1", - "task-id": "echo", - "process": "taskinstance.py:1091", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:08.783716944Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "17ksjmifp7x0vl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:30:05.810250479Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "process": "taskinstance.py:1289", - "map-index": "-1", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T11:20:00+00:00", - "task-id": "echo", - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:08.783716944Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "17ksjmifp7x0vm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:30:05.810653598Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1290", - "task-id": "echo", - "worker_id": "airflow-worker-qj84r", - "map-index": "-1", - "execution-date": "2023-09-13T11:20:00+00:00", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:08.783716944Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "17ksjmifp7x0vn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:30:05.811483326Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-qj84r", - "process": "taskinstance.py:1291", - "execution-date": "2023-09-13T11:20:00+00:00", - "try-number": "1", - "map-index": "-1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:08.783716944Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "17ksjmifp7x0vo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:30:06.152179303Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:08.783716944Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "17ksjmifp7x0vp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:30:06.152247074Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:08.783716944Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "17ksjmifp7x0vq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:30:06.173876763Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:08.783716944Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "17ksjmifp7x0vr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:30:06.173945562Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:08.783716944Z" - }, - { - "textPayload": "Executing on 2023-09-13 11:20:00+00:00", - "insertId": "17ksjmifp7x0vs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:30:07.487942875Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1310", - "workflow": "airflow_monitoring", - "task-id": "echo", - "try-number": "1", - "map-index": "-1", - "worker_id": "airflow-worker-qj84r", - "execution-date": "2023-09-13T11:20:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:08.783716944Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T11:20:00+00:00', '--job-id', '994', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmp_ivd0fo6']", - "insertId": "17ksjmifp7x0vt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:30:07.528450981Z", - "severity": "INFO", - "labels": { - "process": "standard_task_runner.py:82", - "task-id": "echo", - "execution-date": "2023-09-13T11:20:00+00:00", - "map-index": "-1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-qj84r", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:08.783716944Z" - }, - { - "textPayload": "Started process 249 to run task", - "insertId": "17ksjmifp7x0vu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:30:07.529073878Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-13T11:20:00+00:00", - "task-id": "echo", - "worker_id": "airflow-worker-qj84r", - "process": "standard_task_runner.py:55" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:08.783716944Z" - }, - { - "textPayload": "Job 994: Subtask echo", - "insertId": "17ksjmifp7x0vv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:30:07.530330829Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-13T11:20:00+00:00", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-qj84r", - "task-id": "echo", - "process": "standard_task_runner.py:83", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:08.783716944Z" - }, - { - "textPayload": "Running on host airflow-worker-qj84r", - "insertId": "ezy19pfm19s5i", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:30:07.916502867Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r", - "process": "task_command.py:393", - "execution-date": "2023-09-13T11:20:00+00:00", - "try-number": "1", - "workflow": "airflow_monitoring", - "map-index": "-1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:13.882135800Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T11:20:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T11:20:00+00:00", - "insertId": "ezy19pfm19s5j", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:30:08.094890343Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-13T11:20:00+00:00", - "process": "taskinstance.py:1518", - "worker_id": "airflow-worker-qj84r", - "task-id": "echo", - "try-number": "1", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:13.882135800Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "ezy19pfm19s5k", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:30:08.097159541Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-13T11:20:00+00:00", - "workflow": "airflow_monitoring", - "try-number": "1", - "worker_id": "airflow-worker-qj84r", - "task-id": "echo", - "process": "subprocess.py:63" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:13.882135800Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "ezy19pfm19s5l", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:30:08.099083541Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T11:20:00+00:00", - "map-index": "-1", - "process": "subprocess.py:75", - "worker_id": "airflow-worker-qj84r", - "try-number": "1", - "task-id": "echo", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:13.882135800Z" - }, - { - "textPayload": "Output:", - "insertId": "ezy19pfm19s5m", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:30:08.256230752Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-qj84r", - "task-id": "echo", - "try-number": "1", - "execution-date": "2023-09-13T11:20:00+00:00", - "process": "subprocess.py:86", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:13.882135800Z" - }, - { - "textPayload": "test", - "insertId": "ezy19pfm19s5n", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:30:08.265532655Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-qj84r", - "workflow": "airflow_monitoring", - "task-id": "echo", - "execution-date": "2023-09-13T11:20:00+00:00", - "process": "subprocess.py:93", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:13.882135800Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "ezy19pfm19s5o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:30:08.266591011Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T11:20:00+00:00", - "map-index": "-1", - "try-number": "1", - "task-id": "echo", - "worker_id": "airflow-worker-qj84r", - "process": "subprocess.py:97", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:13.882135800Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T112000, start_date=20230913T113005, end_date=20230913T113008", - "insertId": "ezy19pfm19s5p", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:30:08.335528438Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T11:20:00+00:00", - "map-index": "-1", - "process": "taskinstance.py:1328", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-qj84r", - "try-number": "1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:13.882135800Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "ezy19pfm19s5q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:30:09.130619559Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "process": "local_task_job.py:212", - "workflow": "airflow_monitoring", - "try-number": "1", - "map-index": "-1", - "worker_id": "airflow-worker-qj84r", - "execution-date": "2023-09-13T11:20:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:13.882135800Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "ezy19pfm19s5r", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:30:09.212556628Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T11:20:00+00:00", - "try-number": "1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-qj84r", - "task-id": "echo", - "map-index": "-1", - "process": "taskinstance.py:2599" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:13.882135800Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[95b8466c-e6a5-4729-8389-bcbcd2ff399a] succeeded in 6.0669647970062215s: None", - "insertId": "ezy19pfm19s5s", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:30:09.383373929Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:30:13.882135800Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1l5pnbvf8d4ee7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:32:13.544899206Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:32:16.009577339Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1xn8s00fpefpeq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:37:21.737352454Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:37:26.979848918Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[db2beb03-a300-46a2-9a11-4683fa3ddd5d] received", - "insertId": "12uuhqxflyx821", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:40:02.008681638Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:07.459611817Z" - }, - { - "textPayload": "[db2beb03-a300-46a2-9a11-4683fa3ddd5d] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T11:30:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "12uuhqxflyx822", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:40:02.016446359Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:07.459611817Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "12uuhqxflyx823", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:40:02.352648389Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-qj84r", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:07.459611817Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "12uuhqxflyx824", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:40:02.411793842Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-qj84r", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:07.459611817Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "12uuhqxflyx825", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:40:02.567502914Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:07.459611817Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "12uuhqxflyx826", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:40:03.505653106Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:07.459611817Z" - }, - { - "textPayload": "Running on host airflow-worker-qj84r", - "insertId": "12uuhqxflyx827", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:40:04.069114934Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:07.459611817Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "12uuhqxflyx828", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:40:04.192659410Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1091", - "try-number": "1", - "worker_id": "airflow-worker-qj84r", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T11:30:00+00:00", - "map-index": "-1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:07.459611817Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "12uuhqxflyx829", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:40:04.212639679Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-13T11:30:00+00:00", - "workflow": "airflow_monitoring", - "try-number": "1", - "task-id": "echo", - "worker_id": "airflow-worker-qj84r", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:07.459611817Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "12uuhqxflyx82a", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:40:04.213028768Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "process": "taskinstance.py:1289", - "worker_id": "airflow-worker-qj84r", - "task-id": "echo", - "map-index": "-1", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T11:30:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:07.459611817Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "12uuhqxflyx82b", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:40:04.213493354Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-13T11:30:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-qj84r", - "process": "taskinstance.py:1290", - "task-id": "echo", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:07.459611817Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "12uuhqxflyx82c", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:40:04.214456642Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-13T11:30:00+00:00", - "worker_id": "airflow-worker-qj84r", - "process": "taskinstance.py:1291", - "workflow": "airflow_monitoring", - "try-number": "1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:07.459611817Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "12uuhqxflyx82d", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:40:04.467431265Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:07.459611817Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "12uuhqxflyx82e", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:40:04.467476691Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:07.459611817Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "12uuhqxflyx82f", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:40:04.487031160Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:07.459611817Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "12uuhqxflyx82g", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:40:04.487070056Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:07.459611817Z" - }, - { - "textPayload": "Executing on 2023-09-13 11:30:00+00:00", - "insertId": "12uuhqxflyx82h", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:40:05.319721980Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r", - "task-id": "echo", - "workflow": "airflow_monitoring", - "try-number": "1", - "execution-date": "2023-09-13T11:30:00+00:00", - "process": "taskinstance.py:1310", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:07.459611817Z" - }, - { - "textPayload": "Started process 502 to run task", - "insertId": "12uuhqxflyx82i", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:40:05.367949926Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T11:30:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-qj84r", - "process": "standard_task_runner.py:55", - "workflow": "airflow_monitoring", - "try-number": "1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:07.459611817Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T11:30:00+00:00', '--job-id', '997', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmprisre19q']", - "insertId": "12uuhqxflyx82j", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:40:05.369136002Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "airflow_monitoring", - "process": "standard_task_runner.py:82", - "worker_id": "airflow-worker-qj84r", - "execution-date": "2023-09-13T11:30:00+00:00", - "task-id": "echo", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:07.459611817Z" - }, - { - "textPayload": "Job 997: Subtask echo", - "insertId": "12uuhqxflyx82k", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:40:05.371182683Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "execution-date": "2023-09-13T11:30:00+00:00", - "worker_id": "airflow-worker-qj84r", - "workflow": "airflow_monitoring", - "map-index": "-1", - "process": "standard_task_runner.py:83", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:07.459611817Z" - }, - { - "textPayload": "Running on host airflow-worker-qj84r", - "insertId": "12uuhqxflyx82l", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:40:05.740891990Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-qj84r", - "task-id": "echo", - "try-number": "1", - "process": "task_command.py:393", - "map-index": "-1", - "execution-date": "2023-09-13T11:30:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:07.459611817Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T11:30:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T11:30:00+00:00", - "insertId": "12uuhqxflyx82m", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:40:05.939457047Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "worker_id": "airflow-worker-qj84r", - "map-index": "-1", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T11:30:00+00:00", - "try-number": "1", - "process": "taskinstance.py:1518" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:07.459611817Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "12uuhqxflyx82n", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:40:05.941550389Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T11:30:00+00:00", - "map-index": "-1", - "try-number": "1", - "process": "subprocess.py:63", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-qj84r", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:07.459611817Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "12uuhqxflyx82o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:40:05.943884123Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r", - "execution-date": "2023-09-13T11:30:00+00:00", - "workflow": "airflow_monitoring", - "task-id": "echo", - "map-index": "-1", - "try-number": "1", - "process": "subprocess.py:75" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:07.459611817Z" - }, - { - "textPayload": "Output:", - "insertId": "12uuhqxflyx82p", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:40:06.092460909Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-13T11:30:00+00:00", - "map-index": "-1", - "process": "subprocess.py:86", - "task-id": "echo", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:07.459611817Z" - }, - { - "textPayload": "test", - "insertId": "12uuhqxflyx82q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:40:06.099347822Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "worker_id": "airflow-worker-qj84r", - "try-number": "1", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T11:30:00+00:00", - "process": "subprocess.py:93", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:07.459611817Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "12uuhqxflyx82r", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:40:06.099385370Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "workflow": "airflow_monitoring", - "process": "subprocess.py:97", - "map-index": "-1", - "worker_id": "airflow-worker-qj84r", - "execution-date": "2023-09-13T11:30:00+00:00", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:07.459611817Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T113000, start_date=20230913T114004, end_date=20230913T114006", - "insertId": "12uuhqxflyx82s", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:40:06.156603608Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T11:30:00+00:00", - "workflow": "airflow_monitoring", - "try-number": "1", - "map-index": "-1", - "task-id": "echo", - "worker_id": "airflow-worker-qj84r", - "process": "taskinstance.py:1328" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:07.459611817Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "dc28y7f8qx892", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:40:06.833192690Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "process": "local_task_job.py:212", - "worker_id": "airflow-worker-qj84r", - "workflow": "airflow_monitoring", - "task-id": "echo", - "map-index": "-1", - "execution-date": "2023-09-13T11:30:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:12.937279024Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "dc28y7f8qx893", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:40:06.883236422Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r", - "workflow": "airflow_monitoring", - "task-id": "echo", - "map-index": "-1", - "process": "taskinstance.py:2599", - "execution-date": "2023-09-13T11:30:00+00:00", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:12.937279024Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[db2beb03-a300-46a2-9a11-4683fa3ddd5d] succeeded in 5.029245264013298s: None", - "insertId": "dc28y7f8qx894", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:40:07.042730629Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:12.937279024Z" - }, - { - "textPayload": "I0913 11:40:40.275235 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "18elui2fcls2zf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:40:40.275483675Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:40:44.935099680Z" - }, - { - "textPayload": "I0913 11:40:40.277119 1 airflowworkerset_controller.go:268] \"controllers/AirflowWorkerSet: Worker uses old template. Recreating.\" worker name=\"airflow-worker-qj84r\"", - "insertId": "18elui2fcls2zg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:40:40.277306249Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:40:44.935099680Z" - }, - { - "textPayload": "I0913 11:40:40.301212 1 airflowworkerset_controller.go:77] \"controllers/AirflowWorkerSet: Template changed, workers recreated.\"", - "insertId": "18elui2fcls2zh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:40:40.301434366Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:40:44.935099680Z" - }, - { - "textPayload": "I0913 11:40:40.301684 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "18elui2fcls2zi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:40:40.301773804Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:40:44.935099680Z" - }, - { - "textPayload": "Caught SIGTERM signal!", - "insertId": "qxdjmifp8jrny", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:40:40.326421650Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:45.387969681Z" - }, - { - "textPayload": "Passing SIGTERM to Airflow process.", - "insertId": "qxdjmifp8jrnz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:40:40.326487719Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:45.387969681Z" - }, - { - "textPayload": "", - "insertId": "qxdjmifp8jro0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:40:40.326784704Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:45.387969681Z" - }, - { - "textPayload": "worker: Warm shutdown (MainProcess)", - "insertId": "qxdjmifp8jro1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:40:40.326809239Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:45.387969681Z" - }, - { - "textPayload": "I0913 11:40:40.341460 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "18elui2fcls2zj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:40:40.341706937Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:40:44.935099680Z" - }, - { - "textPayload": "Exiting due to SIGTERM.", - "insertId": "qxdjmifp8jro2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:40:44.122104399Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-qj84r" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:40:45.387969681Z" - }, - { - "textPayload": "I0913 11:40:44.719672 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1ckbkllf6tuq6c", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:40:44.719902023Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:40:51.031272527Z" - }, - { - "textPayload": "I0913 11:40:44.720936 1 airflowworkerset_controller.go:97] \"controllers/AirflowWorkerSet: Workers scale up needed.\" current number of workers=0 desired=1 scaling up by=1", - "insertId": "1ckbkllf6tuq6d", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:40:44.721106708Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:40:51.031272527Z" - }, - { - "textPayload": "I0913 11:40:44.895777 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1ckbkllf6tuq6e", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:40:44.896136186Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:40:51.031272527Z" - }, - { - "textPayload": "I0913 11:40:44.938789 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1ckbkllf6tuq6f", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:40:44.939032106Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:40:51.031272527Z" - }, - { - "textPayload": "I0913 11:40:44.962845 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1ckbkllf6tuq6g", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:40:44.963106295Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:40:51.031272527Z" - }, - { - "textPayload": "I0913 11:40:45.622172 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1ckbkllf6tuq6h", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:40:45.622462594Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:40:51.031272527Z" - }, - { - "textPayload": "I0913 11:40:45.638196 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1ckbkllf6tuq6i", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:40:45.638460119Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:40:51.031272527Z" - }, - { - "textPayload": "I0913 11:40:45.651953 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1ckbkllf6tuq6j", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:40:45.653344561Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:40:51.031272527Z" - }, - { - "textPayload": "Starting the process, got command: worker", - "insertId": "ftte42fp9vnvr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:40:46.245782106Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:41:05.621997552Z" - }, - { - "textPayload": "Initializing airflow.cfg.", - "insertId": "ftte42fp9vnvs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:40:46.247778226Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:41:05.621997552Z" - }, - { - "textPayload": "airflow.cfg initialization is done.", - "insertId": "ftte42fp9vnvt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:40:46.275055287Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:41:05.621997552Z" - }, - { - "textPayload": "I0913 11:40:46.627722 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1ckbkllf6tuq6k", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:40:46.628001779Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:40:51.031272527Z" - }, - { - "textPayload": "I0913 11:40:46.672524 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1ckbkllf6tuq6l", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:40:46.672751970Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:40:51.031272527Z" - }, - { - "textPayload": "I0913 11:40:52.011257 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "k4w1kfj9oksd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:40:52.011787711Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T11:40:58.211811628Z" - }, - { - "textPayload": "Setupping GCS Fuse.", - "insertId": "ftte42fp9vnvu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:40:53.534812413Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:41:05.621997552Z" - }, - { - "textPayload": "gcsfuse mount seems ready, proceeding.", - "insertId": "ftte42fp9vnvv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:40:53.537119010Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:41:05.621997552Z" - }, - { - "textPayload": "Initializing kube_config.", - "insertId": "ftte42fp9vnvw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:40:53.550010853Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:41:05.621997552Z" - }, - { - "textPayload": "Fetching cluster endpoint and auth data.", - "insertId": "ftte42fp9vnvx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:41:00.738266589Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:41:05.621997552Z" - }, - { - "textPayload": "kubeconfig entry generated for us-west1-openlineage-1614b57c-gke.", - "insertId": "ftte42fp9vnvy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:41:00.914637287Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:41:05.621997552Z" - }, - { - "textPayload": "/home/airflow/composer_kube_config is initialized", - "insertId": "rhgbdifj3rl1b", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:41:06.334794268Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:41:11.729802152Z" - }, - { - "textPayload": "Waiting for dags and plugins synchronization.", - "insertId": "rhgbdifj3rl1c", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:41:06.335567069Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:41:11.729802152Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "rhgbdifj3rl1d", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:41:06.335783131Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:41:11.729802152Z" - }, - { - "textPayload": "Searching for recent worker pod evictions", - "insertId": "rhgbdifj3rl1e", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:41:06.345043377Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:41:11.729802152Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "5a7l6of6wqduv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:41:11.353333796Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:41:16.850112322Z" - }, - { - "textPayload": "Finished searching for recent worker pod evictions", - "insertId": "5a7l6of6wqduw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:41:13.411732517Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:41:16.850112322Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1kvuve0fpe84gs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:41:16.369347276Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:41:21.825414991Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "mr5tjaf6v31yx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:41:21.375513106Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:41:26.826191090Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "f9jqxcfifng43", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:41:26.382666484Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:41:31.832079091Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1q5tu8efpg8cm4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:41:31.389619760Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:41:36.829438735Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1yr8ptufj671uc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:41:36.394784377Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:41:41.824187232Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "152rm1ofm0s7t5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:41:41.402172692Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:41:46.827610773Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1gzzi96fdm75pb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:41:46.411114949Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:41:51.825868077Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1yr82yyfj2y1ul", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:41:51.416083281Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:41:56.828493945Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "289vddfm5eyuj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:41:56.422522845Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:42:01.825194165Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "bnlixrfj56g7k", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:42:01.429085326Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:42:06.824407118Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "sb49dzf6tfhpm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:42:06.437849484Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:42:11.841095640Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "atkwylfielkdm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:42:11.447645106Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:42:16.848157816Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1vfatttffeyu1x", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:42:16.454995797Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:42:21.823322833Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "4qezw1fj3k9fl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:42:21.461324264Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:42:26.824600096Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1vflbw9f6sv969", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:42:26.467992519Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:42:31.830054608Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "1h9zaycfj31vfd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:42:31.475519833Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:42:36.826914011Z" - }, - { - "textPayload": "Dags and plugins are not synced yet", - "insertId": "gdexkjfihu6ze", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:42:36.481673491Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:42:41.826110878Z" - }, - { - "textPayload": "Dags and plugins are synced", - "insertId": "1rjfw4rfj49rqf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:42:41.489461507Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:42:46.831805689Z" - }, - { - "textPayload": "Starting Airflow Celery Flower API.", - "insertId": "1rjfw4rfj49rqg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:42:41.491187577Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:42:46.831805689Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "15cwy51flz5r4y", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:43:04.017118550Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:43:10.017347171Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "15cwy51flz5r4z", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:43:04.033930368Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:43:10.017347171Z" - }, - { - "textPayload": " ", - "insertId": "xuoq7hf6wv3mq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:43:19.825297487Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:43:24.141002921Z" - }, - { - "textPayload": " -------------- celery@airflow-worker-r72xf v5.2.7 (dawn-chorus)", - "insertId": "xuoq7hf6wv3mr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:43:19.825394011Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:43:24.141002921Z" - }, - { - "textPayload": "--- ***** ----- ", - "insertId": "xuoq7hf6wv3ms", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:43:19.825404512Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:43:24.141002921Z" - }, - { - "textPayload": "-- ******* ---- Linux-5.15.109+-x86_64-with-glibc2.27 2023-09-13 11:43:19", - "insertId": "xuoq7hf6wv3mt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:43:19.825411055Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:43:24.141002921Z" - }, - { - "textPayload": "- *** --- * --- ", - "insertId": "xuoq7hf6wv3mu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:43:19.825416877Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:43:24.141002921Z" - }, - { - "textPayload": "- ** ---------- [config]", - "insertId": "xuoq7hf6wv3mv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:43:19.825423022Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:43:24.141002921Z" - }, - { - "textPayload": "- ** ---------- .> app: airflow.executors.celery_executor:0x7b39a36be610", - "insertId": "xuoq7hf6wv3mw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:43:19.825467440Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:43:24.141002921Z" - }, - { - "textPayload": "- ** ---------- .> transport: redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "xuoq7hf6wv3mx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:43:19.825480368Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:43:24.141002921Z" - }, - { - "textPayload": "- ** ---------- .> results: redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "xuoq7hf6wv3my", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:43:19.825487491Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:43:24.141002921Z" - }, - { - "textPayload": "- *** --- * --- .> concurrency: 6 (prefork)", - "insertId": "xuoq7hf6wv3mz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:43:19.825493799Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:43:24.141002921Z" - }, - { - "textPayload": "-- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)", - "insertId": "xuoq7hf6wv3n0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:43:19.825499363Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:43:24.141002921Z" - }, - { - "textPayload": "--- ***** ----- ", - "insertId": "xuoq7hf6wv3n1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:43:19.825504839Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:43:24.141002921Z" - }, - { - "textPayload": " -------------- [queues]", - "insertId": "xuoq7hf6wv3n2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:43:19.825510836Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:43:24.141002921Z" - }, - { - "textPayload": " .> default exchange=default(direct) key=default", - "insertId": "xuoq7hf6wv3n3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:43:19.825515989Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:43:24.141002921Z" - }, - { - "textPayload": " ", - "insertId": "xuoq7hf6wv3n4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:43:19.825521699Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:43:24.141002921Z" - }, - { - "textPayload": "", - "insertId": "xuoq7hf6wv3n5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:43:19.825527319Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:43:24.141002921Z" - }, - { - "textPayload": "[tasks]", - "insertId": "xuoq7hf6wv3n6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:43:19.825533437Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:43:24.141002921Z" - }, - { - "textPayload": " . airflow.executors.celery_executor.execute_command", - "insertId": "xuoq7hf6wv3n7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:43:19.825539215Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:43:24.141002921Z" - }, - { - "textPayload": "", - "insertId": "xuoq7hf6wv3n8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:43:19.825555618Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:43:24.141002921Z" - }, - { - "textPayload": "Connected to redis://airflow-redis-service.composer-system.svc.cluster.local:6379/0", - "insertId": "1ha7idsfilr4g0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:43:25.421833954Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "connection.py:22" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:43:31.197407141Z" - }, - { - "textPayload": "mingle: searching for neighbors", - "insertId": "1ha7idsfilr4g1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:43:25.432026390Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "mingle.py:40" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:43:31.197407141Z" - }, - { - "textPayload": "mingle: all alone", - "insertId": "1ha7idsfilr4g2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:43:26.529413454Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "mingle.py:49" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:43:31.197407141Z" - }, - { - "textPayload": "celery@airflow-worker-r72xf ready.", - "insertId": "1ha7idsfilr4g3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:43:26.566544340Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "worker.py:176" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:43:31.197407141Z" - }, - { - "textPayload": "Events of group {task} enabled by remote.", - "insertId": "1ha7idsfilr4g4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:43:29.213813870Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "control.py:277" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:43:31.197407141Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "5ud9bhfm1u8me", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:47:50.245134520Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:47:55.979571712Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[90d68e21-59e8-4e9c-8027-eab5631924ea] received", - "insertId": "1v5o2rcf7ih1kf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:50:01.257576493Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:03.833841703Z" - }, - { - "textPayload": "[90d68e21-59e8-4e9c-8027-eab5631924ea] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T11:40:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "1v5o2rcf7ih1kg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:50:01.307358562Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:03.833841703Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1v5o2rcf7ih1kh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:50:01.735143092Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:03.833841703Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1v5o2rcf7ih1ki", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:50:01.737695917Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:03.833841703Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1v5o2rcf7ih1kj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:50:01.858263147Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:03.833841703Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "yyz1o6ficly0q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:50:02.853041783Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:08.956951246Z" - }, - { - "textPayload": "Running on host airflow-worker-r72xf", - "insertId": "yyz1o6ficly0r", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:50:03.432761474Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:08.956951246Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "yyz1o6ficly0s", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:50:03.711208787Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "try-number": "1", - "task-id": "echo", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1091", - "execution-date": "2023-09-13T11:40:00+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:08.956951246Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "yyz1o6ficly0t", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:50:03.732122063Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "task-id": "echo", - "try-number": "1", - "worker_id": "airflow-worker-r72xf", - "process": "taskinstance.py:1091", - "execution-date": "2023-09-13T11:40:00+00:00", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:08.956951246Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "yyz1o6ficly0u", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:50:03.732665329Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "try-number": "1", - "task-id": "echo", - "process": "taskinstance.py:1289", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T11:40:00+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:08.956951246Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "yyz1o6ficly0v", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:50:03.733159607Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "execution-date": "2023-09-13T11:40:00+00:00", - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "try-number": "1", - "process": "taskinstance.py:1290", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:08.956951246Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "yyz1o6ficly0w", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:50:03.733617493Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T11:40:00+00:00", - "try-number": "1", - "worker_id": "airflow-worker-r72xf", - "task-id": "echo", - "process": "taskinstance.py:1291", - "workflow": "airflow_monitoring", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:08.956951246Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "yyz1o6ficly0x", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:50:03.993487676Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:08.956951246Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "yyz1o6ficly0y", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:50:03.993537573Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:08.956951246Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "yyz1o6ficly0z", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:50:04.044011104Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:08.956951246Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "yyz1o6ficly10", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:50:04.044049227Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:08.956951246Z" - }, - { - "textPayload": "Executing on 2023-09-13 11:40:00+00:00", - "insertId": "yyz1o6ficly11", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:50:04.924325972Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1310", - "map-index": "-1", - "workflow": "airflow_monitoring", - "try-number": "1", - "task-id": "echo", - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T11:40:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:08.956951246Z" - }, - { - "textPayload": "Started process 318 to run task", - "insertId": "yyz1o6ficly12", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:50:04.957934830Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T11:40:00+00:00", - "map-index": "-1", - "try-number": "1", - "workflow": "airflow_monitoring", - "process": "standard_task_runner.py:55" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:08.956951246Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T11:40:00+00:00', '--job-id', '999', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmpe0pnes2g']", - "insertId": "yyz1o6ficly13", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:50:04.959229690Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "task-id": "echo", - "execution-date": "2023-09-13T11:40:00+00:00", - "map-index": "-1", - "workflow": "airflow_monitoring", - "process": "standard_task_runner.py:82", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:08.956951246Z" - }, - { - "textPayload": "Job 999: Subtask echo", - "insertId": "yyz1o6ficly14", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:50:04.960626818Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T11:40:00+00:00", - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-r72xf", - "task-id": "echo", - "workflow": "airflow_monitoring", - "process": "standard_task_runner.py:83" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:08.956951246Z" - }, - { - "textPayload": "Running on host airflow-worker-r72xf", - "insertId": "yyz1o6ficly15", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:50:05.319658691Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-13T11:40:00+00:00", - "task-id": "echo", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-r72xf", - "process": "task_command.py:393", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:08.956951246Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T11:40:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T11:40:00+00:00", - "insertId": "yyz1o6ficly16", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:50:05.516364931Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1518", - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-13T11:40:00+00:00", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-r72xf", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:08.956951246Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "yyz1o6ficly17", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:50:05.518191553Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "process": "subprocess.py:63", - "workflow": "airflow_monitoring", - "try-number": "1", - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T11:40:00+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:08.956951246Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "yyz1o6ficly18", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:50:05.519774488Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-13T11:40:00+00:00", - "try-number": "1", - "workflow": "airflow_monitoring", - "task-id": "echo", - "process": "subprocess.py:75", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:08.956951246Z" - }, - { - "textPayload": "Output:", - "insertId": "yyz1o6ficly19", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T11:50:05.670413698Z", - "severity": "INFO", - "labels": { - "process": "subprocess.py:86", - "worker_id": "airflow-worker-r72xf", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T11:40:00+00:00", - "try-number": "1", - "map-index": "-1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:08.956951246Z" - }, - { - "textPayload": "test", - "insertId": "yyz1o6ficly1a", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:50:05.679489104Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "subprocess.py:93", - "task-id": "echo", - "try-number": "1", - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T11:40:00+00:00", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:08.956951246Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "yyz1o6ficly1b", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:50:05.680769526Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "map-index": "-1", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T11:40:00+00:00", - "task-id": "echo", - "process": "subprocess.py:97", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:08.956951246Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T114000, start_date=20230913T115003, end_date=20230913T115005", - "insertId": "yyz1o6ficly1c", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:50:05.722628754Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "task-id": "echo", - "execution-date": "2023-09-13T11:40:00+00:00", - "process": "taskinstance.py:1328", - "map-index": "-1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:08.956951246Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "yyz1o6ficly1d", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:50:06.462631571Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "task-id": "echo", - "process": "local_task_job.py:212", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "execution-date": "2023-09-13T11:40:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:08.956951246Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "yyz1o6ficly1e", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:50:06.544646658Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:2599", - "execution-date": "2023-09-13T11:40:00+00:00", - "task-id": "echo", - "map-index": "-1", - "try-number": "1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:08.956951246Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[90d68e21-59e8-4e9c-8027-eab5631924ea] succeeded in 5.450612828019075s: None", - "insertId": "yyz1o6ficly1f", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T11:50:06.712560515Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:50:08.956951246Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1yhp8opfj4a444", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:53:03.330157002Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:53:09.073027124Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "9629lifp7jw7n", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T11:57:55.236740514Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T11:58:00.029533955Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[ed5a4ead-3129-4da5-8e0c-bc464e3d4e7a] received", - "insertId": "14sqdezf6tluls", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:00:01.173114232Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:04.801707771Z" - }, - { - "textPayload": "[ed5a4ead-3129-4da5-8e0c-bc464e3d4e7a] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T11:50:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "14sqdezf6tlult", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:00:01.178935906Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:04.801707771Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "14sqdezf6tlulu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:00:01.615709944Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:04.801707771Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "14sqdezf6tlulv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:00:01.618903780Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:04.801707771Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "14sqdezf6tlulw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:00:01.739509947Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:04.801707771Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "14sqdezf6tlulx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:00:02.708432061Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:04.801707771Z" - }, - { - "textPayload": "Running on host airflow-worker-r72xf", - "insertId": "14sqdezf6tluly", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:00:03.274813092Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:04.801707771Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "14sqdezf6tlulz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:00:03.513438906Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-13T11:50:00+00:00", - "worker_id": "airflow-worker-r72xf", - "task-id": "echo", - "process": "taskinstance.py:1091", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:04.801707771Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "14sqdezf6tlum0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:00:03.608365219Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "taskinstance.py:1091", - "workflow": "airflow_monitoring", - "task-id": "echo", - "worker_id": "airflow-worker-r72xf", - "try-number": "1", - "execution-date": "2023-09-13T11:50:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:04.801707771Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "14sqdezf6tlum1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:00:03.608731301Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "process": "taskinstance.py:1289", - "worker_id": "airflow-worker-r72xf", - "workflow": "airflow_monitoring", - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-13T11:50:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:04.801707771Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "14sqdezf6tlum2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:00:03.609085425Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "task-id": "echo", - "try-number": "1", - "execution-date": "2023-09-13T11:50:00+00:00", - "process": "taskinstance.py:1290", - "workflow": "airflow_monitoring", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:04.801707771Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "14sqdezf6tlum3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:00:03.609614431Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "workflow": "airflow_monitoring", - "task-id": "echo", - "process": "taskinstance.py:1291", - "map-index": "-1", - "execution-date": "2023-09-13T11:50:00+00:00", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:04.801707771Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "18yhbjhf505hcc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:00:03.900709427Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:09.930104361Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "18yhbjhf505hcd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:00:03.900784090Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:09.930104361Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "18yhbjhf505hce", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:00:03.928873985Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:09.930104361Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "18yhbjhf505hcf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:00:03.928917488Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:09.930104361Z" - }, - { - "textPayload": "Executing on 2023-09-13 11:50:00+00:00", - "insertId": "18yhbjhf505hcg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:00:04.830601510Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "try-number": "1", - "process": "taskinstance.py:1310", - "worker_id": "airflow-worker-r72xf", - "workflow": "airflow_monitoring", - "map-index": "-1", - "execution-date": "2023-09-13T11:50:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:09.930104361Z" - }, - { - "textPayload": "Started process 541 to run task", - "insertId": "18yhbjhf505hch", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:00:04.868980014Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-13T11:50:00+00:00", - "worker_id": "airflow-worker-r72xf", - "process": "standard_task_runner.py:55", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:09.930104361Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T11:50:00+00:00', '--job-id', '1000', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmp9n4k4g97']", - "insertId": "18yhbjhf505hci", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:00:04.870271284Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "workflow": "airflow_monitoring", - "process": "standard_task_runner.py:82", - "try-number": "1", - "task-id": "echo", - "execution-date": "2023-09-13T11:50:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:09.930104361Z" - }, - { - "textPayload": "Job 1000: Subtask echo", - "insertId": "18yhbjhf505hcj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:00:04.871702698Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "map-index": "-1", - "task-id": "echo", - "worker_id": "airflow-worker-r72xf", - "try-number": "1", - "process": "standard_task_runner.py:83", - "execution-date": "2023-09-13T11:50:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:09.930104361Z" - }, - { - "textPayload": "Running on host airflow-worker-r72xf", - "insertId": "18yhbjhf505hck", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:00:05.252000374Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "map-index": "-1", - "execution-date": "2023-09-13T11:50:00+00:00", - "task-id": "echo", - "try-number": "1", - "process": "task_command.py:393", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:09.930104361Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T11:50:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T11:50:00+00:00", - "insertId": "18yhbjhf505hcl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:00:05.435451290Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "process": "taskinstance.py:1518", - "map-index": "-1", - "try-number": "1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T11:50:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:09.930104361Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "18yhbjhf505hcm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:00:05.437684966Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T11:50:00+00:00", - "try-number": "1", - "worker_id": "airflow-worker-r72xf", - "task-id": "echo", - "map-index": "-1", - "process": "subprocess.py:63" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:09.930104361Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "18yhbjhf505hcn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:00:05.439347741Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T11:50:00+00:00", - "process": "subprocess.py:75", - "workflow": "airflow_monitoring", - "task-id": "echo", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:09.930104361Z" - }, - { - "textPayload": "Output:", - "insertId": "18yhbjhf505hco", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:00:05.578342243Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "workflow": "airflow_monitoring", - "try-number": "1", - "execution-date": "2023-09-13T11:50:00+00:00", - "process": "subprocess.py:86", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:09.930104361Z" - }, - { - "textPayload": "test", - "insertId": "18yhbjhf505hcp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:00:05.586681917Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T11:50:00+00:00", - "worker_id": "airflow-worker-r72xf", - "process": "subprocess.py:93", - "task-id": "echo", - "map-index": "-1", - "workflow": "airflow_monitoring", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:09.930104361Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "18yhbjhf505hcq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:00:05.587268200Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "map-index": "-1", - "try-number": "1", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T11:50:00+00:00", - "process": "subprocess.py:97", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:09.930104361Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T115000, start_date=20230913T120003, end_date=20230913T120005", - "insertId": "18yhbjhf505hcr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:00:05.635348913Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1328", - "map-index": "-1", - "task-id": "echo", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T11:50:00+00:00", - "worker_id": "airflow-worker-r72xf", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:09.930104361Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "18yhbjhf505hcs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:00:06.291564558Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "workflow": "airflow_monitoring", - "task-id": "echo", - "try-number": "1", - "process": "local_task_job.py:212", - "execution-date": "2023-09-13T11:50:00+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:09.930104361Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "18yhbjhf505hct", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:00:06.402895520Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T11:50:00+00:00", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:2599", - "map-index": "-1", - "task-id": "echo", - "worker_id": "airflow-worker-r72xf", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:09.930104361Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[ed5a4ead-3129-4da5-8e0c-bc464e3d4e7a] succeeded in 5.384852607996436s: None", - "insertId": "18yhbjhf505hcu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:00:06.562140681Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:00:09.930104361Z" - }, - { - "textPayload": "E0913 12:02:55.805391063 613 thd.cc:157] pthread_create failed: Resource temporarily unavailable", - "insertId": "1gzzi96fdnrmps", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:02:55.805800383Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:02:59.813370549Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1gzzi96fdnrmpt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:02:57.440564524Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:02:59.813370549Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1v5m7ysf6uce2b", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:08:07.921291425Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:08:14.044321694Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[092f3653-d0b2-4a89-905c-665b2168a1bc] received", - "insertId": "1x3nuypfj936gt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:10:00.468670886Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:03.812729720Z" - }, - { - "textPayload": "[092f3653-d0b2-4a89-905c-665b2168a1bc] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T12:00:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "1x3nuypfj936gu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:10:00.474817149Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:03.812729720Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1x3nuypfj936gv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:10:00.828348653Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:03.812729720Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1x3nuypfj936gw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:10:00.830744629Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:03.812729720Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1x3nuypfj936gx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:10:00.944468720Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:03.812729720Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "1x3nuypfj936gy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:10:01.911818628Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:03.812729720Z" - }, - { - "textPayload": "Running on host airflow-worker-r72xf", - "insertId": "1x3nuypfj936gz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:10:02.517479197Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:03.812729720Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "1x3nuypfj936h0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:10:02.681369399Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "task-id": "echo", - "process": "taskinstance.py:1091", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T12:00:00+00:00", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:03.812729720Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "1x3nuypfj936h1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:10:02.713255512Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "task-id": "echo", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T12:00:00+00:00", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:03.812729720Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1x3nuypfj936h2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:10:02.714146616Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "try-number": "1", - "workflow": "airflow_monitoring", - "map-index": "-1", - "process": "taskinstance.py:1289", - "task-id": "echo", - "execution-date": "2023-09-13T12:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:03.812729720Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "1x3nuypfj936h3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:10:02.714877079Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "task-id": "echo", - "process": "taskinstance.py:1290", - "map-index": "-1", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T12:00:00+00:00", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:03.812729720Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1x3nuypfj936h4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:10:02.715608022Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:00:00+00:00", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "process": "taskinstance.py:1291", - "task-id": "echo", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:03.812729720Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1y7k36efbzgubv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:10:02.960843801Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:09.888456604Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1y7k36efbzgubw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:10:02.960887882Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:09.888456604Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1y7k36efbzgubx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:10:03.021307126Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:09.888456604Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1y7k36efbzguby", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:10:03.021360121Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:09.888456604Z" - }, - { - "textPayload": "Executing on 2023-09-13 12:00:00+00:00", - "insertId": "1y7k36efbzgubz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:10:03.867913428Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1310", - "task-id": "echo", - "try-number": "1", - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "execution-date": "2023-09-13T12:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:09.888456604Z" - }, - { - "textPayload": "Started process 777 to run task", - "insertId": "1y7k36efbzguc0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:10:03.901947511Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "process": "standard_task_runner.py:55", - "task-id": "echo", - "map-index": "-1", - "worker_id": "airflow-worker-r72xf", - "try-number": "1", - "execution-date": "2023-09-13T12:00:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:09.888456604Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T12:00:00+00:00', '--job-id', '1001', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmpm37rct5_']", - "insertId": "1y7k36efbzguc1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:10:03.905663233Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-13T12:00:00+00:00", - "worker_id": "airflow-worker-r72xf", - "task-id": "echo", - "process": "standard_task_runner.py:82", - "workflow": "airflow_monitoring", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:09.888456604Z" - }, - { - "textPayload": "Job 1001: Subtask echo", - "insertId": "1y7k36efbzguc2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:10:03.907087917Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "task-id": "echo", - "execution-date": "2023-09-13T12:00:00+00:00", - "worker_id": "airflow-worker-r72xf", - "try-number": "1", - "map-index": "-1", - "process": "standard_task_runner.py:83" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:09.888456604Z" - }, - { - "textPayload": "Running on host airflow-worker-r72xf", - "insertId": "1y7k36efbzguc3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:10:04.328793562Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "map-index": "-1", - "task-id": "echo", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T12:00:00+00:00", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:09.888456604Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T12:00:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T12:00:00+00:00", - "insertId": "1y7k36efbzguc4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:10:04.552168600Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "airflow_monitoring", - "task-id": "echo", - "execution-date": "2023-09-13T12:00:00+00:00", - "process": "taskinstance.py:1518", - "try-number": "1", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:09.888456604Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "1y7k36efbzguc5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:10:04.554095935Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "task-id": "echo", - "process": "subprocess.py:63", - "try-number": "1", - "execution-date": "2023-09-13T12:00:00+00:00", - "worker_id": "airflow-worker-r72xf", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:09.888456604Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "1y7k36efbzguc6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:10:04.555631774Z", - "severity": "INFO", - "labels": { - "process": "subprocess.py:75", - "task-id": "echo", - "map-index": "-1", - "execution-date": "2023-09-13T12:00:00+00:00", - "try-number": "1", - "worker_id": "airflow-worker-r72xf", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:09.888456604Z" - }, - { - "textPayload": "Output:", - "insertId": "1y7k36efbzguc7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:10:04.711494388Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "workflow": "airflow_monitoring", - "map-index": "-1", - "process": "subprocess.py:86", - "execution-date": "2023-09-13T12:00:00+00:00", - "try-number": "1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:09.888456604Z" - }, - { - "textPayload": "test", - "insertId": "1y7k36efbzguc8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:10:04.719839677Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:00:00+00:00", - "process": "subprocess.py:93", - "try-number": "1", - "workflow": "airflow_monitoring", - "map-index": "-1", - "task-id": "echo", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:09.888456604Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "1y7k36efbzguc9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:10:04.720571689Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-13T12:00:00+00:00", - "process": "subprocess.py:97", - "task-id": "echo", - "worker_id": "airflow-worker-r72xf", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:09.888456604Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T120000, start_date=20230913T121002, end_date=20230913T121004", - "insertId": "1y7k36efbzguca", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:10:04.762517764Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:00:00+00:00", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1328", - "worker_id": "airflow-worker-r72xf", - "task-id": "echo", - "try-number": "1", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:09.888456604Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "1y7k36efbzgucb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:10:05.571999839Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:00:00+00:00", - "task-id": "echo", - "map-index": "-1", - "try-number": "1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-r72xf", - "process": "local_task_job.py:212" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:09.888456604Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "1y7k36efbzgucc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:10:05.657425919Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T12:00:00+00:00", - "try-number": "1", - "map-index": "-1", - "process": "taskinstance.py:2599", - "workflow": "airflow_monitoring", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:09.888456604Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[092f3653-d0b2-4a89-905c-665b2168a1bc] succeeded in 5.364713379996829s: None", - "insertId": "1y7k36efbzgucd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:10:05.837161720Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:10:09.888456604Z" - }, - { - "textPayload": "E0913 12:12:56.218907341 848 thd.cc:157] pthread_create failed: Resource temporarily unavailable", - "insertId": "1o7uylsfpf8kub", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:12:56.220302302Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:02.894308674Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "ktpy6gfjbd8ma", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:03.623174839Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:08.989937430Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[f2d2b96b-cb54-4a95-a76d-74a158ce38e0] received", - "insertId": "ktpy6gfjbd8mb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:07.148918229Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:08.989937430Z" - }, - { - "textPayload": "[f2d2b96b-cb54-4a95-a76d-74a158ce38e0] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'run_bq_external_ingestion', 'manual__2023-09-13T12:13:02.076777+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "ktpy6gfjbd8mc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:07.205011887Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:08.989937430Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "ktpy6gfjbd8md", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:08.022935952Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:08.989937430Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "ktpy6gfjbd8me", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:08.025569693Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:08.989937430Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "ktpy6gfjbd8mf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:08.433774474Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:08.989937430Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "1htx5o8fj8dw93", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:11.132748949Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:16.165128955Z" - }, - { - "textPayload": "Running on host airflow-worker-r72xf", - "insertId": "1sdmhokfpdbytj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:17.220674121Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:23.289743178Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "1sdmhokfpdbytk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:17.351204940Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1091", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "workflow": "data_analytics_dag", - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-r72xf", - "task-id": "run_bq_external_ingestion" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:23.289743178Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "1sdmhokfpdbytl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:17.369368586Z", - "severity": "INFO", - "labels": { - "task-id": "run_bq_external_ingestion", - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:23.289743178Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1sdmhokfpdbytm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:17.369824085Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "map-index": "-1", - "try-number": "1", - "process": "taskinstance.py:1289", - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "task-id": "run_bq_external_ingestion" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:23.289743178Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "1sdmhokfpdbytn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:17.370268416Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "process": "taskinstance.py:1290", - "try-number": "1", - "worker_id": "airflow-worker-r72xf", - "task-id": "run_bq_external_ingestion", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:23.289743178Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1sdmhokfpdbyto", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:17.370649889Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "process": "taskinstance.py:1291", - "task-id": "run_bq_external_ingestion" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:23.289743178Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1sdmhokfpdbytp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:17.710130352Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:23.289743178Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1sdmhokfpdbytq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:17.710156964Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:23.289743178Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1sdmhokfpdbytr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:17.749521573Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:23.289743178Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1sdmhokfpdbyts", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:17.749593370Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:23.289743178Z" - }, - { - "textPayload": "Executing on 2023-09-13 12:13:02.076777+00:00", - "insertId": "1sdmhokfpdbytt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:18.701606985Z", - "severity": "INFO", - "labels": { - "task-id": "run_bq_external_ingestion", - "map-index": "-1", - "worker_id": "airflow-worker-r72xf", - "process": "taskinstance.py:1310", - "try-number": "1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T12:13:02.076777+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:23.289743178Z" - }, - { - "textPayload": "Started process 878 to run task", - "insertId": "1sdmhokfpdbytu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:18.743237028Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "process": "standard_task_runner.py:55", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "try-number": "1", - "task-id": "run_bq_external_ingestion" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:23.289743178Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'run_bq_external_ingestion', 'manual__2023-09-13T12:13:02.076777+00:00', '--job-id', '1002', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmp29e10h91']", - "insertId": "1sdmhokfpdbytv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:18.743283930Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "process": "standard_task_runner.py:82", - "try-number": "1", - "map-index": "-1", - "task-id": "run_bq_external_ingestion", - "worker_id": "airflow-worker-r72xf", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:23.289743178Z" - }, - { - "textPayload": "Job 1002: Subtask run_bq_external_ingestion", - "insertId": "1sdmhokfpdbytw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:18.745004626Z", - "severity": "INFO", - "labels": { - "process": "standard_task_runner.py:83", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "try-number": "1", - "task-id": "run_bq_external_ingestion", - "workflow": "data_analytics_dag", - "map-index": "-1", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:23.289743178Z" - }, - { - "textPayload": "Running on host airflow-worker-r72xf", - "insertId": "1sdmhokfpdbytx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:19.128076597Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "task-id": "run_bq_external_ingestion", - "worker_id": "airflow-worker-r72xf", - "workflow": "data_analytics_dag", - "process": "task_command.py:393", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:23.289743178Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=run_bq_external_ingestion\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T12:13:02.076777+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=manual__2023-09-13T12:13:02.076777+00:00", - "insertId": "1sdmhokfpdbyty", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:19.448241690Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "process": "taskinstance.py:1518", - "try-number": "1", - "task-id": "run_bq_external_ingestion", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-r72xf", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:23.289743178Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "1sdmhokfpdbytz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:19.489307489Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "try-number": "1", - "map-index": "-1", - "task-id": "run_bq_external_ingestion", - "worker_id": "airflow-worker-r72xf", - "workflow": "data_analytics_dag", - "process": "base.py:73" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:23.289743178Z" - }, - { - "textPayload": "Using existing BigQuery table for storing data...", - "insertId": "1sdmhokfpdbyu0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:19.491647435Z", - "severity": "INFO", - "labels": { - "task-id": "run_bq_external_ingestion", - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "process": "gcs_to_bigquery.py:375", - "map-index": "-1", - "workflow": "data_analytics_dag", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:23.289743178Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "1sdmhokfpdbyu1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:19.492759907Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "process": "credentials_provider.py:353", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "map-index": "-1", - "task-id": "run_bq_external_ingestion", - "worker_id": "airflow-worker-r72xf", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:23.289743178Z" - }, - { - "textPayload": "Project is not included in destination_project_dataset_table: holiday_weather.holidays; using project \"acceldata-acm\"", - "insertId": "1sdmhokfpdbyu2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:19.510035197Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "bigquery.py:2314", - "try-number": "1", - "task-id": "run_bq_external_ingestion", - "map-index": "-1", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:23.289743178Z" - }, - { - "textPayload": "Executing: {'load': {'autodetect': True, 'createDisposition': 'CREATE_IF_NEEDED', 'destinationTable': {'projectId': 'acceldata-acm', 'datasetId': 'holiday_weather', 'tableId': 'holidays'}, 'sourceFormat': 'CSV', 'sourceUris': ['gs://openlineagedemo/holidays.csv'], 'writeDisposition': 'WRITE_TRUNCATE', 'ignoreUnknownValues': False, 'schema': {'fields': [{'name': 'Date', 'type': 'DATE'}, {'name': 'Holiday', 'type': 'STRING'}]}, 'skipLeadingRows': 1, 'fieldDelimiter': ',', 'quote': None, 'allowQuotedNewlines': False, 'encoding': 'UTF-8'}}", - "insertId": "1sdmhokfpdbyu3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:19.511343949Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "workflow": "data_analytics_dag", - "process": "gcs_to_bigquery.py:379", - "try-number": "1", - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "task-id": "run_bq_external_ingestion" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:23.289743178Z" - }, - { - "textPayload": "Inserting job airflow_data_analytics_dag_run_bq_external_ingestion_2023_09_13T12_13_02_076777_00_00_a6068a911228fb61a865591d09efc303", - "insertId": "1sdmhokfpdbyu4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:19.513271195Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "worker_id": "airflow-worker-r72xf", - "workflow": "data_analytics_dag", - "task-id": "run_bq_external_ingestion", - "process": "bigquery.py:1596", - "map-index": "-1", - "execution-date": "2023-09-13T12:13:02.076777+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:23.289743178Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=data_analytics_dag, task_id=run_bq_external_ingestion, execution_date=20230913T121302, start_date=20230913T121317, end_date=20230913T121323", - "insertId": "jpflkkf8s8yld", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:23.236554575Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "try-number": "1", - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "process": "taskinstance.py:1328", - "task-id": "run_bq_external_ingestion", - "execution-date": "2023-09-13T12:13:02.076777+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:29.386251884Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[c913e647-a5b5-46b6-9382-aaf6b373e673] received", - "insertId": "jpflkkf8s8yle", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:24.223145136Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "strategy.py:161" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:29.386251884Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[e31cd580-fc70-4ec5-93e1-8277d5df4a6b] received", - "insertId": "jpflkkf8s8ylf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:24.227885158Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:29.386251884Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "jpflkkf8s8ylg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:24.248618824Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-r72xf", - "workflow": "data_analytics_dag", - "task-id": "run_bq_external_ingestion", - "process": "local_task_job.py:212", - "execution-date": "2023-09-13T12:13:02.076777+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:29.386251884Z" - }, - { - "textPayload": "[e31cd580-fc70-4ec5-93e1-8277d5df4a6b] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2021', 'manual__2023-09-13T12:13:02.076777+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "jpflkkf8s8ylh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:24.265428803Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:29.386251884Z" - }, - { - "textPayload": "[c913e647-a5b5-46b6-9382-aaf6b373e673] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2020', 'manual__2023-09-13T12:13:02.076777+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "jpflkkf8s8yli", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:24.265655658Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:29.386251884Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "jpflkkf8s8ylj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:24.525189683Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "map-index": "-1", - "process": "taskinstance.py:2599", - "task-id": "run_bq_external_ingestion", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:29.386251884Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[f2d2b96b-cb54-4a95-a76d-74a158ce38e0] succeeded in 17.771795433975058s: None", - "insertId": "jpflkkf8s8ylk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:24.925689277Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:29.386251884Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "jpflkkf8s8yll", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:25.310655798Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:29.386251884Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "jpflkkf8s8ylm", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:25.314605262Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:29.386251884Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "jpflkkf8s8yln", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:25.421149024Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:29.386251884Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "jpflkkf8s8ylo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:25.423949526Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:29.386251884Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "jpflkkf8s8ylp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:25.634916047Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:29.386251884Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "jpflkkf8s8ylq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:25.733187905Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:29.386251884Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "jpflkkf8s8ylr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:27.939716164Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:29.386251884Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "jpflkkf8s8yls", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:28.020321703Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:29.386251884Z" - }, - { - "textPayload": "Running on host airflow-worker-r72xf", - "insertId": "gnwiwyfpeo9xv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:36.984787444Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Running on host airflow-worker-r72xf", - "insertId": "gnwiwyfpeo9xw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:37.097525747Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "gnwiwyfpeo9xx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:37.168717473Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "gnwiwyfpeo9xy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:37.219002321Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "process": "taskinstance.py:1091", - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "workflow": "data_analytics_dag", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "gnwiwyfpeo9xz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:37.219582395Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1289", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "try-number": "1", - "worker_id": "airflow-worker-r72xf", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "gnwiwyfpeo9y0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:37.220056396Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1290", - "try-number": "1", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "worker_id": "airflow-worker-r72xf", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "map-index": "-1", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "gnwiwyfpeo9y1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:37.220501378Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1291", - "try-number": "1", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "gnwiwyfpeo9y2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:37.330869345Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "map-index": "-1", - "process": "taskinstance.py:1091", - "try-number": "1", - "execution-date": "2023-09-13T12:13:02.076777+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "gnwiwyfpeo9y3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:37.413373712Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-r72xf", - "try-number": "1", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "gnwiwyfpeo9y4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:37.413805988Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "try-number": "1", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "process": "taskinstance.py:1289", - "map-index": "-1", - "worker_id": "airflow-worker-r72xf", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "gnwiwyfpeo9y5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:37.414254975Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "taskinstance.py:1290", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "workflow": "data_analytics_dag", - "map-index": "-1", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "gnwiwyfpeo9y6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:37.417016128Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "workflow": "data_analytics_dag", - "try-number": "1", - "process": "taskinstance.py:1291", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "gnwiwyfpeo9y7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:37.708114163Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "gnwiwyfpeo9y8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:37.708151179Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "gnwiwyfpeo9y9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:37.733576318Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "gnwiwyfpeo9ya", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:37.733650328Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Executing on 2023-09-13 12:13:02.076777+00:00", - "insertId": "gnwiwyfpeo9yb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:38.882011101Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1310", - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "workflow": "data_analytics_dag", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Started process 888 to run task", - "insertId": "gnwiwyfpeo9yc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:38.894536480Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "process": "standard_task_runner.py:55", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2020', 'manual__2023-09-13T12:13:02.076777+00:00', '--job-id', '1003', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmpmb_8kpyq']", - "insertId": "gnwiwyfpeo9yd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:38.910474703Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "workflow": "data_analytics_dag", - "try-number": "1", - "process": "standard_task_runner.py:82" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Job 1003: Subtask join_bq_datasets.bq_join_holidays_weather_data_2020", - "insertId": "gnwiwyfpeo9ye", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:38.911511951Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "workflow": "data_analytics_dag", - "process": "standard_task_runner.py:83", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "gnwiwyfpeo9yf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:39.308764821Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "gnwiwyfpeo9yg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:39.308839208Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "gnwiwyfpeo9yh", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:39.344433513Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "gnwiwyfpeo9yi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:39.344479747Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Running on host airflow-worker-r72xf", - "insertId": "gnwiwyfpeo9yj", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:39.442003392Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "map-index": "-1", - "worker_id": "airflow-worker-r72xf", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T12:13:02.076777+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=join_bq_datasets.bq_join_holidays_weather_data_2020\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T12:13:02.076777+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=manual__2023-09-13T12:13:02.076777+00:00", - "insertId": "gnwiwyfpeo9yk", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:39.808851100Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1518", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-13T12:13:02.076777+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "gnwiwyfpeo9yl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:39.851615057Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "process": "base.py:73", - "try-number": "1", - "worker_id": "airflow-worker-r72xf", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Executing: {'query': {'query': '\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_2020 AS Table WHERE Table.element=\"TMAX\" AND Table.id=\"USW00094846\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n ', 'useLegacySql': False, 'destinationTable': {'projectId': 'acceldata-acm', 'datasetId': 'holiday_weather', 'tableId': 'holidays_weather_joined'}, 'writeDisposition': 'WRITE_APPEND'}}'", - "insertId": "gnwiwyfpeo9ym", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:39.854167457Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "process": "bigquery.py:2710", - "workflow": "data_analytics_dag", - "map-index": "-1", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "gnwiwyfpeo9yn", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:39.855068311Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "process": "credentials_provider.py:353", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "try-number": "1", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Inserting job airflow_data_analytics_dag_join_bq_datasets_bq_join_holidays_weather_data_2020_2023_09_13T12_13_02_076777_00_00_68f39afe6cf69f542bffd2222a8f344c", - "insertId": "gnwiwyfpeo9yo", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:39.870986945Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "process": "bigquery.py:1596", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Executing on 2023-09-13 12:13:02.076777+00:00", - "insertId": "gnwiwyfpeo9yp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:40.006843093Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "map-index": "-1", - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "process": "taskinstance.py:1310" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Started process 893 to run task", - "insertId": "gnwiwyfpeo9yq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:40.019939137Z", - "severity": "INFO", - "labels": { - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "process": "standard_task_runner.py:55", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'join_bq_datasets.bq_join_holidays_weather_data_2021', 'manual__2023-09-13T12:13:02.076777+00:00', '--job-id', '1004', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmphjph6pi4']", - "insertId": "gnwiwyfpeo9yr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:40.025287653Z", - "severity": "INFO", - "labels": { - "process": "standard_task_runner.py:82", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Job 1004: Subtask join_bq_datasets.bq_join_holidays_weather_data_2021", - "insertId": "gnwiwyfpeo9ys", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:40.025789451Z", - "severity": "INFO", - "labels": { - "process": "standard_task_runner.py:83", - "workflow": "data_analytics_dag", - "try-number": "1", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "map-index": "-1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Running on host airflow-worker-r72xf", - "insertId": "gnwiwyfpeo9yt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:40.442834800Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "workflow": "data_analytics_dag", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=join_bq_datasets.bq_join_holidays_weather_data_2021\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T12:13:02.076777+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=manual__2023-09-13T12:13:02.076777+00:00", - "insertId": "gnwiwyfpeo9yu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:40.718930836Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-r72xf", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "try-number": "1", - "process": "taskinstance.py:1518" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "gnwiwyfpeo9yv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:40.771002667Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "map-index": "-1", - "process": "base.py:73", - "try-number": "1", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "worker_id": "airflow-worker-r72xf", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Executing: {'query': {'query': '\\n SELECT Holidays.Date, Holiday, id, element, value\\n FROM `acceldata-acm.holiday_weather.holidays` AS Holidays\\n JOIN (SELECT id, date, element, value FROM bigquery-public-data.ghcn_d.ghcnd_2021 AS Table WHERE Table.element=\"TMAX\" AND Table.id=\"USW00094846\") AS Weather\\n ON Holidays.Date = Weather.Date;\\n ', 'useLegacySql': False, 'destinationTable': {'projectId': 'acceldata-acm', 'datasetId': 'holiday_weather', 'tableId': 'holidays_weather_joined'}, 'writeDisposition': 'WRITE_APPEND'}}'", - "insertId": "gnwiwyfpeo9yw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:40.773357778Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "map-index": "-1", - "process": "bigquery.py:2710", - "worker_id": "airflow-worker-r72xf", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "gnwiwyfpeo9yx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:40.773973272Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "try-number": "1", - "workflow": "data_analytics_dag", - "process": "credentials_provider.py:353", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Inserting job airflow_data_analytics_dag_join_bq_datasets_bq_join_holidays_weather_data_2021_2023_09_13T12_13_02_076777_00_00_d60e722fe1802dffe9f3333e4c35c0cb", - "insertId": "gnwiwyfpeo9yy", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:40.790429287Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "workflow": "data_analytics_dag", - "process": "bigquery.py:1596", - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=data_analytics_dag, task_id=join_bq_datasets.bq_join_holidays_weather_data_2020, execution_date=20230913T121302, start_date=20230913T121337, end_date=20230913T121342", - "insertId": "gnwiwyfpeo9yz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:42.232079593Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "map-index": "-1", - "process": "taskinstance.py:1328", - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "try-number": "1", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:43.483173506Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "148n48tfige4nu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:42.966292737Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "process": "local_task_job.py:212", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:49.639451447Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "148n48tfige4nv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:43.044706642Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "taskinstance.py:2599", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "workflow": "data_analytics_dag", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2020", - "worker_id": "airflow-worker-r72xf", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:49.639451447Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[c913e647-a5b5-46b6-9382-aaf6b373e673] succeeded in 19.08835605799686s: None", - "insertId": "148n48tfige4nw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:43.318372858Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:49.639451447Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=data_analytics_dag, task_id=join_bq_datasets.bq_join_holidays_weather_data_2021, execution_date=20230913T121302, start_date=20230913T121337, end_date=20230913T121343", - "insertId": "148n48tfige4nx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:43.407910468Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-r72xf", - "process": "taskinstance.py:1328", - "map-index": "-1", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:49.639451447Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "148n48tfige4ny", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:44.173395110Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "process": "local_task_job.py:212", - "map-index": "-1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-r72xf", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:49.639451447Z" - }, - { - "textPayload": "1 downstream tasks scheduled from follow-on schedule check", - "insertId": "148n48tfige4nz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:44.254113703Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "try-number": "1", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "process": "taskinstance.py:2599", - "task-id": "join_bq_datasets.bq_join_holidays_weather_data_2021", - "worker_id": "airflow-worker-r72xf", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:49.639451447Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[e31cd580-fc70-4ec5-93e1-8277d5df4a6b] succeeded in 20.240197184000863s: None", - "insertId": "148n48tfige4o0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:44.472822015Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:49.639451447Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[efd1675a-0aec-41f9-92b6-6b07b9b4641c] received", - "insertId": "148n48tfige4o1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:44.893746266Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:49.639451447Z" - }, - { - "textPayload": "[efd1675a-0aec-41f9-92b6-6b07b9b4641c] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'create_batch', 'manual__2023-09-13T12:13:02.076777+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "148n48tfige4o2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:44.899897058Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:49.639451447Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "148n48tfige4o3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:45.240057805Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:49.639451447Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "148n48tfige4o4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:45.240103617Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:49.639451447Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "148n48tfige4o5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:45.520895224Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:49.639451447Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "148n48tfige4o6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:48.022380051Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:13:49.639451447Z" - }, - { - "textPayload": "Running on host airflow-worker-r72xf", - "insertId": "dvqjw8fj75t5n", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:56.116297967Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:14:02.871867104Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "dvqjw8fj75t5o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:56.403265412Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1091", - "workflow": "data_analytics_dag", - "task-id": "create_batch", - "map-index": "-1", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "worker_id": "airflow-worker-r72xf", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:14:02.871867104Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "dvqjw8fj75t5p", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:56.439102195Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "task-id": "create_batch", - "map-index": "-1", - "worker_id": "airflow-worker-r72xf", - "try-number": "1", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:14:02.871867104Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "dvqjw8fj75t5q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:56.439800907Z", - "severity": "INFO", - "labels": { - "task-id": "create_batch", - "process": "taskinstance.py:1289", - "try-number": "1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "worker_id": "airflow-worker-r72xf", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:14:02.871867104Z" - }, - { - "textPayload": "Starting attempt 1 of 3", - "insertId": "dvqjw8fj75t5r", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:56.440422671Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "try-number": "1", - "task-id": "create_batch", - "process": "taskinstance.py:1290" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:14:02.871867104Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "dvqjw8fj75t5s", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:56.440937841Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "try-number": "1", - "map-index": "-1", - "task-id": "create_batch", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1291", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:14:02.871867104Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "dvqjw8fj75t5t", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:57.433973884Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:14:02.871867104Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "dvqjw8fj75t5u", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:57.434040846Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:14:02.871867104Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "dvqjw8fj75t5v", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:57.606802890Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:14:02.871867104Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "dvqjw8fj75t5w", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:57.606871779Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:14:02.871867104Z" - }, - { - "textPayload": "Executing on 2023-09-13 12:13:02.076777+00:00", - "insertId": "dvqjw8fj75t5x", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:13:58.622239661Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "map-index": "-1", - "process": "taskinstance.py:1310", - "try-number": "1", - "task-id": "create_batch", - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T12:13:02.076777+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:14:02.871867104Z" - }, - { - "textPayload": "Started process 915 to run task", - "insertId": "dvqjw8fj75t5y", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:58.709024011Z", - "severity": "INFO", - "labels": { - "process": "standard_task_runner.py:55", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "try-number": "1", - "map-index": "-1", - "worker_id": "airflow-worker-r72xf", - "task-id": "create_batch", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:14:02.871867104Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'create_batch', 'manual__2023-09-13T12:13:02.076777+00:00', '--job-id', '1005', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmpqygfr9nq']", - "insertId": "dvqjw8fj75t5z", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:13:58.722369805Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "map-index": "-1", - "task-id": "create_batch", - "process": "standard_task_runner.py:82" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:14:02.871867104Z" - }, - { - "textPayload": "Job 1005: Subtask create_batch", - "insertId": "dvqjw8fj75t60", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:58.723455391Z", - "severity": "INFO", - "labels": { - "task-id": "create_batch", - "process": "standard_task_runner.py:83", - "try-number": "1", - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "map-index": "-1", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:14:02.871867104Z" - }, - { - "textPayload": "Running on host airflow-worker-r72xf", - "insertId": "dvqjw8fj75t61", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:13:59.634960802Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "map-index": "-1", - "task-id": "create_batch", - "try-number": "1", - "worker_id": "airflow-worker-r72xf", - "workflow": "data_analytics_dag", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:14:02.871867104Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=create_batch\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T12:13:02.076777+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=manual__2023-09-13T12:13:02.076777+00:00", - "insertId": "dvqjw8fj75t62", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:14:00.635701027Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "process": "taskinstance.py:1518", - "task-id": "create_batch", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:14:02.871867104Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "dvqjw8fj75t63", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:14:00.732563915Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "1", - "workflow": "data_analytics_dag", - "task-id": "create_batch", - "process": "base.py:73", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:14:02.871867104Z" - }, - { - "textPayload": "Creating batch data-processing-20230913t121302", - "insertId": "dvqjw8fj75t64", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:14:00.734682506Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "try-number": "1", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "process": "dataproc.py:2349", - "task-id": "create_batch", - "map-index": "-1", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:14:02.871867104Z" - }, - { - "textPayload": "Once started, the batch job will be available at https://console.cloud.google.com/dataproc/batches/us-west1/data-processing-20230913t121302/monitoring?project=acceldata-acm", - "insertId": "dvqjw8fj75t65", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:14:00.735430823Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-r72xf", - "try-number": "1", - "workflow": "data_analytics_dag", - "process": "dataproc.py:2350", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "task-id": "create_batch" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:14:02.871867104Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "dvqjw8fj75t66", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:14:00.736592535Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "task-id": "create_batch", - "map-index": "-1", - "workflow": "data_analytics_dag", - "process": "credentials_provider.py:353" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:14:02.871867104Z" - }, - { - "textPayload": "I0913 12:14:10.517252 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "mhj7p8fm1fnhd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:14:10.517488735Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T12:14:16.673571016Z" - }, - { - "textPayload": "Task failed with exception\nTraceback (most recent call last):\n File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/hooks/dataproc.py\", line 261, in wait_for_operation\n return operation.result(timeout=timeout, retry=result_retry)\n File \"/opt/python3.8/lib/python3.8/site-packages/google/api_core/future/polling.py\", line 261, in result\n raise self._exception\ngoogle.api_core.exceptions.Aborted: 409 Constraint constraints/compute.requireOsLogin violated for project 910708407740.\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2371, in execute\n result = hook.wait_for_operation(\n File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/hooks/dataproc.py\", line 264, in wait_for_operation\n raise AirflowException(error)\nairflow.exceptions.AirflowException: 409 Constraint constraints/compute.requireOsLogin violated for project 910708407740.", - "insertId": "1q5vifcfm6vyc2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:14:17.793039193Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "task-id": "create_batch", - "try-number": "1", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1778" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:14:23.121804325Z" - }, - { - "textPayload": "Marking task as UP_FOR_RETRY. dag_id=data_analytics_dag, task_id=create_batch, execution_date=20230913T121302, start_date=20230913T121356, end_date=20230913T121417", - "insertId": "1q5vifcfm6vyc3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:14:17.801190676Z", - "severity": "INFO", - "labels": { - "task-id": "create_batch", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "worker_id": "airflow-worker-r72xf", - "try-number": "1", - "workflow": "data_analytics_dag", - "map-index": "-1", - "process": "taskinstance.py:1328" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:14:23.121804325Z" - }, - { - "textPayload": "Failed to execute job 1005 for task create_batch (409 Constraint constraints/compute.requireOsLogin violated for project 910708407740.; 915)", - "insertId": "1q5vifcfm6vyc4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:14:17.838197178Z", - "severity": "ERROR", - "labels": { - "task-id": "create_batch", - "worker_id": "airflow-worker-r72xf", - "process": "standard_task_runner.py:100", - "workflow": "data_analytics_dag", - "try-number": "1", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:14:23.121804325Z" - }, - { - "textPayload": "Task exited with return code 1", - "insertId": "1q5vifcfm6vyc5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:14:18.025601615Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "worker_id": "airflow-worker-r72xf", - "task-id": "create_batch", - "process": "local_task_job.py:212", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "map-index": "-1", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:14:23.121804325Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "1q5vifcfm6vyc6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:14:18.075148880Z", - "severity": "INFO", - "labels": { - "task-id": "create_batch", - "worker_id": "airflow-worker-r72xf", - "try-number": "1", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:2599", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:14:23.121804325Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[efd1675a-0aec-41f9-92b6-6b07b9b4641c] succeeded in 33.42658004097757s: None", - "insertId": "1q5vifcfm6vyc7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:14:18.324312201Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:14:23.121804325Z" - }, - { - "textPayload": "I0913 12:15:08.447997 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "4fzudxf6weebl", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:15:08.448261501Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T12:15:15.126689950Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1fm24p7fiqejga", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:18:05.524917413Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:18:10.458008352Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[0283793c-458c-40be-9845-281507d7db41] received", - "insertId": "rh99o2f6uq532", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:19:18.982432927Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:24.248379026Z" - }, - { - "textPayload": "[0283793c-458c-40be-9845-281507d7db41] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'create_batch', 'manual__2023-09-13T12:13:02.076777+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "rh99o2f6uq533", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:19:18.989494341Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:24.248379026Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "rh99o2f6uq534", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:19:19.411456311Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:24.248379026Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "rh99o2f6uq535", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:19:19.413793761Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:24.248379026Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "rh99o2f6uq536", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:19:19.525781775Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "utils.py:430" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:24.248379026Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "rh99o2f6uq537", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:19:20.341264036Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:24.248379026Z" - }, - { - "textPayload": "Running on host airflow-worker-r72xf", - "insertId": "u9dqtsfpaar7l", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:19:24.441573680Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:29.336713508Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "u9dqtsfpaar7m", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:19:24.560866533Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "task-id": "create_batch", - "try-number": "2", - "worker_id": "airflow-worker-r72xf", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1091", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:29.336713508Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "u9dqtsfpaar7n", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:19:24.578270425Z", - "severity": "INFO", - "labels": { - "task-id": "create_batch", - "process": "taskinstance.py:1091", - "try-number": "2", - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "workflow": "data_analytics_dag", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:29.336713508Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "u9dqtsfpaar7o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:19:24.578864166Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "try-number": "2", - "workflow": "data_analytics_dag", - "map-index": "-1", - "task-id": "create_batch", - "process": "taskinstance.py:1289" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:29.336713508Z" - }, - { - "textPayload": "Starting attempt 2 of 3", - "insertId": "u9dqtsfpaar7p", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:19:24.579796378Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "map-index": "-1", - "process": "taskinstance.py:1290", - "try-number": "2", - "workflow": "data_analytics_dag", - "task-id": "create_batch", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:29.336713508Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "u9dqtsfpaar7q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:19:24.579955614Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "task-id": "create_batch", - "worker_id": "airflow-worker-r72xf", - "process": "taskinstance.py:1291", - "workflow": "data_analytics_dag", - "try-number": "2", - "execution-date": "2023-09-13T12:13:02.076777+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:29.336713508Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "u9dqtsfpaar7r", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:19:25.080669894Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:29.336713508Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "u9dqtsfpaar7s", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:19:25.080717366Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:29.336713508Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "u9dqtsfpaar7t", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:19:25.128596755Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:29.336713508Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "u9dqtsfpaar7u", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:19:25.128640297Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:29.336713508Z" - }, - { - "textPayload": "Executing on 2023-09-13 12:13:02.076777+00:00", - "insertId": "u9dqtsfpaar7v", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:19:26.276182833Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "2", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1310", - "worker_id": "airflow-worker-r72xf", - "task-id": "create_batch", - "execution-date": "2023-09-13T12:13:02.076777+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:29.336713508Z" - }, - { - "textPayload": "Started process 1046 to run task", - "insertId": "u9dqtsfpaar7w", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:19:26.319357250Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "map-index": "-1", - "task-id": "create_batch", - "process": "standard_task_runner.py:55", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "worker_id": "airflow-worker-r72xf", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:29.336713508Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'create_batch', 'manual__2023-09-13T12:13:02.076777+00:00', '--job-id', '1006', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmpol7pazd8']", - "insertId": "u9dqtsfpaar7x", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:19:26.320089419Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-r72xf", - "try-number": "2", - "task-id": "create_batch", - "map-index": "-1", - "process": "standard_task_runner.py:82", - "execution-date": "2023-09-13T12:13:02.076777+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:29.336713508Z" - }, - { - "textPayload": "Job 1006: Subtask create_batch", - "insertId": "u9dqtsfpaar7y", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:19:26.321106856Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "task-id": "create_batch", - "try-number": "2", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "workflow": "data_analytics_dag", - "map-index": "-1", - "process": "standard_task_runner.py:83" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:29.336713508Z" - }, - { - "textPayload": "Running on host airflow-worker-r72xf", - "insertId": "u9dqtsfpaar7z", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:19:26.660841462Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "map-index": "-1", - "task-id": "create_batch", - "process": "task_command.py:393", - "worker_id": "airflow-worker-r72xf", - "workflow": "data_analytics_dag", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:29.336713508Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=create_batch\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T12:13:02.076777+00:00\nAIRFLOW_CTX_TRY_NUMBER=2\nAIRFLOW_CTX_DAG_RUN_ID=manual__2023-09-13T12:13:02.076777+00:00", - "insertId": "u9dqtsfpaar80", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:19:27.041824351Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "process": "taskinstance.py:1518", - "task-id": "create_batch", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "workflow": "data_analytics_dag", - "try-number": "2", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:29.336713508Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "u9dqtsfpaar81", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:19:27.080492932Z", - "severity": "INFO", - "labels": { - "try-number": "2", - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "task-id": "create_batch", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "workflow": "data_analytics_dag", - "process": "base.py:73" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:29.336713508Z" - }, - { - "textPayload": "Creating batch data-processing-20230913t121302", - "insertId": "u9dqtsfpaar82", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:19:27.082193217Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "try-number": "2", - "process": "dataproc.py:2349", - "workflow": "data_analytics_dag", - "task-id": "create_batch", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:29.336713508Z" - }, - { - "textPayload": "Once started, the batch job will be available at https://console.cloud.google.com/dataproc/batches/us-west1/data-processing-20230913t121302/monitoring?project=acceldata-acm", - "insertId": "u9dqtsfpaar83", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:19:27.082530549Z", - "severity": "INFO", - "labels": { - "try-number": "2", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "process": "dataproc.py:2350", - "task-id": "create_batch" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:29.336713508Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "u9dqtsfpaar84", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:19:27.083372310Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "task-id": "create_batch", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "try-number": "2", - "process": "credentials_provider.py:353", - "map-index": "-1", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:29.336713508Z" - }, - { - "textPayload": "Batch with given id already exists", - "insertId": "u9dqtsfpaar85", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:19:28.606159748Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "worker_id": "airflow-worker-r72xf", - "task-id": "create_batch", - "try-number": "2", - "process": "dataproc.py:2394" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:29.336713508Z" - }, - { - "textPayload": "Attaching to the job data-processing-20230913t121302 if it is still running.", - "insertId": "u9dqtsfpaar86", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:19:28.606718038Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "process": "dataproc.py:2399", - "map-index": "-1", - "worker_id": "airflow-worker-r72xf", - "workflow": "data_analytics_dag", - "task-id": "create_batch", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:29.336713508Z" - }, - { - "textPayload": "Task failed with exception\nTraceback (most recent call last):\n File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2426, in execute\n self.handle_batch_status(context, result.state, batch_id)\n File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2454, in handle_batch_status\n raise AirflowException(\"Batch job %s failed. Driver Logs: %s\", batch_id, link)\nairflow.exceptions.AirflowException: ('Batch job %s failed. Driver Logs: %s', 'data-processing-20230913t121302', 'https://console.cloud.google.com/dataproc/batches/us-west1/data-processing-20230913t121302/monitoring?project=acceldata-acm')", - "insertId": "u9dqtsfpaar87", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:19:28.767867750Z", - "severity": "ERROR", - "labels": { - "process": "taskinstance.py:1778", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-r72xf", - "task-id": "create_batch", - "try-number": "2" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:29.336713508Z" - }, - { - "textPayload": "Marking task as UP_FOR_RETRY. dag_id=data_analytics_dag, task_id=create_batch, execution_date=20230913T121302, start_date=20230913T121924, end_date=20230913T121928", - "insertId": "u9dqtsfpaar88", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:19:28.776749204Z", - "severity": "INFO", - "labels": { - "try-number": "2", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "task-id": "create_batch", - "process": "taskinstance.py:1328", - "map-index": "-1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:29.336713508Z" - }, - { - "textPayload": "Failed to execute job 1006 for task create_batch (('Batch job %s failed. Driver Logs: %s', 'data-processing-20230913t121302', 'https://console.cloud.google.com/dataproc/batches/us-west1/data-processing-20230913t121302/monitoring?project=acceldata-acm'); 1046)", - "insertId": "u9dqtsfpaar89", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:19:28.808086631Z", - "severity": "ERROR", - "labels": { - "map-index": "-1", - "try-number": "2", - "task-id": "create_batch", - "process": "standard_task_runner.py:100", - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:29.336713508Z" - }, - { - "textPayload": "Task exited with return code 1", - "insertId": "ukf4wfpdccf1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:19:28.986740070Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "map-index": "-1", - "try-number": "2", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-r72xf", - "process": "local_task_job.py:212", - "task-id": "create_batch" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:34.422875854Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "ukf4wfpdccf2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:19:29.039530615Z", - "severity": "INFO", - "labels": { - "task-id": "create_batch", - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "workflow": "data_analytics_dag", - "try-number": "2", - "map-index": "-1", - "process": "taskinstance.py:2599" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:34.422875854Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[0283793c-458c-40be-9845-281507d7db41] succeeded in 10.232915115979267s: None", - "insertId": "ukf4wfpdccf3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:19:29.219482541Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:19:34.422875854Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[f617a2cb-f97b-4664-a85d-0c5fa8dc65ef] received", - "insertId": "1mjt84efj7sobr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:20:01.179100096Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:06.843281127Z" - }, - { - "textPayload": "[f617a2cb-f97b-4664-a85d-0c5fa8dc65ef] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T12:10:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "1mjt84efj7sobs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:20:01.184320438Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:06.843281127Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "1mjt84efj7sobt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:20:01.605252368Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:06.843281127Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "1mjt84efj7sobu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:20:01.608503898Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:06.843281127Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "1mjt84efj7sobv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:20:01.734295139Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:06.843281127Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "1mjt84efj7sobw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:20:02.637578926Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:06.843281127Z" - }, - { - "textPayload": "Running on host airflow-worker-r72xf", - "insertId": "1mjt84efj7sobx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:20:03.261890616Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:06.843281127Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "1mjt84efj7soby", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:20:03.430967974Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "process": "taskinstance.py:1091", - "worker_id": "airflow-worker-r72xf", - "try-number": "1", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T12:10:00+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:06.843281127Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "1mjt84efj7sobz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:20:03.516476284Z", - "severity": "INFO", - "labels": { - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-r72xf", - "task-id": "echo", - "process": "taskinstance.py:1091", - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-13T12:10:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:06.843281127Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1mjt84efj7soc0", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:20:03.517418964Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1289", - "worker_id": "airflow-worker-r72xf", - "workflow": "airflow_monitoring", - "try-number": "1", - "map-index": "-1", - "task-id": "echo", - "execution-date": "2023-09-13T12:10:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:06.843281127Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "1mjt84efj7soc1", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:20:03.518043346Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:10:00+00:00", - "try-number": "1", - "process": "taskinstance.py:1290", - "map-index": "-1", - "worker_id": "airflow-worker-r72xf", - "task-id": "echo", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:06.843281127Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1mjt84efj7soc2", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:20:03.518646844Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "try-number": "1", - "map-index": "-1", - "execution-date": "2023-09-13T12:10:00+00:00", - "process": "taskinstance.py:1291", - "task-id": "echo", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:06.843281127Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1mjt84efj7soc3", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:20:03.903612909Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:06.843281127Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1mjt84efj7soc4", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:20:03.903687714Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:06.843281127Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1mjt84efj7soc5", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:20:03.930351094Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:06.843281127Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1mjt84efj7soc6", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:20:03.930422845Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:06.843281127Z" - }, - { - "textPayload": "Executing on 2023-09-13 12:10:00+00:00", - "insertId": "1mjt84efj7soc7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:20:04.605501095Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "taskinstance.py:1310", - "task-id": "echo", - "execution-date": "2023-09-13T12:10:00+00:00", - "workflow": "airflow_monitoring", - "try-number": "1", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:06.843281127Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T12:10:00+00:00', '--job-id', '1007', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmplg3g80np']", - "insertId": "1mjt84efj7soc8", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:20:04.650946984Z", - "severity": "INFO", - "labels": { - "process": "standard_task_runner.py:82", - "try-number": "1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "execution-date": "2023-09-13T12:10:00+00:00", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:06.843281127Z" - }, - { - "textPayload": "Started process 1075 to run task", - "insertId": "1mjt84efj7soc9", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:20:04.652077872Z", - "severity": "INFO", - "labels": { - "process": "standard_task_runner.py:55", - "try-number": "1", - "map-index": "-1", - "task-id": "echo", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T12:10:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:06.843281127Z" - }, - { - "textPayload": "Job 1007: Subtask echo", - "insertId": "1mjt84efj7soca", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:20:04.652516853Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:10:00+00:00", - "task-id": "echo", - "worker_id": "airflow-worker-r72xf", - "workflow": "airflow_monitoring", - "try-number": "1", - "map-index": "-1", - "process": "standard_task_runner.py:83" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:06.843281127Z" - }, - { - "textPayload": "Running on host airflow-worker-r72xf", - "insertId": "1mjt84efj7socb", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:20:05.009451765Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-13T12:10:00+00:00", - "workflow": "airflow_monitoring", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:06.843281127Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T12:10:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T12:10:00+00:00", - "insertId": "1mjt84efj7socc", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:20:05.188987304Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "process": "taskinstance.py:1518", - "task-id": "echo", - "execution-date": "2023-09-13T12:10:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:06.843281127Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "1mjt84efj7socd", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:20:05.191100716Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "worker_id": "airflow-worker-r72xf", - "task-id": "echo", - "map-index": "-1", - "workflow": "airflow_monitoring", - "process": "subprocess.py:63", - "execution-date": "2023-09-13T12:10:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:06.843281127Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "1mjt84efj7soce", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:20:05.192802978Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "subprocess.py:75", - "execution-date": "2023-09-13T12:10:00+00:00", - "workflow": "airflow_monitoring", - "map-index": "-1", - "task-id": "echo", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:06.843281127Z" - }, - { - "textPayload": "Output:", - "insertId": "1mjt84efj7socf", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:20:05.416159338Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "try-number": "1", - "execution-date": "2023-09-13T12:10:00+00:00", - "process": "subprocess.py:86", - "map-index": "-1", - "task-id": "echo", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:06.843281127Z" - }, - { - "textPayload": "test", - "insertId": "1mjt84efj7socg", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:20:05.423313711Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "execution-date": "2023-09-13T12:10:00+00:00", - "try-number": "1", - "task-id": "echo", - "workflow": "airflow_monitoring", - "process": "subprocess.py:93", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:06.843281127Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "1mjt84efj7soch", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:20:05.424468600Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:10:00+00:00", - "workflow": "airflow_monitoring", - "try-number": "1", - "task-id": "echo", - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "process": "subprocess.py:97" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:06.843281127Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T121000, start_date=20230913T122003, end_date=20230913T122005", - "insertId": "1mjt84efj7soci", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:20:05.466691112Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1328", - "map-index": "-1", - "execution-date": "2023-09-13T12:10:00+00:00", - "worker_id": "airflow-worker-r72xf", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:06.843281127Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "ivplxcfm4kjfp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:20:06.235641326Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:10:00+00:00", - "task-id": "echo", - "workflow": "airflow_monitoring", - "map-index": "-1", - "worker_id": "airflow-worker-r72xf", - "try-number": "1", - "process": "local_task_job.py:212" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:11.860406731Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "ivplxcfm4kjfq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:20:06.316605974Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "execution-date": "2023-09-13T12:10:00+00:00", - "process": "taskinstance.py:2599", - "try-number": "1", - "workflow": "airflow_monitoring", - "map-index": "-1", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:11.860406731Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[f617a2cb-f97b-4664-a85d-0c5fa8dc65ef] succeeded in 5.289006081002299s: None", - "insertId": "ivplxcfm4kjfr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:20:06.471457483Z", - "severity": "INFO", - "labels": { - "process": "trace.py:131", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:20:11.860406731Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1trej3bfm5hxfi", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:23:07.654122311Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:23:12.660620903Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[9c759406-6f01-4ce0-aa15-3391a9aef45d] received", - "insertId": "198q49ffijo9bu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:24:29.060506303Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:34.191279974Z" - }, - { - "textPayload": "[9c759406-6f01-4ce0-aa15-3391a9aef45d] Executing command in Celery: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'create_batch', 'manual__2023-09-13T12:13:02.076777+00:00', '--local', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py']", - "insertId": "198q49ffijo9bv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:24:29.068469445Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "celery_executor.py:90" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:34.191279974Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "198q49ffijo9bw", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:24:29.425076712Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:34.191279974Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "198q49ffijo9bx", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:24:29.427488556Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:34.191279974Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "198q49ffijo9by", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:24:29.548674240Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:34.191279974Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/data_analytics_dag.py", - "insertId": "198q49ffijo9bz", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:24:30.453350594Z", - "severity": "INFO", - "labels": { - "process": "dagbag.py:532", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:34.191279974Z" - }, - { - "textPayload": "Running on host airflow-worker-r72xf", - "insertId": "e5g909fj8r536", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:24:34.177317263Z", - "severity": "INFO", - "labels": { - "process": "task_command.py:393", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:39.297728403Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "e5g909fj8r537", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:24:34.306621786Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "task-id": "create_batch", - "workflow": "data_analytics_dag", - "try-number": "3", - "process": "taskinstance.py:1091", - "execution-date": "2023-09-13T12:13:02.076777+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:39.297728403Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "e5g909fj8r538", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:24:34.329062497Z", - "severity": "INFO", - "labels": { - "task-id": "create_batch", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "try-number": "3", - "map-index": "-1", - "process": "taskinstance.py:1091", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:39.297728403Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "e5g909fj8r539", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:24:34.329902701Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "worker_id": "airflow-worker-r72xf", - "process": "taskinstance.py:1289", - "map-index": "-1", - "task-id": "create_batch", - "workflow": "data_analytics_dag", - "try-number": "3" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:39.297728403Z" - }, - { - "textPayload": "Starting attempt 3 of 3", - "insertId": "e5g909fj8r53a", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:24:34.330477295Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "try-number": "3", - "process": "taskinstance.py:1290", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "task-id": "create_batch", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:39.297728403Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "e5g909fj8r53b", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:24:34.330962071Z", - "severity": "INFO", - "labels": { - "task-id": "create_batch", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "process": "taskinstance.py:1291", - "try-number": "3", - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:39.297728403Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "e5g909fj8r53c", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:24:34.770176477Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:39.297728403Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "e5g909fj8r53d", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:24:34.770283493Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:39.297728403Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "e5g909fj8r53e", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:24:34.816680979Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:39.297728403Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "e5g909fj8r53f", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:24:34.816713172Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:39.297728403Z" - }, - { - "textPayload": "Executing on 2023-09-13 12:13:02.076777+00:00", - "insertId": "e5g909fj8r53g", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:24:35.827702412Z", - "severity": "INFO", - "labels": { - "task-id": "create_batch", - "worker_id": "airflow-worker-r72xf", - "try-number": "3", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:1310", - "map-index": "-1", - "execution-date": "2023-09-13T12:13:02.076777+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:39.297728403Z" - }, - { - "textPayload": "Started process 1195 to run task", - "insertId": "e5g909fj8r53h", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:24:35.884981869Z", - "severity": "INFO", - "labels": { - "process": "standard_task_runner.py:55", - "workflow": "data_analytics_dag", - "task-id": "create_batch", - "try-number": "3", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:39.297728403Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'data_analytics_dag', 'create_batch', 'manual__2023-09-13T12:13:02.076777+00:00', '--job-id', '1008', '--raw', '--subdir', 'DAGS_FOLDER/data_analytics_dag.py', '--cfg-path', '/tmp/tmpl_fji2ni']", - "insertId": "e5g909fj8r53i", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:24:35.885361249Z", - "severity": "INFO", - "labels": { - "task-id": "create_batch", - "worker_id": "airflow-worker-r72xf", - "process": "standard_task_runner.py:82", - "workflow": "data_analytics_dag", - "map-index": "-1", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "try-number": "3" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:39.297728403Z" - }, - { - "textPayload": "Job 1008: Subtask create_batch", - "insertId": "e5g909fj8r53j", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:24:35.886324265Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-r72xf", - "try-number": "3", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "task-id": "create_batch", - "process": "standard_task_runner.py:83" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:39.297728403Z" - }, - { - "textPayload": "Running on host airflow-worker-r72xf", - "insertId": "e5g909fj8r53k", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:24:36.308257526Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "map-index": "-1", - "workflow": "data_analytics_dag", - "process": "task_command.py:393", - "worker_id": "airflow-worker-r72xf", - "task-id": "create_batch", - "try-number": "3" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:39.297728403Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=data_analytics_dag\nAIRFLOW_CTX_TASK_ID=create_batch\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T12:13:02.076777+00:00\nAIRFLOW_CTX_TRY_NUMBER=3\nAIRFLOW_CTX_DAG_RUN_ID=manual__2023-09-13T12:13:02.076777+00:00", - "insertId": "e5g909fj8r53l", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:24:36.734672850Z", - "severity": "INFO", - "labels": { - "task-id": "create_batch", - "map-index": "-1", - "process": "taskinstance.py:1518", - "try-number": "3", - "worker_id": "airflow-worker-r72xf", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T12:13:02.076777+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:39.297728403Z" - }, - { - "textPayload": "Using connection ID 'google_cloud_default' for task execution.", - "insertId": "e5g909fj8r53m", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:24:36.773107313Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "try-number": "3", - "process": "base.py:73", - "task-id": "create_batch", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:39.297728403Z" - }, - { - "textPayload": "Creating batch data-processing-20230913t121302", - "insertId": "e5g909fj8r53n", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:24:36.774584415Z", - "severity": "INFO", - "labels": { - "task-id": "create_batch", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "workflow": "data_analytics_dag", - "try-number": "3", - "map-index": "-1", - "worker_id": "airflow-worker-r72xf", - "process": "dataproc.py:2349" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:39.297728403Z" - }, - { - "textPayload": "Once started, the batch job will be available at https://console.cloud.google.com/dataproc/batches/us-west1/data-processing-20230913t121302/monitoring?project=acceldata-acm", - "insertId": "e5g909fj8r53o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:24:36.775113443Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "process": "dataproc.py:2350", - "task-id": "create_batch", - "try-number": "3", - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:39.297728403Z" - }, - { - "textPayload": "Getting connection using `google.auth.default()` since no explicit credentials are provided.", - "insertId": "e5g909fj8r53p", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:24:36.775921272Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "map-index": "-1", - "try-number": "3", - "workflow": "data_analytics_dag", - "task-id": "create_batch", - "process": "credentials_provider.py:353" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:39.297728403Z" - }, - { - "textPayload": "Batch with given id already exists", - "insertId": "e5g909fj8r53q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:24:38.259701617Z", - "severity": "INFO", - "labels": { - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-r72xf", - "task-id": "create_batch", - "try-number": "3", - "process": "dataproc.py:2394", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "map-index": "-1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:39.297728403Z" - }, - { - "textPayload": "Attaching to the job data-processing-20230913t121302 if it is still running.", - "insertId": "e5g909fj8r53r", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:24:38.260742226Z", - "severity": "INFO", - "labels": { - "process": "dataproc.py:2399", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "map-index": "-1", - "workflow": "data_analytics_dag", - "worker_id": "airflow-worker-r72xf", - "try-number": "3", - "task-id": "create_batch" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:39.297728403Z" - }, - { - "textPayload": "Task failed with exception\nTraceback (most recent call last):\n File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2426, in execute\n self.handle_batch_status(context, result.state, batch_id)\n File \"/opt/python3.8/lib/python3.8/site-packages/airflow/providers/google/cloud/operators/dataproc.py\", line 2454, in handle_batch_status\n raise AirflowException(\"Batch job %s failed. Driver Logs: %s\", batch_id, link)\nairflow.exceptions.AirflowException: ('Batch job %s failed. Driver Logs: %s', 'data-processing-20230913t121302', 'https://console.cloud.google.com/dataproc/batches/us-west1/data-processing-20230913t121302/monitoring?project=acceldata-acm')", - "insertId": "e5g909fj8r53s", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:24:38.426447611Z", - "severity": "ERROR", - "labels": { - "process": "taskinstance.py:1778", - "worker_id": "airflow-worker-r72xf", - "workflow": "data_analytics_dag", - "map-index": "-1", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "try-number": "3", - "task-id": "create_batch" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:39.297728403Z" - }, - { - "textPayload": "Marking task as FAILED. dag_id=data_analytics_dag, task_id=create_batch, execution_date=20230913T121302, start_date=20230913T122434, end_date=20230913T122438", - "insertId": "e5g909fj8r53t", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:24:38.432107349Z", - "severity": "INFO", - "labels": { - "try-number": "3", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "process": "taskinstance.py:1328", - "worker_id": "airflow-worker-r72xf", - "task-id": "create_batch", - "map-index": "-1", - "workflow": "data_analytics_dag" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:39.297728403Z" - }, - { - "textPayload": "I0913 12:24:38.583231 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "1bgf4n0fj5ugr7", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:24:38.583450438Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T12:24:45.248922312Z" - }, - { - "textPayload": "Failed to execute job 1008 for task create_batch (('Batch job %s failed. Driver Logs: %s', 'data-processing-20230913t121302', 'https://console.cloud.google.com/dataproc/batches/us-west1/data-processing-20230913t121302/monitoring?project=acceldata-acm'); 1195)", - "insertId": "1t7u2cgfpgq7zq", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:24:38.955626331Z", - "severity": "ERROR", - "labels": { - "task-id": "create_batch", - "try-number": "3", - "workflow": "data_analytics_dag", - "map-index": "-1", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "worker_id": "airflow-worker-r72xf", - "process": "standard_task_runner.py:100" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:44.414729149Z" - }, - { - "textPayload": "Task exited with return code 1", - "insertId": "1t7u2cgfpgq7zr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:24:39.120311091Z", - "severity": "INFO", - "labels": { - "process": "local_task_job.py:212", - "map-index": "-1", - "worker_id": "airflow-worker-r72xf", - "task-id": "create_batch", - "workflow": "data_analytics_dag", - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "try-number": "3" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:44.414729149Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "1t7u2cgfpgq7zs", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:24:39.198478437Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:13:02.076777+00:00", - "map-index": "-1", - "task-id": "create_batch", - "worker_id": "airflow-worker-r72xf", - "try-number": "3", - "workflow": "data_analytics_dag", - "process": "taskinstance.py:2599" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:44.414729149Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[9c759406-6f01-4ce0-aa15-3391a9aef45d] succeeded in 10.336296185007086s: None", - "insertId": "1t7u2cgfpgq7zt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:24:39.401346006Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:24:44.414729149Z" - }, - { - "textPayload": "I0913 12:25:34.504344 1 airflowworkerset_controller.go:61] \"controllers/AirflowWorkerSet: Reconcile\"", - "insertId": "14ii4dzf6y1qpa", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:25:34.504565605Z", - "severity": "INFO", - "logName": "projects/acceldata-acm/logs/airflow-worker-set", - "receiveTimestamp": "2023-09-13T12:25:41.577309181Z" - }, - { - "textPayload": "/opt/python3.8/lib/python3.8/site-packages/airflow/models/base.py:49 MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to \"sqlalchemy<2.0\". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)", - "insertId": "1p240vzf6wbfcp", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:28:09.815294650Z", - "severity": "WARNING", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:28:15.389203937Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[afefbd18-45cd-42b2-ae60-568077361565] received", - "insertId": "jzsz8ofj9g1yr", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:30:00.355004066Z", - "severity": "INFO", - "labels": { - "process": "strategy.py:161", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:02.261354629Z" - }, - { - "textPayload": "[afefbd18-45cd-42b2-ae60-568077361565] Executing command in Celery: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T12:20:00+00:00', '--local', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py']", - "insertId": "jzsz8ofj9g1ys", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:30:00.366240297Z", - "severity": "INFO", - "labels": { - "process": "celery_executor.py:90", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:02.261354629Z" - }, - { - "textPayload": "No module named 'boto3'", - "insertId": "jzsz8ofj9g1yt", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:30:00.761017355Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:02.261354629Z" - }, - { - "textPayload": "No module named 'botocore'", - "insertId": "jzsz8ofj9g1yu", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:30:00.761578811Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:02.261354629Z" - }, - { - "textPayload": "No module named 'airflow.providers.sftp'", - "insertId": "jzsz8ofj9g1yv", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:30:00.925306052Z", - "severity": "WARNING", - "labels": { - "process": "utils.py:430", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:02.261354629Z" - }, - { - "textPayload": "Filling up the DagBag from /home/airflow/gcs/dags/airflow_monitoring.py", - "insertId": "1sds7spfirc37o", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:30:01.844359092Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "dagbag.py:532" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:07.342728641Z" - }, - { - "textPayload": "Running on host airflow-worker-r72xf", - "insertId": "1sds7spfirc37p", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:30:02.506331461Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "task_command.py:393" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:07.342728641Z" - }, - { - "textPayload": "Dependencies all met for dep_context=non-requeueable deps ti=", - "insertId": "1sds7spfirc37q", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:30:02.696464707Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1091", - "try-number": "1", - "workflow": "airflow_monitoring", - "task-id": "echo", - "map-index": "-1", - "execution-date": "2023-09-13T12:20:00+00:00", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:07.342728641Z" - }, - { - "textPayload": "Dependencies all met for dep_context=requeueable deps ti=", - "insertId": "1sds7spfirc37r", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:30:02.722963759Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "try-number": "1", - "task-id": "echo", - "workflow": "airflow_monitoring", - "map-index": "-1", - "execution-date": "2023-09-13T12:20:00+00:00", - "process": "taskinstance.py:1091" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:07.342728641Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1sds7spfirc37s", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:30:02.723531398Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T12:20:00+00:00", - "try-number": "1", - "map-index": "-1", - "workflow": "airflow_monitoring", - "task-id": "echo", - "process": "taskinstance.py:1289" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:07.342728641Z" - }, - { - "textPayload": "Starting attempt 1 of 2", - "insertId": "1sds7spfirc37t", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:30:02.724104631Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T12:20:00+00:00", - "map-index": "-1", - "task-id": "echo", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1290" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:07.342728641Z" - }, - { - "textPayload": "\n--------------------------------------------------------------------------------", - "insertId": "1sds7spfirc37u", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:30:02.724553265Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "process": "taskinstance.py:1291", - "execution-date": "2023-09-13T12:20:00+00:00", - "workflow": "airflow_monitoring", - "try-number": "1" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:07.342728641Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1sds7spfirc37v", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:30:02.990782414Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:07.342728641Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1sds7spfirc37w", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:30:02.990850733Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:07.342728641Z" - }, - { - "textPayload": "fatal: not a git repository (or any parent up to mount point /home/airflow)", - "insertId": "1sds7spfirc37x", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:30:03.016915817Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:07.342728641Z" - }, - { - "textPayload": "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).", - "insertId": "1sds7spfirc37y", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:30:03.016964945Z", - "severity": "ERROR", - "labels": { - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:07.342728641Z" - }, - { - "textPayload": "Executing on 2023-09-13 12:20:00+00:00", - "insertId": "1sds7spfirc37z", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:30:03.828184872Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:20:00+00:00", - "try-number": "1", - "task-id": "echo", - "map-index": "-1", - "worker_id": "airflow-worker-r72xf", - "workflow": "airflow_monitoring", - "process": "taskinstance.py:1310" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:07.342728641Z" - }, - { - "textPayload": "Running: ['airflow', 'tasks', 'run', 'airflow_monitoring', 'echo', 'scheduled__2023-09-13T12:20:00+00:00', '--job-id', '1009', '--raw', '--subdir', 'DAGS_FOLDER/airflow_monitoring.py', '--cfg-path', '/tmp/tmp9h1fsha_']", - "insertId": "1sds7spfirc380", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:30:03.869546822Z", - "severity": "INFO", - "labels": { - "execution-date": "2023-09-13T12:20:00+00:00", - "process": "standard_task_runner.py:82", - "task-id": "echo", - "map-index": "-1", - "workflow": "airflow_monitoring", - "try-number": "1", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:07.342728641Z" - }, - { - "textPayload": "Started process 1316 to run task", - "insertId": "1sds7spfirc381", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "project_id": "acceldata-acm", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:30:03.869624856Z", - "severity": "INFO", - "labels": { - "map-index": "-1", - "worker_id": "airflow-worker-r72xf", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T12:20:00+00:00", - "try-number": "1", - "process": "standard_task_runner.py:55", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:07.342728641Z" - }, - { - "textPayload": "Job 1009: Subtask echo", - "insertId": "1sds7spfirc382", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:30:03.870196638Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "try-number": "1", - "execution-date": "2023-09-13T12:20:00+00:00", - "process": "standard_task_runner.py:83", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:07.342728641Z" - }, - { - "textPayload": "Running on host airflow-worker-r72xf", - "insertId": "1sds7spfirc383", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "environment_name": "openlineage", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:30:04.271133866Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "execution-date": "2023-09-13T12:20:00+00:00", - "map-index": "-1", - "process": "task_command.py:393", - "workflow": "airflow_monitoring", - "try-number": "1", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:07.342728641Z" - }, - { - "textPayload": "Exporting the following env vars:\nAIRFLOW_CTX_DAG_OWNER=airflow\nAIRFLOW_CTX_DAG_ID=airflow_monitoring\nAIRFLOW_CTX_TASK_ID=echo\nAIRFLOW_CTX_EXECUTION_DATE=2023-09-13T12:20:00+00:00\nAIRFLOW_CTX_TRY_NUMBER=1\nAIRFLOW_CTX_DAG_RUN_ID=scheduled__2023-09-13T12:20:00+00:00", - "insertId": "1sds7spfirc384", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:30:04.486781918Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1518", - "task-id": "echo", - "try-number": "1", - "workflow": "airflow_monitoring", - "map-index": "-1", - "worker_id": "airflow-worker-r72xf", - "execution-date": "2023-09-13T12:20:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:07.342728641Z" - }, - { - "textPayload": "Tmp dir root location: \n /tmp", - "insertId": "1sds7spfirc385", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:30:04.489284466Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "try-number": "1", - "execution-date": "2023-09-13T12:20:00+00:00", - "map-index": "-1", - "process": "subprocess.py:63", - "worker_id": "airflow-worker-r72xf", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:07.342728641Z" - }, - { - "textPayload": "Running command: ['/usr/bin/bash', '-c', 'echo test']", - "insertId": "1sds7spfirc386", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:30:04.491786431Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "try-number": "1", - "task-id": "echo", - "process": "subprocess.py:75", - "execution-date": "2023-09-13T12:20:00+00:00", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:07.342728641Z" - }, - { - "textPayload": "Output:", - "insertId": "1sds7spfirc387", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:30:04.664947323Z", - "severity": "INFO", - "labels": { - "try-number": "1", - "task-id": "echo", - "workflow": "airflow_monitoring", - "map-index": "-1", - "process": "subprocess.py:86", - "execution-date": "2023-09-13T12:20:00+00:00", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:07.342728641Z" - }, - { - "textPayload": "test", - "insertId": "1sds7spfirc388", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:30:04.672112243Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "process": "subprocess.py:93", - "execution-date": "2023-09-13T12:20:00+00:00", - "map-index": "-1", - "try-number": "1", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-r72xf" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:07.342728641Z" - }, - { - "textPayload": "Command exited with return code 0", - "insertId": "1sds7spfirc389", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:30:04.672955929Z", - "severity": "INFO", - "labels": { - "process": "subprocess.py:97", - "execution-date": "2023-09-13T12:20:00+00:00", - "task-id": "echo", - "map-index": "-1", - "try-number": "1", - "worker_id": "airflow-worker-r72xf", - "workflow": "airflow_monitoring" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:07.342728641Z" - }, - { - "textPayload": "Marking task as SUCCESS. dag_id=airflow_monitoring, task_id=echo, execution_date=20230913T122000, start_date=20230913T123002, end_date=20230913T123004", - "insertId": "1sds7spfirc38a", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "environment_name": "openlineage", - "location": "us-west1", - "project_id": "acceldata-acm" - } - }, - "timestamp": "2023-09-13T12:30:04.726978392Z", - "severity": "INFO", - "labels": { - "process": "taskinstance.py:1328", - "workflow": "airflow_monitoring", - "execution-date": "2023-09-13T12:20:00+00:00", - "map-index": "-1", - "worker_id": "airflow-worker-r72xf", - "try-number": "1", - "task-id": "echo" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:07.342728641Z" - }, - { - "textPayload": "Task exited with return code 0", - "insertId": "1sds7spfirc38b", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "environment_name": "openlineage", - "location": "us-west1" - } - }, - "timestamp": "2023-09-13T12:30:05.460575421Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "execution-date": "2023-09-13T12:20:00+00:00", - "try-number": "1", - "workflow": "airflow_monitoring", - "map-index": "-1", - "worker_id": "airflow-worker-r72xf", - "process": "local_task_job.py:212" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:07.342728641Z" - }, - { - "textPayload": "0 downstream tasks scheduled from follow-on schedule check", - "insertId": "1sds7spfirc38c", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "project_id": "acceldata-acm", - "location": "us-west1", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:30:05.538392388Z", - "severity": "INFO", - "labels": { - "task-id": "echo", - "workflow": "airflow_monitoring", - "worker_id": "airflow-worker-r72xf", - "map-index": "-1", - "process": "taskinstance.py:2599", - "try-number": "1", - "execution-date": "2023-09-13T12:20:00+00:00" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:07.342728641Z" - }, - { - "textPayload": "Task airflow.executors.celery_executor.execute_command[afefbd18-45cd-42b2-ae60-568077361565] succeeded in 5.373693040019134s: None", - "insertId": "1sds7spfirc38d", - "resource": { - "type": "cloud_composer_environment", - "labels": { - "location": "us-west1", - "project_id": "acceldata-acm", - "environment_name": "openlineage" - } - }, - "timestamp": "2023-09-13T12:30:05.736903251Z", - "severity": "INFO", - "labels": { - "worker_id": "airflow-worker-r72xf", - "process": "trace.py:131" - }, - "logName": "projects/acceldata-acm/logs/airflow-worker", - "receiveTimestamp": "2023-09-13T12:30:07.342728641Z" - } -] \ No newline at end of file diff --git a/html/files/C01CK9T7HKR/F05S5NP9N7M.png b/html/files/C01CK9T7HKR/F05S5NP9N7M.png deleted file mode 100644 index 4de2e4c..0000000 Binary files a/html/files/C01CK9T7HKR/F05S5NP9N7M.png and /dev/null differ diff --git a/html/files/C01CK9T7HKR/F05S67LRMNE.png b/html/files/C01CK9T7HKR/F05S67LRMNE.png deleted file mode 100644 index c66d455..0000000 Binary files a/html/files/C01CK9T7HKR/F05S67LRMNE.png and /dev/null differ diff --git a/html/files/C01CK9T7HKR/F05SJ3DJ5CH.png b/html/files/C01CK9T7HKR/F05SJ3DJ5CH.png deleted file mode 100644 index 84178a3..0000000 Binary files a/html/files/C01CK9T7HKR/F05SJ3DJ5CH.png and /dev/null differ diff --git a/html/files/C01CK9T7HKR/F05SUDUQEDN.png b/html/files/C01CK9T7HKR/F05SUDUQEDN.png deleted file mode 100644 index b2f1f51..0000000 Binary files a/html/files/C01CK9T7HKR/F05SUDUQEDN.png and /dev/null differ diff --git a/html/files/C01CK9T7HKR/F05TJ6PA3NG.txt b/html/files/C01CK9T7HKR/F05TJ6PA3NG.txt deleted file mode 100644 index b9cea2c..0000000 --- a/html/files/C01CK9T7HKR/F05TJ6PA3NG.txt +++ /dev/null @@ -1,1326 +0,0 @@ -23/09/22 03:12:03 INFO DriverDaemon$: Started Log4j2 -23/09/22 03:12:06 INFO DatabricksMain$$anon$1: Configured feature flag data source LaunchDarkly -23/09/22 03:12:06 INFO DatabricksMain$$anon$1: Load feature flag from LaunchDarkly -23/09/22 03:12:06 WARN DatabricksMain$$anon$1: REGION environment variable is not defined. getConfForCurrentRegion will always return default value -23/09/22 03:12:06 INFO DriverDaemon$: Current JVM Version 1.8.0_362 -23/09/22 03:12:06 INFO DriverDaemon$: ========== driver starting up ========== -23/09/22 03:12:06 INFO DriverDaemon$: Java: Azul Systems, Inc. 1.8.0_362 -23/09/22 03:12:06 INFO DriverDaemon$: OS: Linux/amd64 5.15.0-1042-azure -23/09/22 03:12:06 INFO DriverDaemon$: CWD: /databricks/driver -23/09/22 03:12:06 INFO DriverDaemon$: Mem: Max: 6.3G loaded GCs: PS Scavenge, PS MarkSweep -23/09/22 03:12:06 INFO DriverDaemon$: Logging multibyte characters: ✓ -23/09/22 03:12:06 INFO DriverDaemon$: 'publicFile.rolling.rewrite' appender in root logger: class org.apache.logging.log4j.core.appender.rewrite.RewriteAppender -23/09/22 03:12:06 INFO DriverDaemon$: == Modules: -23/09/22 03:12:08 INFO DriverDaemon$: Starting prometheus metrics log export timer -23/09/22 03:12:08 INFO DriverConf: Configured feature flag data source LaunchDarkly -23/09/22 03:12:08 INFO DriverConf: Load feature flag from LaunchDarkly -23/09/22 03:12:08 WARN DriverConf: REGION environment variable is not defined. getConfForCurrentRegion will always return default value -23/09/22 03:12:08 INFO DriverDaemon$: Loaded JDBC drivers in 190 ms -23/09/22 03:12:08 INFO DriverDaemon$: Universe Git Hash: 1e4a70bdafc31fab94e8e4a9c01a52855f6e151d -23/09/22 03:12:08 INFO DriverDaemon$: Spark Git Hash: 6deb9aa8cd233e381216b0ac25d7cfb153f8af95 -23/09/22 03:12:08 INFO SparkConfUtils$: Customize spark config according to file /tmp/custom-spark.conf -23/09/22 03:12:08 WARN RunHelpers$: Missing tag isolation client: java.util.NoSuchElementException: key not found: TagDefinition(clientType,The client type for a request, used for isolating resources for the request.,false,false,List(),DATA_LABEL_UNSPECIFIED) -23/09/22 03:12:08 INFO DatabricksILoop$: Creating throwaway interpreter -23/09/22 03:12:08 INFO MetastoreMonitor$: Internal metastore configured -23/09/22 03:12:08 INFO DataSourceFactory$: DataSource Jdbc URL: jdbc:mariadb://consolidated-westus2-prod-metastore-addl-2.mysql.database.azure.com:3306/organization4679476628690204?useSSL=true&sslMode=VERIFY_CA&disableSslHostnameVerification=true&trustServerCertificate=false&serverSslCert=/databricks/common/mysql-ssl-ca-cert.crt -23/09/22 03:12:08 INFO ConcurrentRateLimiterConfParser$: No additional configuration supplied to the concurrent rate-limiter. Defaults would be used. -23/09/22 03:12:08 INFO ConcurrentRateLimiterConfParser$: Service com.databricks.backend.daemon.driver.DriverCorral concurrent rate-limiter ConcurrentRateLimitConfig - Dry-Run: false | Dimension: WORKSPACE | API: DEFAULT | High: 100 | Low: 50 -23/09/22 03:12:08 INFO ConcurrentRateLimiterConfParser$: Service com.databricks.backend.daemon.driver.DriverCorral concurrent rate-limiter ConcurrentRateLimitConfig - Dry-Run: false | Dimension: ACCOUNT_ID | API: DEFAULT | High: 100 | Low: 50 -23/09/22 03:12:08 INFO DriverCorral: Creating the driver context -23/09/22 03:12:08 INFO DatabricksILoop$: Class Server Dir: /local_disk0/tmp/repl/spark-4347861282214610666-415cbfc1-bc72-4ecc-8182-d24eda276af6 -23/09/22 03:12:09 INFO HikariDataSource: metastore-monitor - Starting... -23/09/22 03:12:09 INFO HikariDataSource: metastore-monitor - Start completed. -23/09/22 03:12:09 INFO SparkConfUtils$: Customize spark config according to file /tmp/custom-spark.conf -23/09/22 03:12:09 WARN SparkConf: The configuration key 'spark.akka.frameSize' has been deprecated as of Spark 1.6 and may be removed in the future. Please use the new key 'spark.rpc.message.maxSize' instead. -23/09/22 03:12:09 INFO SparkContext: Running Spark version 3.3.0 -23/09/22 03:12:10 INFO ResourceUtils: ============================================================== -23/09/22 03:12:10 INFO ResourceUtils: No custom resources configured for spark.driver. -23/09/22 03:12:10 INFO ResourceUtils: ============================================================== -23/09/22 03:12:10 INFO SparkContext: Submitted application: Databricks Shell -23/09/22 03:12:10 INFO HikariDataSource: metastore-monitor - Shutdown initiated... -23/09/22 03:12:10 INFO ResourceProfile: Default ResourceProfile created, executor resources: Map(cores -> name: cores, amount: 1, script: , vendor: , memory -> name: memory, amount: 7284, script: , vendor: , offHeap -> name: offHeap, amount: 0, script: , vendor: ), task resources: Map(cpus -> name: cpus, amount: 1.0) -23/09/22 03:12:10 INFO HikariDataSource: metastore-monitor - Shutdown completed. -23/09/22 03:12:10 INFO ResourceProfile: Limiting resource is cpu -23/09/22 03:12:10 INFO ResourceProfileManager: Added ResourceProfile id: 0 -23/09/22 03:12:10 INFO MetastoreMonitor: Metastore healthcheck successful (connection duration = 1514 milliseconds) -23/09/22 03:12:10 INFO SecurityManager: Changing view acls to: root -23/09/22 03:12:10 INFO SecurityManager: Changing modify acls to: root -23/09/22 03:12:10 INFO SecurityManager: Changing view acls groups to: -23/09/22 03:12:10 INFO SecurityManager: Changing modify acls groups to: -23/09/22 03:12:10 INFO SecurityManager: SecurityManager: authentication disabled; ui acls disabled; users with view permissions: Set(root); groups with view permissions: Set(); users with modify permissions: Set(root); groups with modify permissions: Set() -23/09/22 03:12:10 INFO Utils: Successfully started service 'sparkDriver' on port 40381. -23/09/22 03:12:10 INFO SparkEnv: Registering MapOutputTracker -23/09/22 03:12:11 INFO SparkEnv: Registering BlockManagerMaster -23/09/22 03:12:11 INFO BlockManagerMasterEndpoint: Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information -23/09/22 03:12:11 INFO BlockManagerMasterEndpoint: BlockManagerMasterEndpoint up -23/09/22 03:12:11 INFO SparkEnv: Registering BlockManagerMasterHeartbeat -23/09/22 03:12:11 INFO DiskBlockManager: Created local directory at /local_disk0/blockmgr-d9671de5-06a4-41c4-a396-6164c52e9d6e -23/09/22 03:12:11 INFO MemoryStore: MemoryStore started with capacity 3.3 GiB -23/09/22 03:12:11 INFO SparkEnv: Registering OutputCommitCoordinator -23/09/22 03:12:11 INFO SparkContext: Spark configuration: -eventLog.rolloverIntervalSeconds=900 -libraryDownload.sleepIntervalSeconds=5 -libraryDownload.timeoutSeconds=180 -spark.akka.frameSize=256 -spark.app.name=Databricks Shell -spark.app.startTime=1695352329292 -spark.cleaner.referenceTracking.blocking=false -spark.databricks.acl.client=com.databricks.spark.sql.acl.client.SparkSqlAclClient -spark.databricks.acl.dfAclsEnabled=false -spark.databricks.acl.enabled=false -spark.databricks.acl.provider=com.databricks.sql.acl.ReflectionBackedAclProvider -spark.databricks.acl.scim.client=com.databricks.spark.sql.acl.client.DriverToWebappScimClient -spark.databricks.automl.serviceEnabled=true -spark.databricks.cloudProvider=Azure -spark.databricks.cloudfetch.hasRegionSupport=true -spark.databricks.cloudfetch.requesterClassName=*********(redacted) -spark.databricks.clusterSource=UI -spark.databricks.clusterUsageTags.attribute_tag_budget= -spark.databricks.clusterUsageTags.attribute_tag_dust_execution_env= -spark.databricks.clusterUsageTags.attribute_tag_dust_maintainer= -spark.databricks.clusterUsageTags.attribute_tag_dust_suite= -spark.databricks.clusterUsageTags.attribute_tag_service= -spark.databricks.clusterUsageTags.autoTerminationMinutes=15 -spark.databricks.clusterUsageTags.azureSubscriptionId=a4f54399-8db8-4849-adcc-a42aed1fb97f -spark.databricks.clusterUsageTags.cloudProvider=Azure -spark.databricks.clusterUsageTags.clusterAllTags=[{"key":"Vendor","value":"Databricks"},{"key":"Creator","value":"jason.yip@tredence.com"},{"key":"ClusterName","value":"jason.yip@tredence.com's Cluster"},{"key":"ClusterId","value":"0808-055325-43kdx9a4"},{"key":"Environment","value":"POC"},{"key":"Project","value":"SI"},{"key":"DatabricksEnvironment","value":"workerenv-4679476628690204"}] -spark.databricks.clusterUsageTags.clusterAvailability=SPOT_WITH_FALLBACK_AZURE -spark.databricks.clusterUsageTags.clusterCreator=Webapp -spark.databricks.clusterUsageTags.clusterFirstOnDemand=1 -spark.databricks.clusterUsageTags.clusterGeneration=58 -spark.databricks.clusterUsageTags.clusterId=0808-055325-43kdx9a4 -spark.databricks.clusterUsageTags.clusterLastActivityTime=1695351309363 -spark.databricks.clusterUsageTags.clusterLogDeliveryEnabled=true -spark.databricks.clusterUsageTags.clusterLogDestination=dbfs:/cluster-logs -spark.databricks.clusterUsageTags.clusterMaxWorkers=2 -spark.databricks.clusterUsageTags.clusterMetastoreAccessType=RDS_DIRECT -spark.databricks.clusterUsageTags.clusterMinWorkers=1 -spark.databricks.clusterUsageTags.clusterName=jason.yip@tredence.com's Cluster -spark.databricks.clusterUsageTags.clusterNoDriverDaemon=false -spark.databricks.clusterUsageTags.clusterNodeType=Standard_DS3_v2 -spark.databricks.clusterUsageTags.clusterNumCustomTags=0 -spark.databricks.clusterUsageTags.clusterNumSshKeys=0 -spark.databricks.clusterUsageTags.clusterOwnerOrgId=4679476628690204 -spark.databricks.clusterUsageTags.clusterOwnerUserId=*********(redacted) -spark.databricks.clusterUsageTags.clusterPinned=false -spark.databricks.clusterUsageTags.clusterPythonVersion=3 -spark.databricks.clusterUsageTags.clusterResourceClass=default -spark.databricks.clusterUsageTags.clusterScalingType=autoscaling -spark.databricks.clusterUsageTags.clusterSizeType=VM_CONTAINER -spark.databricks.clusterUsageTags.clusterSku=STANDARD_SKU -spark.databricks.clusterUsageTags.clusterSpotBidMaxPrice=-1.0 -spark.databricks.clusterUsageTags.clusterState=Pending -spark.databricks.clusterUsageTags.clusterStateMessage=Starting Spark -spark.databricks.clusterUsageTags.clusterTargetWorkers=1 -spark.databricks.clusterUsageTags.clusterUnityCatalogMode=*********(redacted) -spark.databricks.clusterUsageTags.clusterWorkers=1 -spark.databricks.clusterUsageTags.containerType=LXC -spark.databricks.clusterUsageTags.dataPlaneRegion=westus2 -spark.databricks.clusterUsageTags.driverContainerId=5603f7b1e1d64b3fb68a6cbede3b5d75 -spark.databricks.clusterUsageTags.driverContainerPrivateIp=10.11.115.134 -spark.databricks.clusterUsageTags.driverInstanceId=48c9146699474759853905f5e39b09cf -spark.databricks.clusterUsageTags.driverInstancePrivateIp=10.11.115.198 -spark.databricks.clusterUsageTags.driverNodeType=Standard_DS3_v2 -spark.databricks.clusterUsageTags.effectiveSparkVersion=11.3.x-cpu-ml-scala2.12 -spark.databricks.clusterUsageTags.enableCredentialPassthrough=*********(redacted) -spark.databricks.clusterUsageTags.enableDfAcls=false -spark.databricks.clusterUsageTags.enableElasticDisk=true -spark.databricks.clusterUsageTags.enableGlueCatalogCredentialPassthrough=*********(redacted) -spark.databricks.clusterUsageTags.enableJdbcAutoStart=true -spark.databricks.clusterUsageTags.enableJobsAutostart=true -spark.databricks.clusterUsageTags.enableLocalDiskEncryption=false -spark.databricks.clusterUsageTags.enableSqlAclsOnly=false -spark.databricks.clusterUsageTags.hailEnabled=false -spark.databricks.clusterUsageTags.ignoreTerminationEventInAlerting=false -spark.databricks.clusterUsageTags.instanceWorkerEnvId=workerenv-4679476628690204 -spark.databricks.clusterUsageTags.instanceWorkerEnvNetworkType=vnet-injection -spark.databricks.clusterUsageTags.isDpCpPrivateLinkEnabled=false -spark.databricks.clusterUsageTags.isIMv2Enabled=false -spark.databricks.clusterUsageTags.isServicePrincipalCluster=false -spark.databricks.clusterUsageTags.isSingleUserCluster=*********(redacted) -spark.databricks.clusterUsageTags.managedResourceGroup=databricks-rg-SI-ADB-runlzayanl524 -spark.databricks.clusterUsageTags.ngrokNpipEnabled=true -spark.databricks.clusterUsageTags.numPerClusterInitScriptsV2=1 -spark.databricks.clusterUsageTags.numPerClusterInitScriptsV2Abfss=0 -spark.databricks.clusterUsageTags.numPerClusterInitScriptsV2Dbfs=1 -spark.databricks.clusterUsageTags.numPerClusterInitScriptsV2File=0 -spark.databricks.clusterUsageTags.numPerClusterInitScriptsV2Gcs=0 -spark.databricks.clusterUsageTags.numPerClusterInitScriptsV2S3=0 -spark.databricks.clusterUsageTags.numPerClusterInitScriptsV2Volumes=0 -spark.databricks.clusterUsageTags.numPerClusterInitScriptsV2Workspace=0 -spark.databricks.clusterUsageTags.numPerGlobalInitScriptsV2=0 -spark.databricks.clusterUsageTags.orgId=4679476628690204 -spark.databricks.clusterUsageTags.privateLinkEnabled=false -spark.databricks.clusterUsageTags.region=westus2 -spark.databricks.clusterUsageTags.runtimeEngine=STANDARD -spark.databricks.clusterUsageTags.sparkEnvVarContainsBacktick=false -spark.databricks.clusterUsageTags.sparkEnvVarContainsDollarSign=false -spark.databricks.clusterUsageTags.sparkEnvVarContainsDoubleQuotes=false -spark.databricks.clusterUsageTags.sparkEnvVarContainsEscape=false -spark.databricks.clusterUsageTags.sparkEnvVarContainsNewline=false -spark.databricks.clusterUsageTags.sparkEnvVarContainsSingleQuotes=false -spark.databricks.clusterUsageTags.sparkImageLabel=release__11.3.x-snapshot-cpu-ml-scala2.12__databricks-universe__11.3.20__1e4a70b__6deb9aa__jenkins__2a43af3__format-3 -spark.databricks.clusterUsageTags.sparkMasterUrlType=*********(redacted) -spark.databricks.clusterUsageTags.sparkVersion=11.3.x-cpu-ml-scala2.12 -spark.databricks.clusterUsageTags.userId=*********(redacted) -spark.databricks.clusterUsageTags.userProvidedRemoteVolumeCount=*********(redacted) -spark.databricks.clusterUsageTags.userProvidedRemoteVolumeSizeGb=*********(redacted) -spark.databricks.clusterUsageTags.userProvidedRemoteVolumeType=*********(redacted) -spark.databricks.clusterUsageTags.userProvidedSparkVersion=*********(redacted) -spark.databricks.clusterUsageTags.workerEnvironmentId=workerenv-4679476628690204 -spark.databricks.credential.aws.secretKey.redactor=*********(redacted) -spark.databricks.credential.redactor=*********(redacted) -spark.databricks.credential.scope.fs.adls.gen2.tokenProviderClassName=*********(redacted) -spark.databricks.credential.scope.fs.gs.auth.access.tokenProviderClassName=*********(redacted) -spark.databricks.credential.scope.fs.impl=*********(redacted) -spark.databricks.credential.scope.fs.s3a.tokenProviderClassName=*********(redacted) -spark.databricks.delta.logStore.crossCloud.fatal=true -spark.databricks.delta.multiClusterWrites.enabled=true -spark.databricks.delta.preview.enabled=true -spark.databricks.driverNfs.clusterWidePythonLibsEnabled=true -spark.databricks.driverNfs.enabled=true -spark.databricks.driverNfs.pathSuffix=.ephemeral_nfs -spark.databricks.driverNodeTypeId=Standard_DS3_v2 -spark.databricks.enablePublicDbfsFuse=false -spark.databricks.eventLog.dir=eventlogs -spark.databricks.eventLog.enabled=true -spark.databricks.eventLog.listenerClassName=com.databricks.backend.daemon.driver.DBCEventLoggingListener -spark.databricks.io.directoryCommit.enableLogicalDelete=false -spark.databricks.managedCatalog.clientClassName=com.databricks.managedcatalog.ManagedCatalogClientImpl -spark.databricks.metrics.filesystem_io_metrics=true -spark.databricks.mlflow.autologging.enabled=true -spark.databricks.overrideDefaultCommitProtocol=org.apache.spark.sql.execution.datasources.SQLHadoopMapReduceCommitProtocol -spark.databricks.passthrough.adls.gen2.tokenProviderClassName=*********(redacted) -spark.databricks.passthrough.adls.tokenProviderClassName=*********(redacted) -spark.databricks.passthrough.enabled=false -spark.databricks.passthrough.glue.credentialsProviderFactoryClassName=*********(redacted) -spark.databricks.passthrough.glue.executorServiceFactoryClassName=*********(redacted) -spark.databricks.passthrough.oauth.refresher.impl=*********(redacted) -spark.databricks.passthrough.s3a.threadPoolExecutor.factory.class=com.databricks.backend.daemon.driver.aws.S3APassthroughThreadPoolExecutorFactory -spark.databricks.passthrough.s3a.tokenProviderClassName=*********(redacted) -spark.databricks.preemption.enabled=true -spark.databricks.privateLinkEnabled=false -spark.databricks.python.defaultPythonRepl=ipykernel -spark.databricks.redactor=com.databricks.spark.util.DatabricksSparkLogRedactorProxy -spark.databricks.repl.enableClassFileCleanup=true -spark.databricks.secret.envVar.keys.toRedact=*********(redacted) -spark.databricks.secret.sparkConf.keys.toRedact=*********(redacted) -spark.databricks.service.dbutils.repl.backend=com.databricks.dbconnect.ReplDBUtils -spark.databricks.service.dbutils.server.backend=com.databricks.dbconnect.SparkServerDBUtils -spark.databricks.session.share=false -spark.databricks.sparkContextId=4347861282214610666 -spark.databricks.sql.configMapperClass=com.databricks.dbsql.config.SqlConfigMapperBridge -spark.databricks.tahoe.logStore.aws.class=com.databricks.tahoe.store.MultiClusterLogStore -spark.databricks.tahoe.logStore.azure.class=com.databricks.tahoe.store.AzureLogStore -spark.databricks.tahoe.logStore.class=com.databricks.tahoe.store.DelegatingLogStore -spark.databricks.tahoe.logStore.gcp.class=com.databricks.tahoe.store.GCPLogStore -spark.databricks.unityCatalog.credentialManager.apiTokenProviderClassName=*********(redacted) -spark.databricks.unityCatalog.credentialManager.tokenRefreshEnabled=*********(redacted) -spark.databricks.unityCatalog.enabled=false -spark.databricks.workerNodeTypeId=Standard_DS3_v2 -spark.databricks.workspaceUrl=*********(redacted) -spark.databricks.wsfs.workspacePrivatePreview=true -spark.databricks.wsfsPublicPreview=true -spark.delta.sharing.profile.provider.class=*********(redacted) -spark.driver.allowMultipleContexts=false -spark.driver.extraJavaOptions=-XX:+IgnoreUnrecognizedVMOptions --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.base/sun.nio.cs=ALL-UNNAMED --add-opens=java.base/sun.security.action=ALL-UNNAMED --add-opens=java.base/sun.util.calendar=ALL-UNNAMED --add-opens=java.security.jgss/sun.security.krb5=ALL-UNNAMED -spark.driver.host=10.11.115.134 -spark.driver.maxResultSize=4g -spark.driver.port=40381 -spark.driver.tempDirectory=/local_disk0/tmp -spark.eventLog.enabled=false -spark.executor.extraClassPath=/databricks/spark/dbconf/log4j/executor:/databricks/spark/dbconf/jets3t/:/databricks/spark/dbconf/hadoop:/databricks/hive/conf:/databricks/jars/* -spark.executor.extraJavaOptions=-XX:+IgnoreUnrecognizedVMOptions --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.base/sun.nio.cs=ALL-UNNAMED --add-opens=java.base/sun.security.action=ALL-UNNAMED --add-opens=java.base/sun.util.calendar=ALL-UNNAMED --add-opens=java.security.jgss/sun.security.krb5=ALL-UNNAMED -Djava.io.tmpdir=/local_disk0/tmp -XX:ReservedCodeCacheSize=512m -XX:+UseCodeCacheFlushing -XX:PerMethodRecompilationCutoff=-1 -XX:PerBytecodeRecompilationCutoff=-1 -Djava.security.properties=/databricks/spark/dbconf/java/extra.security -XX:-UseContainerSupport -XX:+PrintFlagsFinal -XX:+PrintGCDateStamps -XX:+PrintGCDetails -verbose:gc -Xss4m -Djava.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni -Djavax.xml.datatype.DatatypeFactory=com.sun.org.apache.xerces.internal.jaxp.datatype.DatatypeFactoryImpl -Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl -Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl -Djavax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema=com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory -Dorg.xml.sax.driver=com.sun.org.apache.xerces.internal.parsers.SAXParser -Dorg.w3c.dom.DOMImplementationSourceList=com.sun.org.apache.xerces.internal.dom.DOMXSImplementationSourceImpl -Djavax.net.ssl.sessionCacheSize=10000 -Dscala.reflect.runtime.disable.typetag.cache=true -Dcom.google.cloud.spark.bigquery.repackaged.io.netty.tryReflectionSetAccessible=true -Dlog4j2.formatMsgNoLookups=true -Ddatabricks.serviceName=spark-executor-1 -spark.executor.id=driver -spark.executor.memory=7284m -spark.executor.tempDirectory=/local_disk0/tmp -spark.extraListeners=io.openlineage.spark.agent.OpenLineageSparkListener -spark.files.fetchFailure.unRegisterOutputOnHost=true -spark.files.overwrite=true -spark.files.useFetchCache=false -spark.hadoop.databricks.dbfs.client.version=v2 -spark.hadoop.databricks.fs.perfMetrics.enable=true -spark.hadoop.databricks.s3.amazonS3Client.cache.enabled=true -spark.hadoop.databricks.s3.create.deleteUnnecessaryFakeDirectories=false -spark.hadoop.databricks.s3.verifyBucketExists.enabled=false -spark.hadoop.databricks.s3commit.client.sslTrustAll=false -spark.hadoop.fs.AbstractFileSystem.gs.impl=shaded.databricks.com.google.cloud.hadoop.fs.gcs.GoogleHadoopFS -spark.hadoop.fs.abfs.impl=shaded.databricks.azurebfs.org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemHadoop3 -spark.hadoop.fs.abfs.impl.disable.cache=true -spark.hadoop.fs.abfss.impl=shaded.databricks.azurebfs.org.apache.hadoop.fs.azurebfs.SecureAzureBlobFileSystemHadoop3 -spark.hadoop.fs.abfss.impl.disable.cache=true -spark.hadoop.fs.adl.impl=com.databricks.adl.AdlFileSystem -spark.hadoop.fs.adl.impl.disable.cache=true -spark.hadoop.fs.azure.authorization.caching.enable=false -spark.hadoop.fs.azure.cache.invalidator.type=com.databricks.encryption.utils.CacheInvalidatorImpl -spark.hadoop.fs.azure.skip.metrics=true -spark.hadoop.fs.azure.user.agent.prefix=*********(redacted) -spark.hadoop.fs.cpfs-abfss.impl=*********(redacted) -spark.hadoop.fs.cpfs-abfss.impl.disable.cache=true -spark.hadoop.fs.cpfs-adl.impl=*********(redacted) -spark.hadoop.fs.cpfs-adl.impl.disable.cache=true -spark.hadoop.fs.cpfs-s3.impl=*********(redacted) -spark.hadoop.fs.cpfs-s3a.impl=*********(redacted) -spark.hadoop.fs.cpfs-s3n.impl=*********(redacted) -spark.hadoop.fs.dbfs.impl=com.databricks.backend.daemon.data.client.DbfsHadoop3 -spark.hadoop.fs.dbfsartifacts.impl=com.databricks.backend.daemon.data.client.DBFSV1 -spark.hadoop.fs.fcfs-abfs.impl=*********(redacted) -spark.hadoop.fs.fcfs-abfs.impl.disable.cache=true -spark.hadoop.fs.fcfs-abfss.impl=*********(redacted) -spark.hadoop.fs.fcfs-abfss.impl.disable.cache=true -spark.hadoop.fs.fcfs-s3.impl=*********(redacted) -spark.hadoop.fs.fcfs-s3.impl.disable.cache=true -spark.hadoop.fs.fcfs-s3a.impl=*********(redacted) -spark.hadoop.fs.fcfs-s3a.impl.disable.cache=true -spark.hadoop.fs.fcfs-s3n.impl=*********(redacted) -spark.hadoop.fs.fcfs-s3n.impl.disable.cache=true -spark.hadoop.fs.fcfs-wasb.impl=*********(redacted) -spark.hadoop.fs.fcfs-wasb.impl.disable.cache=true -spark.hadoop.fs.fcfs-wasbs.impl=*********(redacted) -spark.hadoop.fs.fcfs-wasbs.impl.disable.cache=true -spark.hadoop.fs.file.impl=com.databricks.backend.daemon.driver.WorkspaceLocalFileSystem -spark.hadoop.fs.gs.impl=shaded.databricks.com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemHadoop3 -spark.hadoop.fs.gs.impl.disable.cache=true -spark.hadoop.fs.gs.outputstream.upload.chunk.size=16777216 -spark.hadoop.fs.idbfs.impl=com.databricks.io.idbfs.IdbfsFileSystem -spark.hadoop.fs.mcfs-s3a.impl=com.databricks.sql.acl.fs.ManagedCatalogFileSystem -spark.hadoop.fs.mlflowdbfs.impl=com.databricks.mlflowdbfs.MlflowdbfsFileSystem -spark.hadoop.fs.s3.impl=shaded.databricks.org.apache.hadoop.fs.s3a.S3AFileSystemHadoop3 -spark.hadoop.fs.s3.impl.disable.cache=true -spark.hadoop.fs.s3a.assumed.role.credentials.provider=*********(redacted) -spark.hadoop.fs.s3a.attempts.maximum=10 -spark.hadoop.fs.s3a.block.size=67108864 -spark.hadoop.fs.s3a.connection.maximum=200 -spark.hadoop.fs.s3a.connection.timeout=50000 -spark.hadoop.fs.s3a.fast.upload=true -spark.hadoop.fs.s3a.fast.upload.active.blocks=32 -spark.hadoop.fs.s3a.fast.upload.default=true -spark.hadoop.fs.s3a.impl=shaded.databricks.org.apache.hadoop.fs.s3a.S3AFileSystemHadoop3 -spark.hadoop.fs.s3a.impl.disable.cache=true -spark.hadoop.fs.s3a.max.total.tasks=1000 -spark.hadoop.fs.s3a.multipart.size=10485760 -spark.hadoop.fs.s3a.multipart.threshold=104857600 -spark.hadoop.fs.s3a.retry.limit=20 -spark.hadoop.fs.s3a.retry.throttle.interval=500ms -spark.hadoop.fs.s3a.threads.max=136 -spark.hadoop.fs.s3n.impl=shaded.databricks.org.apache.hadoop.fs.s3a.S3AFileSystemHadoop3 -spark.hadoop.fs.s3n.impl.disable.cache=true -spark.hadoop.fs.stage.impl=com.databricks.backend.daemon.driver.managedcatalog.PersonalStagingFileSystem -spark.hadoop.fs.stage.impl.disable.cache=true -spark.hadoop.fs.wasb.impl=shaded.databricks.org.apache.hadoop.fs.azure.NativeAzureFileSystem -spark.hadoop.fs.wasb.impl.disable.cache=true -spark.hadoop.fs.wasbs.impl=shaded.databricks.org.apache.hadoop.fs.azure.NativeAzureFileSystem -spark.hadoop.fs.wasbs.impl.disable.cache=true -spark.hadoop.hive.hmshandler.retry.attempts=10 -spark.hadoop.hive.hmshandler.retry.interval=2000 -spark.hadoop.hive.server2.enable.doAs=false -spark.hadoop.hive.server2.idle.operation.timeout=7200000 -spark.hadoop.hive.server2.idle.session.timeout=900000 -spark.hadoop.hive.server2.keystore.password=*********(redacted) -spark.hadoop.hive.server2.keystore.path=/databricks/keys/jetty-ssl-driver-keystore.jks -spark.hadoop.hive.server2.session.check.interval=60000 -spark.hadoop.hive.server2.thrift.http.cookie.auth.enabled=false -spark.hadoop.hive.server2.thrift.http.port=10000 -spark.hadoop.hive.server2.transport.mode=http -spark.hadoop.hive.server2.use.SSL=true -spark.hadoop.hive.warehouse.subdir.inherit.perms=false -spark.hadoop.mapred.output.committer.class=com.databricks.backend.daemon.data.client.DirectOutputCommitter -spark.hadoop.mapreduce.fileoutputcommitter.algorithm.version=2 -spark.hadoop.parquet.abfs.readahead.optimization.enabled=true -spark.hadoop.parquet.block.size.row.check.max=10 -spark.hadoop.parquet.block.size.row.check.min=10 -spark.hadoop.parquet.filter.columnindex.enabled=false -spark.hadoop.parquet.memory.pool.ratio=0.5 -spark.hadoop.parquet.page.metadata.validation.enabled=true -spark.hadoop.parquet.page.size.check.estimate=false -spark.hadoop.parquet.page.verify-checksum.enabled=true -spark.hadoop.parquet.page.write-checksum.enabled=true -spark.hadoop.spark.databricks.io.parquet.verifyChecksumOnWrite.enabled=false -spark.hadoop.spark.databricks.io.parquet.verifyChecksumOnWrite.throwsException=false -spark.hadoop.spark.driverproxy.customHeadersToProperties=*********(redacted) -spark.hadoop.spark.hadoop.aws.glue.cache.db.size=1000 -spark.hadoop.spark.hadoop.aws.glue.cache.db.ttl-mins=30 -spark.hadoop.spark.hadoop.aws.glue.cache.table.size=1000 -spark.hadoop.spark.hadoop.aws.glue.cache.table.ttl-mins=30 -spark.hadoop.spark.sql.parquet.output.committer.class=org.apache.spark.sql.parquet.DirectParquetOutputCommitter -spark.hadoop.spark.sql.sources.outputCommitterClass=com.databricks.backend.daemon.data.client.MapReduceDirectOutputCommitter -spark.home=/databricks/spark -spark.logConf=true -spark.master=spark://10.11.115.134:7077 -spark.metrics.conf=/databricks/spark/conf/metrics.properties -spark.openlineage.endpoint=api/v1/lineage -spark.openlineage.namespace=adb-5445974573286168.8#default -spark.openlineage.url=*********(redacted) -spark.openlineage.url.param.code=*********(redacted) -spark.r.backendConnectionTimeout=604800 -spark.r.numRBackendThreads=1 -spark.rdd.compress=true -spark.repl.class.outputDir=/local_disk0/tmp/repl/spark-4347861282214610666-415cbfc1-bc72-4ecc-8182-d24eda276af6 -spark.rpc.message.maxSize=256 -spark.scheduler.listenerbus.eventqueue.capacity=20000 -spark.scheduler.mode=FAIR -spark.serializer.objectStreamReset=100 -spark.shuffle.manager=SORT -spark.shuffle.memoryFraction=0.2 -spark.shuffle.reduceLocality.enabled=false -spark.shuffle.service.enabled=true -spark.shuffle.service.port=4048 -spark.sparklyr-backend.threads=1 -spark.sparkr.use.daemon=false -spark.speculation=false -spark.speculation.multiplier=3 -spark.speculation.quantile=0.9 -spark.sql.allowMultipleContexts=false -spark.sql.hive.convertCTAS=true -spark.sql.hive.convertMetastoreParquet=true -spark.sql.hive.metastore.jars=/databricks/databricks-hive/* -spark.sql.hive.metastore.sharedPrefixes=org.mariadb.jdbc,com.mysql.jdbc,org.postgresql,com.microsoft.sqlserver,microsoft.sql.DateTimeOffset,microsoft.sql.Types,com.databricks,com.codahale,com.fasterxml.jackson,shaded.databricks -spark.sql.hive.metastore.version=0.13.0 -spark.sql.legacy.createHiveTableByDefault=false -spark.sql.parquet.cacheMetadata=true -spark.sql.parquet.compression.codec=snappy -spark.sql.sources.commitProtocolClass=com.databricks.sql.transaction.directory.DirectoryAtomicCommitProtocol -spark.sql.sources.default=delta -spark.sql.streaming.checkpointFileManagerClass=com.databricks.spark.sql.streaming.DatabricksCheckpointFileManager -spark.sql.streaming.stopTimeout=15s -spark.sql.warehouse.dir=*********(redacted) -spark.storage.blockManagerTimeoutIntervalMs=300000 -spark.storage.memoryFraction=0.5 -spark.streaming.driver.writeAheadLog.allowBatching=true -spark.streaming.driver.writeAheadLog.closeFileAfterWrite=true -spark.task.reaper.enabled=true -spark.task.reaper.killTimeout=60s -spark.ui.port=40001 -spark.ui.prometheus.enabled=true -spark.worker.aioaLazyConfig.dbfsReadinessCheckClientClass=com.databricks.backend.daemon.driver.NephosDbfsReadinessCheckClient -spark.worker.aioaLazyConfig.iamReadinessCheckClientClass=com.databricks.backend.daemon.driver.NephosIamRoleCheckClient -spark.worker.cleanup.enabled=false -23/09/22 03:12:11 WARN MetricsSystem: Using default name SparkStatusTracker for source because neither spark.metrics.namespace nor spark.app.id is set. -23/09/22 03:12:11 INFO log: Logging initialized @14416ms to org.eclipse.jetty.util.log.Slf4jLog -23/09/22 03:12:11 INFO Server: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_362-b09 -23/09/22 03:12:11 INFO Server: Started @14686ms -23/09/22 03:12:12 INFO AbstractConnector: Started ServerConnector@544300a6{HTTP/1.1, (http/1.1)}{10.11.115.134:40001} -23/09/22 03:12:12 INFO Utils: Successfully started service 'SparkUI' on port 40001. -23/09/22 03:12:12 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@18fa5af6{/,null,AVAILABLE,@Spark} -23/09/22 03:12:12 WARN FairSchedulableBuilder: Fair Scheduler configuration file not found so jobs will be scheduled in FIFO order. To use fair scheduling, configure pools in fairscheduler.xml or set spark.scheduler.allocation.file to a file that contains the configuration. -23/09/22 03:12:12 INFO FairSchedulableBuilder: Created default pool: default, schedulingMode: FIFO, minShare: 0, weight: 1 -23/09/22 03:12:12 INFO DatabricksEdgeConfigs: serverlessEnabled : false -23/09/22 03:12:12 INFO DatabricksEdgeConfigs: perfPackEnabled : false -23/09/22 03:12:12 INFO DatabricksEdgeConfigs: classicSqlEnabled : false -23/09/22 03:12:12 INFO StandaloneAppClient$ClientEndpoint: Connecting to master spark://10.11.115.134:7077... -23/09/22 03:12:12 INFO TransportClientFactory: Successfully created connection to /10.11.115.134:7077 after 111 ms (0 ms spent in bootstraps) -23/09/22 03:12:13 INFO StandaloneSchedulerBackend: Connected to Spark cluster with app ID app-20230922031213-0000 -23/09/22 03:12:13 INFO TaskSchedulerImpl: Task preemption enabled. -23/09/22 03:12:13 INFO Utils: Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 44293. -23/09/22 03:12:13 INFO NettyBlockTransferService: Server created on 10.11.115.134:44293 -23/09/22 03:12:13 INFO BlockManager: Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy -23/09/22 03:12:13 INFO BlockManager: external shuffle service port = 4048 -23/09/22 03:12:13 INFO BlockManagerMaster: Registering BlockManager BlockManagerId(driver, 10.11.115.134, 44293, None) -23/09/22 03:12:13 INFO BlockManagerMasterEndpoint: Registering block manager 10.11.115.134:44293 with 3.3 GiB RAM, BlockManagerId(driver, 10.11.115.134, 44293, None) -23/09/22 03:12:13 INFO BlockManagerMaster: Registered BlockManager BlockManagerId(driver, 10.11.115.134, 44293, None) -23/09/22 03:12:13 INFO StandaloneAppClient$ClientEndpoint: Executor added: app-20230922031213-0000/0 on worker-20230922031209-10.11.115.133-34159 (10.11.115.133:34159) with 4 core(s) -23/09/22 03:12:13 INFO BlockManager: Initialized BlockManager: BlockManagerId(driver, 10.11.115.134, 44293, None) -23/09/22 03:12:13 INFO StandaloneSchedulerBackend: Granted executor ID app-20230922031213-0000/0 on hostPort 10.11.115.133:34159 with 4 core(s), 7.1 GiB RAM -23/09/22 03:12:13 INFO DatabricksUtils: Disabling Databricks event logging listener because spark.extraListeners does not contain the Databricks event logger class -23/09/22 03:12:13 INFO SparkContext: Registered listener io.openlineage.spark.agent.OpenLineageSparkListener -23/09/22 03:12:13 INFO StandaloneAppClient$ClientEndpoint: Executor updated: app-20230922031213-0000/0 is now RUNNING -23/09/22 03:12:14 INFO ContextHandler: Stopped o.e.j.s.ServletContextHandler@18fa5af6{/,null,STOPPED,@Spark} -23/09/22 03:12:14 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@b307030{/jobs,null,AVAILABLE,@Spark} -23/09/22 03:12:14 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@263f6e96{/jobs/json,null,AVAILABLE,@Spark} -23/09/22 03:12:14 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@39acf187{/jobs/job,null,AVAILABLE,@Spark} -23/09/22 03:12:14 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@dd3e1e3{/jobs/job/json,null,AVAILABLE,@Spark} -23/09/22 03:12:14 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@7878459f{/stages,null,AVAILABLE,@Spark} -23/09/22 03:12:14 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@5d24703e{/stages/json,null,AVAILABLE,@Spark} -23/09/22 03:12:14 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@17554316{/stages/stage,null,AVAILABLE,@Spark} -23/09/22 03:12:14 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@5af1b221{/stages/stage/json,null,AVAILABLE,@Spark} -23/09/22 03:12:14 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@7d49fe37{/stages/pool,null,AVAILABLE,@Spark} -23/09/22 03:12:14 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@231c521e{/stages/pool/json,null,AVAILABLE,@Spark} -23/09/22 03:12:14 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@1be3a294{/storage,null,AVAILABLE,@Spark} -23/09/22 03:12:14 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@729d1428{/storage/json,null,AVAILABLE,@Spark} -23/09/22 03:12:14 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@1728d307{/storage/rdd,null,AVAILABLE,@Spark} -23/09/22 03:12:14 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@3f0b5619{/storage/rdd/json,null,AVAILABLE,@Spark} -23/09/22 03:12:14 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@36ce9eaf{/environment,null,AVAILABLE,@Spark} -23/09/22 03:12:14 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@1f27f354{/environment/json,null,AVAILABLE,@Spark} -23/09/22 03:12:14 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@4425b6ed{/executors,null,AVAILABLE,@Spark} -23/09/22 03:12:14 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@5039c2cf{/executors/json,null,AVAILABLE,@Spark} -23/09/22 03:12:14 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@5ca006ac{/executors/threadDump,null,AVAILABLE,@Spark} -23/09/22 03:12:14 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@1372696b{/executors/threadDump/json,null,AVAILABLE,@Spark} -23/09/22 03:12:14 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@206e5183{/executors/heapHistogram,null,AVAILABLE,@Spark} -23/09/22 03:12:14 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@32eb38e5{/executors/heapHistogram/json,null,AVAILABLE,@Spark} -23/09/22 03:12:14 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@21539796{/static,null,AVAILABLE,@Spark} -23/09/22 03:12:14 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@68ea1eb5{/,null,AVAILABLE,@Spark} -23/09/22 03:12:14 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@d7c00de{/api,null,AVAILABLE,@Spark} -23/09/22 03:12:14 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@6046fba0{/metrics,null,AVAILABLE,@Spark} -23/09/22 03:12:14 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@755033c5{/jobs/job/kill,null,AVAILABLE,@Spark} -23/09/22 03:12:14 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@5b49b1df{/stages/stage/kill,null,AVAILABLE,@Spark} -23/09/22 03:12:14 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@118c1faa{/metrics/json,null,AVAILABLE,@Spark} -23/09/22 03:12:14 INFO StandaloneSchedulerBackend: SchedulerBackend is ready for scheduling beginning after reached minRegisteredResourcesRatio: 0.0 -23/09/22 03:12:14 INFO SparkContext: Loading Spark Service RPC Server. Classloader stack:List(com.databricks.backend.daemon.driver.ClassLoaders$MultiReplClassLoader@512dc0e0, com.databricks.backend.daemon.driver.ClassLoaders$LibraryClassLoader@556e4588, sun.misc.Launcher$AppClassLoader@1c53fd30, sun.misc.Launcher$ExtClassLoader@35a9782c) -23/09/22 03:12:15 INFO SparkServiceRPCServer: Initializing Spark Service RPC Server. Classloader stack: List(com.databricks.backend.daemon.driver.ClassLoaders$MultiReplClassLoader@512dc0e0, com.databricks.backend.daemon.driver.ClassLoaders$LibraryClassLoader@556e4588, sun.misc.Launcher$AppClassLoader@1c53fd30, sun.misc.Launcher$ExtClassLoader@35a9782c) -23/09/22 03:12:15 INFO SparkServiceRPCServer: Starting Spark Service RPC Server -23/09/22 03:12:15 INFO SparkServiceRPCServer: Starting Spark Service RPC Server. Classloader stack: List(com.databricks.backend.daemon.driver.ClassLoaders$MultiReplClassLoader@512dc0e0, com.databricks.backend.daemon.driver.ClassLoaders$LibraryClassLoader@556e4588, sun.misc.Launcher$AppClassLoader@1c53fd30, sun.misc.Launcher$ExtClassLoader@35a9782c) -23/09/22 03:12:15 INFO Server: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_362-b09 -23/09/22 03:12:15 INFO AbstractConnector: Started ServerConnector@457d3f54{HTTP/1.1, (http/1.1)}{0.0.0.0:15001} -23/09/22 03:12:15 INFO Server: Started @18100ms -23/09/22 03:12:15 INFO DatabricksILoop$: Finished creating throwaway interpreter -23/09/22 03:12:15 INFO DatabricksILoop$: Successfully registered spark metrics in Prometheus registry -23/09/22 03:12:15 INFO DatabricksILoop$: Successfully initialized SparkContext -23/09/22 03:12:16 INFO SharedState: Scheduler stats enabled. -23/09/22 03:12:16 INFO SharedState: Setting hive.metastore.warehouse.dir ('null') to the value of spark.sql.warehouse.dir. -23/09/22 03:12:16 INFO SharedState: Warehouse path is 'dbfs:/user/hive/warehouse'. -23/09/22 03:12:16 INFO AsyncEventQueue: Process of event SparkListenerApplicationStart(Databricks Shell,Some(app-20230922031213-0000),1695352329292,root,None,None,None) by listener OpenLineageSparkListener took 1.933345606s. -23/09/22 03:12:16 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@134ec0f3{/storage/iocache,null,AVAILABLE,@Spark} -23/09/22 03:12:16 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@491f3fb0{/storage/iocache/json,null,AVAILABLE,@Spark} -23/09/22 03:12:16 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@2a738d47{/SQL,null,AVAILABLE,@Spark} -23/09/22 03:12:16 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@8bd9d08{/SQL/json,null,AVAILABLE,@Spark} -23/09/22 03:12:16 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@d8a2b1b{/SQL/execution,null,AVAILABLE,@Spark} -23/09/22 03:12:16 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@3328db4f{/SQL/execution/json,null,AVAILABLE,@Spark} -23/09/22 03:12:16 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@23169374{/static/sql,null,AVAILABLE,@Spark} -23/09/22 03:12:16 WARN SQLConf: The SQL config 'spark.sql.hive.convertCTAS' has been deprecated in Spark v3.1 and may be removed in the future. Set 'spark.sql.legacy.createHiveTableByDefault' to false instead. -23/09/22 03:12:16 WARN SQLConf: The SQL config 'spark.sql.hive.convertCTAS' has been deprecated in Spark v3.1 and may be removed in the future. Set 'spark.sql.legacy.createHiveTableByDefault' to false instead. -23/09/22 03:12:19 INFO DriverConf: Configured feature flag data source LaunchDarkly -23/09/22 03:12:19 INFO DriverConf: Load feature flag from LaunchDarkly -23/09/22 03:12:19 WARN DriverConf: REGION environment variable is not defined. getConfForCurrentRegion will always return default value -23/09/22 03:12:21 INFO StandaloneSchedulerBackend$StandaloneDriverEndpoint: Registered executor NettyRpcEndpointRef(spark-client://Executor) (10.11.115.133:57974) with ID 0, ResourceProfileId 0 -23/09/22 03:12:21 INFO DatabricksMountsStore: Mount store initialization: Attempting to get the list of mounts from metadata manager of DBFS -23/09/22 03:12:21 INFO log: Logging initialized @24438ms to shaded.v9_4.org.eclipse.jetty.util.log.Slf4jLog -23/09/22 03:12:21 INFO DynamicRpcConf: Configured feature flag data source LaunchDarkly -23/09/22 03:12:21 INFO DynamicRpcConf: Load feature flag from LaunchDarkly -23/09/22 03:12:21 WARN DynamicRpcConf: REGION environment variable is not defined. getConfForCurrentRegion will always return default value -23/09/22 03:12:22 INFO TypeUtil: JVM Runtime does not support Modules -23/09/22 03:12:22 INFO DatabricksMountsStore: Mount store initialization: Received a list of 9 mounts accessible from metadata manager of DBFS -23/09/22 03:12:22 INFO DatabricksMountsStore: Updated mounts cache. Changes: List((+,DbfsMountPoint(s3a://databricks-datasets-california/, /databricks-datasets)), (+,DbfsMountPoint(uc-volumes:/Volumes, /Volumes)), (+,DbfsMountPoint(unsupported-access-mechanism-for-path--use-mlflow-client:/, /databricks/mlflow-tracking)), (+,DbfsMountPoint(wasbs://dbstorage32gi53vs6kgpo.blob.core.windows.net/4679476628690204, /databricks-results)), (+,DbfsMountPoint(unsupported-access-mechanism-for-path--use-mlflow-client:/, /databricks/mlflow-registry)), (+,DbfsMountPoint(dbfs-reserved-path:/uc-volumes-reserved, /Volume)), (+,DbfsMountPoint(dbfs-reserved-path:/uc-volumes-reserved, /volumes)), (+,DbfsMountPoint(wasbs://dbstorage32gi53vs6kgpo.blob.core.windows.net/4679476628690204, /)), (+,DbfsMountPoint(dbfs-reserved-path:/uc-volumes-reserved, /volume))) -23/09/22 03:12:22 INFO BlockManagerMasterEndpoint: Registering block manager 10.11.115.133:45037 with 3.6 GiB RAM, BlockManagerId(0, 10.11.115.133, 45037, None) -23/09/22 03:12:22 INFO DatabricksFileSystemV2Factory: Creating wasbs file system for wasbs://root@dbstorage32gi53vs6kgpo.blob.core.windows.net -23/09/22 03:12:23 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:12:23 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:12:23 INFO DbfsHadoop3: Initialized DBFS with DBFSV2 as the delegate. -23/09/22 03:12:23 INFO HiveConf: Found configuration file file:/databricks/hive/conf/hive-site.xml -23/09/22 03:12:23 INFO SessionManager: HiveServer2: Background operation thread pool size: 100 -23/09/22 03:12:23 INFO SessionManager: HiveServer2: Background operation thread wait queue size: 100 -23/09/22 03:12:23 INFO SessionManager: HiveServer2: Background operation thread keepalive time: 10 seconds -23/09/22 03:12:23 INFO AbstractService: Service:OperationManager is inited. -23/09/22 03:12:23 INFO AbstractService: Service:SessionManager is inited. -23/09/22 03:12:23 INFO SparkSQLCLIService: Service: CLIService is inited. -23/09/22 03:12:23 INFO AbstractService: Service:ThriftHttpCLIService is inited. -23/09/22 03:12:23 INFO HiveThriftServer2: Service: HiveServer2 is inited. -23/09/22 03:12:23 INFO AbstractService: Service:OperationManager is started. -23/09/22 03:12:23 INFO AbstractService: Service:SessionManager is started. -23/09/22 03:12:23 INFO SparkSQLCLIService: Service: CLIService is started. -23/09/22 03:12:23 INFO AbstractService: Service:ThriftHttpCLIService is started. -23/09/22 03:12:23 INFO ThriftCLIService: HTTP Server SSL: adding excluded protocols: [SSLv2, SSLv3] -23/09/22 03:12:23 INFO ThriftCLIService: HTTP Server SSL: SslContextFactory.getExcludeProtocols = [SSL, SSLv2, SSLv2Hello, SSLv3] -23/09/22 03:12:23 INFO Server: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_362-b09 -23/09/22 03:12:23 INFO session: DefaultSessionIdManager workerName=node0 -23/09/22 03:12:23 INFO session: No SessionScavenger set, using defaults -23/09/22 03:12:23 INFO session: node0 Scavenging every 660000ms -23/09/22 03:12:23 WARN SecurityHandler: ServletContext@o.e.j.s.ServletContextHandler@3c6c87fa{/,null,STARTING} has uncovered http methods for path: /* -23/09/22 03:12:23 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@3c6c87fa{/,null,AVAILABLE} -23/09/22 03:12:23 INFO SslContextFactory: x509=X509@12f85dc8(1,h=[az-westus.workers.prod.ns.databricks.com],a=[],w=[]) for Server@54a04eae[provider=null,keyStore=file:///databricks/keys/jetty-ssl-driver-keystore.jks,trustStore=null] -23/09/22 03:12:23 INFO AbstractConnector: Started ServerConnector@40f49d72{SSL, (ssl, http/1.1)}{0.0.0.0:10000} -23/09/22 03:12:23 INFO Server: Started @26472ms -23/09/22 03:12:23 INFO ThriftCLIService: Started ThriftHttpCLIService in https mode on port 10000 path=/cliservice/* with 5...500 worker threads -23/09/22 03:12:23 INFO AbstractService: Service:HiveServer2 is started. -23/09/22 03:12:23 INFO HiveThriftServer2: HiveThriftServer2 started -23/09/22 03:12:23 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@150eab74{/sqlserver,null,AVAILABLE,@Spark} -23/09/22 03:12:23 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@43f670f3{/sqlserver/json,null,AVAILABLE,@Spark} -23/09/22 03:12:23 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@95f61c2{/sqlserver/session,null,AVAILABLE,@Spark} -23/09/22 03:12:23 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@41f05f1{/sqlserver/session/json,null,AVAILABLE,@Spark} -23/09/22 03:12:23 INFO LibraryResolutionManager: Preferred maven central mirror is configured to https://maven-central.storage-download.googleapis.com/maven2/ -23/09/22 03:12:23 INFO DriverCorral: Creating the driver context -23/09/22 03:12:23 INFO StateStoreCoordinatorRef: Registered StateStoreCoordinator endpoint -23/09/22 03:12:24 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@fcd300e{/StreamingQuery,null,AVAILABLE,@Spark} -23/09/22 03:12:24 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@5e9c6d8a{/StreamingQuery/json,null,AVAILABLE,@Spark} -23/09/22 03:12:24 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@24cdc97f{/StreamingQuery/statistics,null,AVAILABLE,@Spark} -23/09/22 03:12:24 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@466d87a1{/StreamingQuery/statistics/json,null,AVAILABLE,@Spark} -23/09/22 03:12:24 INFO ContextHandler: Started o.e.j.s.ServletContextHandler@1215982f{/static/sql,null,AVAILABLE,@Spark} -23/09/22 03:12:24 INFO JettyServer$: Creating thread pool with name ... -23/09/22 03:12:24 INFO JettyServer$: Thread pool created -23/09/22 03:12:24 INFO JettyServer$: Creating thread pool with name ... -23/09/22 03:12:24 INFO JettyServer$: Thread pool created -23/09/22 03:12:24 INFO DriverDaemon: Starting driver daemon... -23/09/22 03:12:24 INFO SparkConfUtils$: Customize spark config according to file /tmp/custom-spark.conf -23/09/22 03:12:24 WARN SparkConf: The configuration key 'spark.akka.frameSize' has been deprecated as of Spark 1.6 and may be removed in the future. Please use the new key 'spark.rpc.message.maxSize' instead. -23/09/22 03:12:24 INFO DriverDaemon$: Attempting to run: 'set up ttyd daemon' -23/09/22 03:12:24 INFO DriverDaemon$: Attempting to run: 'Configuring RStudio daemon' -23/09/22 03:12:24 INFO DriverDaemon$: Resetting the default python executable -23/09/22 03:12:24 INFO Utils: resolved command to be run: List(virtualenv, /local_disk0/.ephemeral_nfs/cluster_libraries/python, -p, /databricks/python/bin/python, --no-download, --no-setuptools, --no-wheel) -23/09/22 03:12:26 INFO DatabricksUtils: created python virtualenv: /local_disk0/.ephemeral_nfs/cluster_libraries/python -23/09/22 03:12:26 INFO Utils: resolved command to be run: List(/databricks/python/bin/python, -c, import sys; dirs=[p for p in sys.path if 'package' in p]; print(' '.join(dirs))) -23/09/22 03:12:26 INFO Utils: resolved command to be run: List(/local_disk0/.ephemeral_nfs/cluster_libraries/python/bin/python, -c, from distutils.sysconfig import get_python_lib; print(get_python_lib())) -23/09/22 03:12:26 INFO DatabricksUtils: created sites.pth at /local_disk0/.ephemeral_nfs/cluster_libraries/python/lib/python3.9/site-packages/sites.pth -23/09/22 03:12:26 INFO ClusterWidePythonEnvManager: Registered /local_disk0/.ephemeral_nfs/cluster_libraries/python/lib/python3.9/site-packages with the WatchService sun.nio.fs.LinuxWatchService$LinuxWatchKey@1ab6a093 -23/09/22 03:12:26 INFO DriverDaemon$: Attempting to run: 'Update root virtualenv' -23/09/22 03:12:26 INFO Utils: resolved command to be run: WrappedArray(getconf, PAGESIZE) -23/09/22 03:12:26 INFO DriverDaemon$: Finished updating /etc/environment -23/09/22 03:12:26 INFO DriverDaemon$$anon$1: Message out thread ready -23/09/22 03:12:26 INFO Server: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_362-b09 -23/09/22 03:12:26 INFO AbstractConnector: Started ServerConnector@59960ae9{HTTP/1.1, (http/1.1)}{0.0.0.0:6061} -23/09/22 03:12:26 INFO Server: Started @28920ms -23/09/22 03:12:26 INFO Server: jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_362-b09 -23/09/22 03:12:26 INFO SslContextFactory: x509=X509@7cd50c3d(1,h=[az-westus.workers.prod.ns.databricks.com],a=[],w=[]) for Server@7d97a1a0[provider=null,keyStore=null,trustStore=null] -23/09/22 03:12:26 WARN config: Weak cipher suite TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA enabled for Server@7d97a1a0[provider=null,keyStore=null,trustStore=null] -23/09/22 03:12:26 WARN config: Weak cipher suite TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA enabled for Server@7d97a1a0[provider=null,keyStore=null,trustStore=null] -23/09/22 03:12:26 INFO AbstractConnector: Started ServerConnector@2d4eba14{SSL, (ssl, http/1.1)}{0.0.0.0:6062} -23/09/22 03:12:26 INFO Server: Started @28983ms -23/09/22 03:12:26 INFO DriverDaemon: Started comm channel server -23/09/22 03:12:26 INFO DriverDaemon: Driver daemon started. -23/09/22 03:12:26 INFO DynamicInfoServiceConf: Configured feature flag data source LaunchDarkly -23/09/22 03:12:26 INFO DynamicInfoServiceConf: Load feature flag from LaunchDarkly -23/09/22 03:12:26 WARN DynamicInfoServiceConf: REGION environment variable is not defined. getConfForCurrentRegion will always return default value -23/09/22 03:12:26 INFO FeatureFlagRegister$$anon$1: Configured feature flag data source LaunchDarkly -23/09/22 03:12:26 INFO FeatureFlagRegister$$anon$1: Load feature flag from LaunchDarkly -23/09/22 03:12:26 WARN FeatureFlagRegister$$anon$1: REGION environment variable is not defined. getConfForCurrentRegion will always return default value -23/09/22 03:12:26 WARN FeatureFlagRegister$$anon$2: REGION environment variable is not defined. getConfForCurrentRegion will always return default value -23/09/22 03:12:27 WARN SQLConf: The SQL config 'spark.sql.hive.convertCTAS' has been deprecated in Spark v3.1 and may be removed in the future. Set 'spark.sql.legacy.createHiveTableByDefault' to false instead. -23/09/22 03:12:27 WARN SQLConf: The SQL config 'spark.sql.hive.convertCTAS' has been deprecated in Spark v3.1 and may be removed in the future. Set 'spark.sql.legacy.createHiveTableByDefault' to false instead. -23/09/22 03:12:27 INFO DriverCorral: Loading the root classloader -23/09/22 03:12:27 INFO DriverCorral: Starting sql repl ReplId-3e938-b2918-a40bd-0 -23/09/22 03:12:27 INFO DriverCorral: Starting sql repl ReplId-4866c-e0496-c4e7c-0 -23/09/22 03:12:27 INFO DriverCorral: Starting sql repl ReplId-5be81-765d5-a450d-b -23/09/22 03:12:27 INFO SQLDriverWrapper: setupRepl:ReplId-5be81-765d5-a450d-b: finished to load -23/09/22 03:12:27 INFO SQLDriverWrapper: setupRepl:ReplId-4866c-e0496-c4e7c-0: finished to load -23/09/22 03:12:28 INFO DriverCorral: Starting sql repl ReplId-7fb2e-41a1e-7bb98-6 -23/09/22 03:12:28 INFO SQLDriverWrapper: setupRepl:ReplId-3e938-b2918-a40bd-0: finished to load -23/09/22 03:12:28 INFO SQLDriverWrapper: setupRepl:ReplId-7fb2e-41a1e-7bb98-6: finished to load -23/09/22 03:12:28 INFO DriverCorral: Starting sql repl ReplId-366bb-6c8fc-7e848-1 -23/09/22 03:12:28 INFO SQLDriverWrapper: setupRepl:ReplId-366bb-6c8fc-7e848-1: finished to load -23/09/22 03:12:28 WARN SQLConf: The SQL config 'spark.sql.hive.convertCTAS' has been deprecated in Spark v3.1 and may be removed in the future. Set 'spark.sql.legacy.createHiveTableByDefault' to false instead. -23/09/22 03:12:28 WARN SQLConf: The SQL config 'spark.sql.hive.convertCTAS' has been deprecated in Spark v3.1 and may be removed in the future. Set 'spark.sql.legacy.createHiveTableByDefault' to false instead. -23/09/22 03:12:28 INFO DriverCorral: Starting r repl ReplId-37c67-11e71-085f2-b -23/09/22 03:12:28 INFO ROutputStreamHandler: Connection succeeded on port 33759 -23/09/22 03:12:28 INFO ROutputStreamHandler: Connection succeeded on port 38659 -23/09/22 03:12:28 INFO RDriverLocal: 1. RDriverLocal.9f9878f0-af22-4610-8015-9ba9cba97f56: object created with for ReplId-37c67-11e71-085f2-b. -23/09/22 03:12:28 INFO RDriverLocal: 2. RDriverLocal.9f9878f0-af22-4610-8015-9ba9cba97f56: initializing ... -23/09/22 03:12:28 INFO RDriverLocal: 3. RDriverLocal.9f9878f0-af22-4610-8015-9ba9cba97f56: started RBackend thread on port 44567 -23/09/22 03:12:28 INFO RDriverLocal: 4. RDriverLocal.9f9878f0-af22-4610-8015-9ba9cba97f56: waiting for SparkR to be installed ... -23/09/22 03:12:31 WARN DriverDaemon: ShouldUseAutoscalingInfo exception thrown, not logging stack trace. This is used for control flow and is ok to ignore -23/09/22 03:12:45 INFO RDriverLocal$: SparkR installation completed. -23/09/22 03:12:45 INFO RDriverLocal: 5. RDriverLocal.9f9878f0-af22-4610-8015-9ba9cba97f56: launching R process ... -23/09/22 03:12:45 INFO RDriverLocal: 6. RDriverLocal.9f9878f0-af22-4610-8015-9ba9cba97f56: cgroup isolation disabled, not placing R process in REPL cgroup. -23/09/22 03:12:45 INFO RDriverLocal: 7. RDriverLocal.9f9878f0-af22-4610-8015-9ba9cba97f56: starting R process on port 1100 (attempt 1) ... -23/09/22 03:12:45 INFO RDriverLocal$: Debugging command for R process builder: SIMBASPARKINI=/etc/simba.sparkodbc.ini R_LIBS=/local_disk0/.ephemeral_nfs/envs/rEnv-f2101999-5405-42d1-9a13-54e56b10c595:/databricks/spark/R/lib:/local_disk0/.ephemeral_nfs/cluster_libraries/r LD_LIBRARY_PATH=/opt/simba/sparkodbc/lib/64/ SPARKR_BACKEND_CONNECTION_TIMEOUT=604800 DB_STREAM_BEACON_STRING_START=DATABRICKS_STREAM_START-ReplId-37c67-11e71-085f2-b DB_STDOUT_STREAM_PORT=33759 SPARKR_BACKEND_AUTH_SECRET=66ff8ddb37f72244f65671addc6c280315e049a38bc9f2d69956c1351b9dff0a DB_STREAM_BEACON_STRING_END=DATABRICKS_STREAM_END-ReplId-37c67-11e71-085f2-b EXISTING_SPARKR_BACKEND_PORT=44567 ODBCINI=/etc/odbc.ini DB_STDERR_STREAM_PORT=38659 /bin/bash /local_disk0/tmp/_startR.sh2234149851276446982resource.r /local_disk0/tmp/_rServeScript.r3565608712795707271resource.r 1100 None -23/09/22 03:12:45 INFO RDriverLocal: 8. RDriverLocal.9f9878f0-af22-4610-8015-9ba9cba97f56: setting up BufferedStreamThread with bufferSize: 1000. -23/09/22 03:12:47 INFO RDriverLocal: 9. RDriverLocal.9f9878f0-af22-4610-8015-9ba9cba97f56: R process started with RServe listening on port 1100. -23/09/22 03:12:47 INFO RDriverLocal: 10. RDriverLocal.9f9878f0-af22-4610-8015-9ba9cba97f56: starting interpreter to talk to R process ... -23/09/22 03:12:47 WARN SparkContext: Using an existing SparkContext; some configuration may not take effect. -23/09/22 03:12:48 INFO ROutputStreamHandler: Successfully connected to stdout in the RShell. -23/09/22 03:12:48 INFO ROutputStreamHandler: Successfully connected to stderr in the RShell. -23/09/22 03:12:48 INFO RDriverLocal: 11. RDriverLocal.9f9878f0-af22-4610-8015-9ba9cba97f56: R interpreter is connected. -23/09/22 03:12:48 INFO RDriverWrapper: setupRepl:ReplId-37c67-11e71-085f2-b: finished to load -23/09/22 03:13:34 WARN SQLConf: The SQL config 'spark.sql.hive.convertCTAS' has been deprecated in Spark v3.1 and may be removed in the future. Set 'spark.sql.legacy.createHiveTableByDefault' to false instead. -23/09/22 03:13:34 WARN SQLConf: The SQL config 'spark.sql.hive.convertCTAS' has been deprecated in Spark v3.1 and may be removed in the future. Set 'spark.sql.legacy.createHiveTableByDefault' to false instead. -23/09/22 03:13:34 INFO DriverCorral: Starting python repl ReplId-285c6-06788-c5eb5-e -23/09/22 03:13:34 INFO JupyterDriverLocal: Starting gateway server for repl ReplId-285c6-06788-c5eb5-e -23/09/22 03:13:34 INFO PythonPy4JUtil: Using pinned thread mode in Py4J -23/09/22 03:13:35 WARN SQLConf: The SQL config 'spark.sql.hive.convertCTAS' has been deprecated in Spark v3.1 and may be removed in the future. Set 'spark.sql.legacy.createHiveTableByDefault' to false instead. -23/09/22 03:13:35 WARN SQLConf: The SQL config 'spark.sql.hive.convertCTAS' has been deprecated in Spark v3.1 and may be removed in the future. Set 'spark.sql.legacy.createHiveTableByDefault' to false instead. -23/09/22 03:13:35 INFO DynamicTracingConf: Configured feature flag data source LaunchDarkly -23/09/22 03:13:35 INFO DynamicTracingConf: Load feature flag from LaunchDarkly -23/09/22 03:13:35 WARN DynamicTracingConf: REGION environment variable is not defined. getConfForCurrentRegion will always return default value -23/09/22 03:13:35 INFO DriverCorral: Starting sql repl ReplId-7a2d7-f0b9e-5e69d-c -23/09/22 03:13:35 INFO SQLDriverWrapper: setupRepl:ReplId-7a2d7-f0b9e-5e69d-c: finished to load -23/09/22 03:13:35 INFO CommChannelWebSocket: onWebSocketConnect: websocket connected with session: WebSocketSession[websocket=JettyAnnotatedEventDriver[com.databricks.backend.daemon.driver.CommChannelWebSocket@30cb2f61],behavior=SERVER,connection=WebSocketServerConnection@1fc76509::DecryptedEndPoint@1a0baa83{l=/10.11.115.134:6062,r=/10.11.115.198:55930,OPEN,fill=-,flush=-,to=160/7200000},remote=WebSocketRemoteEndpoint@3e406be6[batching=true],incoming=JettyAnnotatedEventDriver[com.databricks.backend.daemon.driver.CommChannelWebSocket@30cb2f61],outgoing=ExtensionStack[queueSize=0,extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.server.WebSocketServerConnection]] -23/09/22 03:13:35 INFO OutgoingDirectNotebookMessageBuffer: Start MessageSendTask with session: 162088433 -23/09/22 03:13:37 INFO VirtualenvCloneHelper: Creating notebook-scoped virtualenv for b418d423-c52b-4877-8abc-07050e47b11d -23/09/22 03:13:37 INFO VirtualenvCloneHelper: Creating notebook-scoped virtualenv for f74596f4-5304-42b9-9f73-fa7bc858b89c -23/09/22 03:13:37 INFO Utils: resolved command to be run: List(virtualenv, /local_disk0/.ephemeral_nfs/envs/pythonEnv-f74596f4-5304-42b9-9f73-fa7bc858b89c, -p, /local_disk0/.ephemeral_nfs/cluster_libraries/python/bin/python, --no-download, --no-setuptools, --no-wheel) -23/09/22 03:13:37 INFO Utils: resolved command to be run: List(virtualenv, /local_disk0/.ephemeral_nfs/envs/pythonEnv-b418d423-c52b-4877-8abc-07050e47b11d, -p, /local_disk0/.ephemeral_nfs/cluster_libraries/python/bin/python, --no-download, --no-setuptools, --no-wheel) -23/09/22 03:13:37 INFO DatabricksUtils: created python virtualenv: /local_disk0/.ephemeral_nfs/envs/pythonEnv-f74596f4-5304-42b9-9f73-fa7bc858b89c -23/09/22 03:13:37 INFO Utils: resolved command to be run: List(/local_disk0/.ephemeral_nfs/cluster_libraries/python/bin/python, -c, import sys; dirs=[p for p in sys.path if 'package' in p]; print(' '.join(dirs))) -23/09/22 03:13:37 INFO DatabricksUtils: created python virtualenv: /local_disk0/.ephemeral_nfs/envs/pythonEnv-b418d423-c52b-4877-8abc-07050e47b11d -23/09/22 03:13:37 INFO Utils: resolved command to be run: List(/local_disk0/.ephemeral_nfs/cluster_libraries/python/bin/python, -c, import sys; dirs=[p for p in sys.path if 'package' in p]; print(' '.join(dirs))) -23/09/22 03:13:37 INFO Utils: resolved command to be run: List(/local_disk0/.ephemeral_nfs/envs/pythonEnv-f74596f4-5304-42b9-9f73-fa7bc858b89c/bin/python, -c, from distutils.sysconfig import get_python_lib; print(get_python_lib())) -23/09/22 03:13:37 INFO Utils: resolved command to be run: List(/local_disk0/.ephemeral_nfs/envs/pythonEnv-b418d423-c52b-4877-8abc-07050e47b11d/bin/python, -c, from distutils.sysconfig import get_python_lib; print(get_python_lib())) -23/09/22 03:13:37 INFO DatabricksUtils: created sites.pth at /local_disk0/.ephemeral_nfs/envs/pythonEnv-f74596f4-5304-42b9-9f73-fa7bc858b89c/lib/python3.9/site-packages/sites.pth -23/09/22 03:13:37 INFO NotebookScopedPythonEnvManager: Time spent to start virtualenv /local_disk0/.ephemeral_nfs/envs/pythonEnv-f74596f4-5304-42b9-9f73-fa7bc858b89c is 462(ms) -23/09/22 03:13:37 INFO NotebookScopedPythonEnvManager: Registered /local_disk0/.ephemeral_nfs/envs/pythonEnv-f74596f4-5304-42b9-9f73-fa7bc858b89c/lib/python3.9/site-packages with the WatchService sun.nio.fs.LinuxWatchService$LinuxWatchKey@75a9c171 -23/09/22 03:13:37 INFO DatabricksUtils: created sites.pth at /local_disk0/.ephemeral_nfs/envs/pythonEnv-b418d423-c52b-4877-8abc-07050e47b11d/lib/python3.9/site-packages/sites.pth -23/09/22 03:13:37 INFO NotebookScopedPythonEnvManager: Time spent to start virtualenv /local_disk0/.ephemeral_nfs/envs/pythonEnv-b418d423-c52b-4877-8abc-07050e47b11d is 495(ms) -23/09/22 03:13:37 INFO NotebookScopedPythonEnvManager: Registered /local_disk0/.ephemeral_nfs/envs/pythonEnv-b418d423-c52b-4877-8abc-07050e47b11d/lib/python3.9/site-packages with the WatchService sun.nio.fs.LinuxWatchService$LinuxWatchKey@1df8f4ae -23/09/22 03:13:37 INFO IpykernelUtils$: Python process builder: [bash, /local_disk0/.ephemeral_nfs/envs/pythonEnv-f74596f4-5304-42b9-9f73-fa7bc858b89c/python_start_f74596f4-5304-42b9-9f73-fa7bc858b89c.sh, /databricks/spark/python/pyspark/wrapped_python.py, root, /local_disk0/.ephemeral_nfs/envs/pythonEnv-f74596f4-5304-42b9-9f73-fa7bc858b89c/bin/python, /databricks/python_shell/scripts/db_ipykernel_launcher.py, -f, /databricks/kernel-connections/7979f0a86bbf7b0beee0790480e55b2f93f4ffb25c936be5716b2ec62f608d01.json] -23/09/22 03:13:37 INFO IpykernelUtils$: Cgroup isolation disabled, not placing python process in repl cgroup -23/09/22 03:13:37 INFO ProgressReporter$: Added result fetcher for 8803832534457543132_7062199902851827812_65e2f9e7-9eb1-4d20-b3b7-bcf8c99891cf -23/09/22 03:13:38 INFO ClusterLoadMonitor: Added query with execution ID:0. Current active queries:1 -23/09/22 03:13:38 INFO LogicalPlanStats: Setting LogicalPlanStats visitor to com.databricks.sql.optimizer.statsEstimation.DatabricksLogicalPlanStatsVisitor$ -23/09/22 03:13:38 INFO ClusterLoadAvgHelper: Current cluster load: 1, Old Ema: 0.0, New Ema: 1.0 -23/09/22 03:13:40 INFO SecuredHiveExternalCatalog: creating hiveClient from java.lang.Throwable - at org.apache.spark.sql.hive.HiveExternalCatalog.client$lzycompute(HiveExternalCatalog.scala:79) - at org.apache.spark.sql.hive.HiveExternalCatalog.client(HiveExternalCatalog.scala:77) - at org.apache.spark.sql.hive.HiveExternalCatalog.maybeSynchronized(HiveExternalCatalog.scala:113) - at org.apache.spark.sql.hive.HiveExternalCatalog.$anonfun$withClient$1(HiveExternalCatalog.scala:153) - at com.databricks.backend.daemon.driver.ProgressReporter$.withStatusCode(ProgressReporter.scala:377) - at com.databricks.backend.daemon.driver.ProgressReporter$.withStatusCode(ProgressReporter.scala:363) - at com.databricks.spark.util.SparkDatabricksProgressReporter$.withStatusCode(ProgressReporter.scala:34) - at org.apache.spark.sql.hive.HiveExternalCatalog.withClient(HiveExternalCatalog.scala:152) - at org.apache.spark.sql.hive.HiveExternalCatalog.databaseExists(HiveExternalCatalog.scala:313) - at org.apache.spark.sql.internal.SharedState.externalCatalog$lzycompute(SharedState.scala:263) - at org.apache.spark.sql.internal.SharedState.externalCatalog(SharedState.scala:253) - at org.apache.spark.sql.internal.SharedState.$anonfun$globalTempViewManager$1(SharedState.scala:336) - at org.apache.spark.sql.internal.SharedState.$anonfun$globalTempViewExternalCatalogNameCheck$1(SharedState.scala:308) - at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:23) - at scala.util.Try$.apply(Try.scala:213) - at org.apache.spark.sql.internal.SharedState.globalTempViewExternalCatalogNameCheck(SharedState.scala:308) - at org.apache.spark.sql.internal.SharedState.globalTempViewManager$lzycompute(SharedState.scala:336) - at org.apache.spark.sql.internal.SharedState.globalTempViewManager(SharedState.scala:332) - at org.apache.spark.sql.hive.HiveSessionStateBuilder.$anonfun$hiveCatalog$2(HiveSessionStateBuilder.scala:78) - at org.apache.spark.sql.catalyst.catalog.SessionCatalogImpl.globalTempViewManager$lzycompute(SessionCatalog.scala:554) - at org.apache.spark.sql.catalyst.catalog.SessionCatalogImpl.globalTempViewManager(SessionCatalog.scala:554) - at org.apache.spark.sql.catalyst.catalog.SessionCatalogImpl.setCurrentDatabaseWithoutCheck(SessionCatalog.scala:831) - at com.databricks.sql.managedcatalog.ManagedCatalogSessionCatalog.setCurrentDatabaseWithoutCheck(ManagedCatalogSessionCatalog.scala:503) - at com.databricks.sql.managedcatalog.ManagedCatalogSessionCatalog.setCurrentCatalog(ManagedCatalogSessionCatalog.scala:366) - at com.databricks.sql.DatabricksCatalogManager.setCurrentCatalog(DatabricksCatalogManager.scala:135) - at org.apache.spark.sql.execution.command.SetCatalogCommand.run(SetCatalogCommand.scala:30) - at org.apache.spark.sql.execution.command.ExecutedCommandExec.sideEffectResult$lzycompute(commands.scala:80) - at org.apache.spark.sql.execution.command.ExecutedCommandExec.sideEffectResult(commands.scala:78) - at org.apache.spark.sql.execution.command.ExecutedCommandExec.executeCollect(commands.scala:89) - at org.apache.spark.sql.execution.QueryExecution$$anonfun$$nestedInanonfun$eagerlyExecuteCommands$1$1.$anonfun$applyOrElse$2(QueryExecution.scala:229) - at org.apache.spark.sql.execution.SQLExecution$.$anonfun$withCustomExecutionEnv$8(SQLExecution.scala:249) - at org.apache.spark.sql.execution.SQLExecution$.withSQLConfPropagated(SQLExecution.scala:399) - at org.apache.spark.sql.execution.SQLExecution$.$anonfun$withCustomExecutionEnv$1(SQLExecution.scala:194) - at org.apache.spark.sql.SparkSession.withActive(SparkSession.scala:985) - at org.apache.spark.sql.execution.SQLExecution$.withCustomExecutionEnv(SQLExecution.scala:148) - at org.apache.spark.sql.execution.SQLExecution$.withNewExecutionId(SQLExecution.scala:349) - at org.apache.spark.sql.execution.QueryExecution$$anonfun$$nestedInanonfun$eagerlyExecuteCommands$1$1.$anonfun$applyOrElse$1(QueryExecution.scala:229) - at org.apache.spark.sql.execution.QueryExecution.org$apache$spark$sql$execution$QueryExecution$$withMVTagsIfNecessary(QueryExecution.scala:214) - at org.apache.spark.sql.execution.QueryExecution$$anonfun$$nestedInanonfun$eagerlyExecuteCommands$1$1.applyOrElse(QueryExecution.scala:227) - at org.apache.spark.sql.execution.QueryExecution$$anonfun$$nestedInanonfun$eagerlyExecuteCommands$1$1.applyOrElse(QueryExecution.scala:220) - at org.apache.spark.sql.catalyst.trees.TreeNode.$anonfun$transformDownWithPruning$1(TreeNode.scala:512) - at org.apache.spark.sql.catalyst.trees.CurrentOrigin$.withOrigin(TreeNode.scala:99) - at org.apache.spark.sql.catalyst.trees.TreeNode.transformDownWithPruning(TreeNode.scala:512) - at org.apache.spark.sql.catalyst.plans.logical.LogicalPlan.org$apache$spark$sql$catalyst$plans$logical$AnalysisHelper$$super$transformDownWithPruning(LogicalPlan.scala:31) - at org.apache.spark.sql.catalyst.plans.logical.AnalysisHelper.transformDownWithPruning(AnalysisHelper.scala:298) - at org.apache.spark.sql.catalyst.plans.logical.AnalysisHelper.transformDownWithPruning$(AnalysisHelper.scala:294) - at org.apache.spark.sql.catalyst.plans.logical.LogicalPlan.transformDownWithPruning(LogicalPlan.scala:31) - at org.apache.spark.sql.catalyst.plans.logical.LogicalPlan.transformDownWithPruning(LogicalPlan.scala:31) - at org.apache.spark.sql.catalyst.trees.TreeNode.transformDown(TreeNode.scala:488) - at org.apache.spark.sql.execution.QueryExecution.$anonfun$eagerlyExecuteCommands$1(QueryExecution.scala:220) - at org.apache.spark.sql.catalyst.plans.logical.AnalysisHelper$.allowInvokingTransformsInAnalyzer(AnalysisHelper.scala:354) - at org.apache.spark.sql.execution.QueryExecution.eagerlyExecuteCommands(QueryExecution.scala:220) - at org.apache.spark.sql.execution.QueryExecution.commandExecuted$lzycompute(QueryExecution.scala:174) - at org.apache.spark.sql.execution.QueryExecution.commandExecuted(QueryExecution.scala:165) - at org.apache.spark.sql.Dataset.(Dataset.scala:238) - at org.apache.spark.sql.Dataset$.$anonfun$ofRows$2(Dataset.scala:107) - at org.apache.spark.sql.SparkSession.withActive(SparkSession.scala:985) - at org.apache.spark.sql.Dataset$.ofRows(Dataset.scala:104) - at org.apache.spark.sql.SparkSession.$anonfun$sql$1(SparkSession.scala:820) - at org.apache.spark.sql.SparkSession.withActive(SparkSession.scala:985) - at org.apache.spark.sql.SparkSession.sql(SparkSession.scala:815) - at org.apache.spark.sql.SQLContext.sql(SQLContext.scala:695) - at com.databricks.backend.daemon.driver.SQLDriverLocal.$anonfun$executeSql$1(SQLDriverLocal.scala:91) - at scala.collection.immutable.List.map(List.scala:293) - at com.databricks.backend.daemon.driver.SQLDriverLocal.executeSql(SQLDriverLocal.scala:37) - at com.databricks.backend.daemon.driver.SQLDriverLocal.repl(SQLDriverLocal.scala:145) - at com.databricks.backend.daemon.driver.DriverLocal.$anonfun$execute$24(DriverLocal.scala:740) - at com.databricks.unity.EmptyHandle$.runWith(UCSHandle.scala:124) - at com.databricks.backend.daemon.driver.DriverLocal.$anonfun$execute$21(DriverLocal.scala:723) - at com.databricks.logging.UsageLogging.$anonfun$withAttributionContext$1(UsageLogging.scala:403) - at scala.util.DynamicVariable.withValue(DynamicVariable.scala:62) - at com.databricks.logging.AttributionContext$.withValue(AttributionContext.scala:147) - at com.databricks.logging.UsageLogging.withAttributionContext(UsageLogging.scala:401) - at com.databricks.logging.UsageLogging.withAttributionContext$(UsageLogging.scala:398) - at com.databricks.backend.daemon.driver.DriverLocal.withAttributionContext(DriverLocal.scala:62) - at com.databricks.logging.UsageLogging.withAttributionTags(UsageLogging.scala:446) - at com.databricks.logging.UsageLogging.withAttributionTags$(UsageLogging.scala:431) - at com.databricks.backend.daemon.driver.DriverLocal.withAttributionTags(DriverLocal.scala:62) - at com.databricks.backend.daemon.driver.DriverLocal.execute(DriverLocal.scala:700) - at com.databricks.backend.daemon.driver.DriverWrapper.$anonfun$tryExecutingCommand$1(DriverWrapper.scala:622) - at scala.util.Try$.apply(Try.scala:213) - at com.databricks.backend.daemon.driver.DriverWrapper.tryExecutingCommand(DriverWrapper.scala:614) - at com.databricks.backend.daemon.driver.DriverWrapper.executeCommandAndGetError(DriverWrapper.scala:533) - at com.databricks.backend.daemon.driver.DriverWrapper.executeCommand(DriverWrapper.scala:568) - at com.databricks.backend.daemon.driver.DriverWrapper.runInnerLoop(DriverWrapper.scala:438) - at com.databricks.backend.daemon.driver.DriverWrapper.runInner(DriverWrapper.scala:381) - at com.databricks.backend.daemon.driver.DriverWrapper.run(DriverWrapper.scala:232) - at java.lang.Thread.run(Thread.java:750) - -23/09/22 03:13:40 WARN SQLConf: The SQL config 'spark.sql.hive.convertCTAS' has been deprecated in Spark v3.1 and may be removed in the future. Set 'spark.sql.legacy.createHiveTableByDefault' to false instead. -23/09/22 03:13:40 INFO HiveUtils: Initializing HiveMetastoreConnection version 0.13.0 using file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.apache.hive.shims--hive-shims-common--org.apache.hive.shims__hive-shims-common__0.13.1-databricks-8.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.xerial.snappy--snappy-java--org.xerial.snappy__snappy-java__1.0.5.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.mortbay.jetty--jetty--org.mortbay.jetty__jetty__6.1.26.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.codehaus.jackson--jackson-mapper-asl--org.codehaus.jackson__jackson-mapper-asl__1.9.13.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--javax.servlet--servlet-api--javax.servlet__servlet-api__2.5.jar:file:/databricks/databricks-hive/----ws_3_3--mvn--hadoop3--org.slf4j--slf4j-api--org.slf4j__slf4j-api__1.7.36.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.apache.hive--hive-common--org.apache.hive__hive-common__0.13.1-databricks-8.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.apache.avro--avro--org.apache.avro__avro__1.7.5.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.apache.httpcomponents--httpclient--org.apache.httpcomponents__httpclient__4.4.1.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.apache.commons--commons-lang3--org.apache.commons__commons-lang3__3.4.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--stax--stax-api--stax__stax-api__1.0.1.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.apache.thrift--libfb303--org.apache.thrift__libfb303__0.9.0.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.apache.hive.shims--hive-shims-common-secure--org.apache.hive.shims__hive-shims-common-secure__0.13.1-databricks-8.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.antlr--stringtemplate--org.antlr__stringtemplate__3.2.1.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.apache.hive--hive-serde--org.apache.hive__hive-serde__0.13.1-databricks-8.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--net.sf.jpam--jpam--net.sf.jpam__jpam__1.1.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--com.google.code.findbugs--jsr305--com.google.code.findbugs__jsr305__1.3.9.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.apache.hive--hive-exec--org.apache.hive__hive-exec__0.13.1-databricks-8.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.datanucleus--datanucleus-rdbms--org.datanucleus__datanucleus-rdbms__4.1.19.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.apache.geronimo.specs--geronimo-jaspic_1.0_spec--org.apache.geronimo.specs__geronimo-jaspic_1.0_spec__1.0.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.ow2.asm--asm--org.ow2.asm__asm__4.0.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.apache.hive--hive-cli--org.apache.hive__hive-cli__0.13.1-databricks-8.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--asm--asm--asm__asm__3.1.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--antlr--antlr--antlr__antlr__2.7.7.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.mortbay.jetty--servlet-api--org.mortbay.jetty__servlet-api__2.5-20081211.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.apache.hive.shims--hive-shims-0.20S--org.apache.hive.shims__hive-shims-0.20S__0.13.1-databricks-8.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.apache.ant--ant-launcher--org.apache.ant__ant-launcher__1.9.1.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.apache.velocity--velocity--org.apache.velocity__velocity__1.5.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--javax.mail--mail--javax.mail__mail__1.4.1.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.apache.thrift--libthrift--org.apache.thrift__libthrift__0.9.2.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--com.google.guava--guava--com.google.guava__guava__11.0.2.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.mortbay.jetty--jetty-util--org.mortbay.jetty__jetty-util__6.1.26.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.apache.hive--hive-service--org.apache.hive__hive-service__0.13.1-databricks-8.jar:file:/databricks/databricks-hive/----ws_3_3--mvn--hadoop3--org.apache.logging.log4j--log4j-slf4j-impl--org.apache.logging.log4j__log4j-slf4j-impl__2.18.0.jar:file:/databricks/databricks-hive/----ws_3_3--mvn--hadoop3--org.apache.logging.log4j--log4j-api--org.apache.logging.log4j__log4j-api__2.18.0.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--junit--junit--junit__junit__3.8.1.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.apache.commons--commons-compress--org.apache.commons__commons-compress__1.9.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--commons-logging--commons-logging--commons-logging__commons-logging__1.1.3.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.apache.zookeeper--zookeeper--org.apache.zookeeper__zookeeper__3.4.5.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--javax.jdo--jdo-api--javax.jdo__jdo-api__3.0.1.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.apache.hive.shims--hive-shims-0.20--org.apache.hive.shims__hive-shims-0.20__0.13.1-databricks-8.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.apache.ant--ant--org.apache.ant__ant__1.9.1.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.objenesis--objenesis--org.objenesis__objenesis__1.2.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--asm--asm-commons--asm__asm-commons__3.1.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--commons-io--commons-io--commons-io__commons-io__2.5.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--com.thoughtworks.paranamer--paranamer--com.thoughtworks.paranamer__paranamer__2.8.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--com.esotericsoftware.reflectasm--reflectasm-shaded--com.esotericsoftware.reflectasm__reflectasm-shaded__1.07.jar:file:/databricks/databricks-hive/----ws_3_3--mvn--hadoop3--org.apache.logging.log4j--log4j-core--org.apache.logging.log4j__log4j-core__2.18.0.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--javax.transaction--jta--javax.transaction__jta__1.1.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--jline--jline--jline__jline__0.9.94.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.eclipse.jetty.aggregate--jetty-all--org.eclipse.jetty.aggregate__jetty-all__7.6.0.v20120127.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.datanucleus--datanucleus-core--org.datanucleus__datanucleus-core__4.1.17.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--commons-httpclient--commons-httpclient--commons-httpclient__commons-httpclient__3.0.1.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.antlr--antlr-runtime--org.antlr__antlr-runtime__3.4.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.apache.hive--hive-ant--org.apache.hive__hive-ant__0.13.1-databricks-8.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.antlr--ST4--org.antlr__ST4__4.0.4.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--oro--oro--oro__oro__2.0.8.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.apache.hive--hive-jdbc--org.apache.hive__hive-jdbc__0.13.1-databricks-8.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.apache.hive--hive-beeline--org.apache.hive__hive-beeline__0.13.1-databricks-8.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--javax.transaction--transaction-api--javax.transaction__transaction-api__1.1.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--commons-lang--commons-lang--commons-lang__commons-lang__2.4.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--commons-cli--commons-cli--commons-cli__commons-cli__1.2.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--com.esotericsoftware.kryo--kryo--com.esotericsoftware.kryo__kryo__2.21.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.apache.hive.shims--hive-shims-0.23--org.apache.hive.shims__hive-shims-0.23__0.13.1-databricks-8.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.apache.httpcomponents--httpcore--org.apache.httpcomponents__httpcore__4.2.5.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.codehaus.jackson--jackson-core-asl--org.codehaus.jackson__jackson-core-asl__1.9.13.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--asm--asm-tree--asm__asm-tree__3.1.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--com.esotericsoftware.minlog--minlog--com.esotericsoftware.minlog__minlog__1.2.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.apache.geronimo.specs--geronimo-annotation_1.0_spec--org.apache.geronimo.specs__geronimo-annotation_1.0_spec__1.1.1.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--commons-codec--commons-codec--commons-codec__commons-codec__1.8.jar:file:/databricks/databricks-hive/----ws_3_3--mvn--hadoop3--org.apache.logging.log4j--log4j-1.2-api--org.apache.logging.log4j__log4j-1.2-api__2.18.0.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.codehaus.groovy--groovy-all--org.codehaus.groovy__groovy-all__2.1.6.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.datanucleus--javax.jdo--org.datanucleus__javax.jdo__3.2.0-m3.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.apache.hive--hive-shims--org.apache.hive__hive-shims__0.13.1-databricks-8.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--commons-collections--commons-collections--commons-collections__commons-collections__3.2.2.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--javax.activation--activation--javax.activation__activation__1.1.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.apache.geronimo.specs--geronimo-jta_1.1_spec--org.apache.geronimo.specs__geronimo-jta_1.1_spec__1.1.1.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--com.zaxxer--HikariCP--com.zaxxer__HikariCP__2.5.1.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.apache.derby--derby--org.apache.derby__derby__10.10.1.1.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.apache.hive--hive-metastore--org.apache.hive__hive-metastore__0.13.1-databricks-8.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--com.jolbox--bonecp--com.jolbox__bonecp__0.8.0.RELEASE.jar:file:/databricks/databricks-hive/----ws_3_3--maven-trees--hive-metastore-databricks-log4j2--org.datanucleus--datanucleus-api-jdo--org.datanucleus__datanucleus-api-jdo__4.2.4.jar:file:/databricks/databricks-hive/manifest.jar:file:/databricks/databricks-hive/bonecp-configs.jar -23/09/22 03:13:40 INFO PoolingHiveClient: Hive metastore connection pool implementation is HikariCP -23/09/22 03:13:40 INFO LocalHiveClientsPool: Create Hive Metastore client pool of size 20 -23/09/22 03:13:40 INFO HiveClientImpl: Warehouse location for Hive client (version 0.13.1) is dbfs:/user/hive/warehouse -23/09/22 03:13:41 INFO HiveMetaStore: 0: Opening raw store with implemenation class:org.apache.hadoop.hive.metastore.ObjectStore -23/09/22 03:13:41 INFO ConsoleTransport: {"eventTime":"2023-09-22T03:13:40.231Z","producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunEvent","eventType":"START","run":{"runId":"83806b2b-6e39-49a4-a6f2-8efdc67da215","facets":{"spark.logicalPlan":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet","plan":[{"class":"org.apache.spark.sql.execution.command.SetCatalogCommand","num-children":0,"catalogName":"hive_metastore"}]},"spark_version":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet","spark-version":"3.3.0","openlineage-spark-version":"1.2.2"},"processing_engine":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-1-0/ProcessingEngineRunFacet.json#/$defs/ProcessingEngineRunFacet","version":"3.3.0","name":"spark","openlineageAdapterVersion":"1.2.2"}}},"job":{"namespace":"adb-5445974573286168.8#default","name":"adb-4679476628690204.4.azuredatabricks.net.execute_set_catalog_command","facets":{}},"inputs":[],"outputs":[]} -23/09/22 03:13:41 INFO AsyncEventQueue: Process of event SparkListenerSQLExecutionStart(executionId=0, ...) by listener OpenLineageSparkListener took 1.055753891s. -23/09/22 03:13:41 INFO ObjectStore: ObjectStore, initialize called -23/09/22 03:13:41 INFO Persistence: Property datanucleus.fixedDatastore unknown - will be ignored -23/09/22 03:13:41 INFO Persistence: Property datanucleus.connectionPool.idleTimeout unknown - will be ignored -23/09/22 03:13:41 INFO Persistence: Property hive.metastore.integral.jdo.pushdown unknown - will be ignored -23/09/22 03:13:41 INFO Persistence: Property datanucleus.cache.level2 unknown - will be ignored -23/09/22 03:13:41 INFO ClusterLoadAvgHelper: Current cluster load: 1, Old Ema: 1.0, New Ema: 1.0 -23/09/22 03:13:41 INFO HikariDataSource: HikariPool-1 - Started. -23/09/22 03:13:42 INFO HikariDataSource: HikariPool-2 - Started. -23/09/22 03:13:42 INFO ObjectStore: Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order" -23/09/22 03:13:43 INFO ObjectStore: Initialized ObjectStore -23/09/22 03:13:43 INFO HiveMetaStore: Added admin role in metastore -23/09/22 03:13:43 INFO HiveMetaStore: Added public role in metastore -23/09/22 03:13:43 INFO HiveMetaStore: No user is added in admin role, since config is empty -23/09/22 03:13:44 INFO HiveMetaStore: 0: get_database: default -23/09/22 03:13:44 INFO audit: ugi=root ip=unknown-ip-addr cmd=get_database: default -23/09/22 03:13:44 INFO HiveMetaStore: 0: get_database: global_temp -23/09/22 03:13:44 INFO audit: ugi=root ip=unknown-ip-addr cmd=get_database: global_temp -23/09/22 03:13:44 ERROR RetryingHMSHandler: NoSuchObjectException(message:There is no database named global_temp) - at org.apache.hadoop.hive.metastore.ObjectStore.getMDatabase(ObjectStore.java:508) - at org.apache.hadoop.hive.metastore.ObjectStore.getDatabase(ObjectStore.java:519) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:498) - at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:108) - at com.sun.proxy.$Proxy86.getDatabase(Unknown Source) - at org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.get_database(HiveMetaStore.java:796) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:498) - at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invoke(RetryingHMSHandler.java:105) - at com.sun.proxy.$Proxy88.get_database(Unknown Source) - at org.apache.hadoop.hive.metastore.HiveMetaStoreClient.getDatabase(HiveMetaStoreClient.java:949) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:498) - at org.apache.hadoop.hive.metastore.RetryingMetaStoreClient.invoke(RetryingMetaStoreClient.java:89) - at com.sun.proxy.$Proxy89.getDatabase(Unknown Source) - at org.apache.hadoop.hive.ql.metadata.Hive.getDatabase(Hive.java:1165) - at org.apache.hadoop.hive.ql.metadata.Hive.databaseExists(Hive.java:1154) - at org.apache.spark.sql.hive.client.Shim_v0_12.databaseExists(HiveShim.scala:619) - at org.apache.spark.sql.hive.client.HiveClientImpl.$anonfun$databaseExists$1(HiveClientImpl.scala:440) - at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:23) - at org.apache.spark.sql.hive.client.HiveClientImpl.$anonfun$withHiveState$1(HiveClientImpl.scala:337) - at org.apache.spark.sql.hive.client.HiveClientImpl.$anonfun$retryLocked$1(HiveClientImpl.scala:236) - at org.apache.spark.sql.hive.client.HiveClientImpl.synchronizeOnObject(HiveClientImpl.scala:274) - at org.apache.spark.sql.hive.client.HiveClientImpl.retryLocked(HiveClientImpl.scala:228) - at org.apache.spark.sql.hive.client.HiveClientImpl.withHiveState(HiveClientImpl.scala:317) - at org.apache.spark.sql.hive.client.HiveClientImpl.databaseExists(HiveClientImpl.scala:440) - at org.apache.spark.sql.hive.client.PoolingHiveClient.$anonfun$databaseExists$1(PoolingHiveClient.scala:321) - at org.apache.spark.sql.hive.client.PoolingHiveClient.$anonfun$databaseExists$1$adapted(PoolingHiveClient.scala:320) - at org.apache.spark.sql.hive.client.PoolingHiveClient.withHiveClient(PoolingHiveClient.scala:149) - at org.apache.spark.sql.hive.client.PoolingHiveClient.databaseExists(PoolingHiveClient.scala:320) - at org.apache.spark.sql.hive.HiveExternalCatalog.$anonfun$databaseExists$1(HiveExternalCatalog.scala:313) - at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:23) - at com.databricks.spark.util.FrameProfiler$.record(FrameProfiler.scala:80) - at org.apache.spark.sql.hive.HiveExternalCatalog.$anonfun$withClient$2(HiveExternalCatalog.scala:154) - at org.apache.spark.sql.hive.HiveExternalCatalog.maybeSynchronized(HiveExternalCatalog.scala:115) - at org.apache.spark.sql.hive.HiveExternalCatalog.$anonfun$withClient$1(HiveExternalCatalog.scala:153) - at com.databricks.backend.daemon.driver.ProgressReporter$.withStatusCode(ProgressReporter.scala:377) - at com.databricks.backend.daemon.driver.ProgressReporter$.withStatusCode(ProgressReporter.scala:363) - at com.databricks.spark.util.SparkDatabricksProgressReporter$.withStatusCode(ProgressReporter.scala:34) - at org.apache.spark.sql.hive.HiveExternalCatalog.withClient(HiveExternalCatalog.scala:152) - at org.apache.spark.sql.hive.HiveExternalCatalog.databaseExists(HiveExternalCatalog.scala:313) - at org.apache.spark.sql.catalyst.catalog.ExternalCatalogWithListener.databaseExists(ExternalCatalogWithListener.scala:77) - at org.apache.spark.sql.internal.SharedState.$anonfun$globalTempViewExternalCatalogNameCheck$1(SharedState.scala:308) - at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:23) - at scala.util.Try$.apply(Try.scala:213) - at org.apache.spark.sql.internal.SharedState.globalTempViewExternalCatalogNameCheck(SharedState.scala:308) - at org.apache.spark.sql.internal.SharedState.globalTempViewManager$lzycompute(SharedState.scala:336) - at org.apache.spark.sql.internal.SharedState.globalTempViewManager(SharedState.scala:332) - at org.apache.spark.sql.hive.HiveSessionStateBuilder.$anonfun$hiveCatalog$2(HiveSessionStateBuilder.scala:78) - at org.apache.spark.sql.catalyst.catalog.SessionCatalogImpl.globalTempViewManager$lzycompute(SessionCatalog.scala:554) - at org.apache.spark.sql.catalyst.catalog.SessionCatalogImpl.globalTempViewManager(SessionCatalog.scala:554) - at org.apache.spark.sql.catalyst.catalog.SessionCatalogImpl.setCurrentDatabaseWithoutCheck(SessionCatalog.scala:831) - at com.databricks.sql.managedcatalog.ManagedCatalogSessionCatalog.setCurrentDatabaseWithoutCheck(ManagedCatalogSessionCatalog.scala:503) - at com.databricks.sql.managedcatalog.ManagedCatalogSessionCatalog.setCurrentCatalog(ManagedCatalogSessionCatalog.scala:366) - at com.databricks.sql.DatabricksCatalogManager.setCurrentCatalog(DatabricksCatalogManager.scala:135) - at org.apache.spark.sql.execution.command.SetCatalogCommand.run(SetCatalogCommand.scala:30) - at org.apache.spark.sql.execution.command.ExecutedCommandExec.sideEffectResult$lzycompute(commands.scala:80) - at org.apache.spark.sql.execution.command.ExecutedCommandExec.sideEffectResult(commands.scala:78) - at org.apache.spark.sql.execution.command.ExecutedCommandExec.executeCollect(commands.scala:89) - at org.apache.spark.sql.execution.QueryExecution$$anonfun$$nestedInanonfun$eagerlyExecuteCommands$1$1.$anonfun$applyOrElse$2(QueryExecution.scala:229) - at org.apache.spark.sql.execution.SQLExecution$.$anonfun$withCustomExecutionEnv$8(SQLExecution.scala:249) - at org.apache.spark.sql.execution.SQLExecution$.withSQLConfPropagated(SQLExecution.scala:399) - at org.apache.spark.sql.execution.SQLExecution$.$anonfun$withCustomExecutionEnv$1(SQLExecution.scala:194) - at org.apache.spark.sql.SparkSession.withActive(SparkSession.scala:985) - at org.apache.spark.sql.execution.SQLExecution$.withCustomExecutionEnv(SQLExecution.scala:148) - at org.apache.spark.sql.execution.SQLExecution$.withNewExecutionId(SQLExecution.scala:349) - at org.apache.spark.sql.execution.QueryExecution$$anonfun$$nestedInanonfun$eagerlyExecuteCommands$1$1.$anonfun$applyOrElse$1(QueryExecution.scala:229) - at org.apache.spark.sql.execution.QueryExecution.org$apache$spark$sql$execution$QueryExecution$$withMVTagsIfNecessary(QueryExecution.scala:214) - at org.apache.spark.sql.execution.QueryExecution$$anonfun$$nestedInanonfun$eagerlyExecuteCommands$1$1.applyOrElse(QueryExecution.scala:227) - at org.apache.spark.sql.execution.QueryExecution$$anonfun$$nestedInanonfun$eagerlyExecuteCommands$1$1.applyOrElse(QueryExecution.scala:220) - at org.apache.spark.sql.catalyst.trees.TreeNode.$anonfun$transformDownWithPruning$1(TreeNode.scala:512) - at org.apache.spark.sql.catalyst.trees.CurrentOrigin$.withOrigin(TreeNode.scala:99) - at org.apache.spark.sql.catalyst.trees.TreeNode.transformDownWithPruning(TreeNode.scala:512) - at org.apache.spark.sql.catalyst.plans.logical.LogicalPlan.org$apache$spark$sql$catalyst$plans$logical$AnalysisHelper$$super$transformDownWithPruning(LogicalPlan.scala:31) - at org.apache.spark.sql.catalyst.plans.logical.AnalysisHelper.transformDownWithPruning(AnalysisHelper.scala:298) - at org.apache.spark.sql.catalyst.plans.logical.AnalysisHelper.transformDownWithPruning$(AnalysisHelper.scala:294) - at org.apache.spark.sql.catalyst.plans.logical.LogicalPlan.transformDownWithPruning(LogicalPlan.scala:31) - at org.apache.spark.sql.catalyst.plans.logical.LogicalPlan.transformDownWithPruning(LogicalPlan.scala:31) - at org.apache.spark.sql.catalyst.trees.TreeNode.transformDown(TreeNode.scala:488) - at org.apache.spark.sql.execution.QueryExecution.$anonfun$eagerlyExecuteCommands$1(QueryExecution.scala:220) - at org.apache.spark.sql.catalyst.plans.logical.AnalysisHelper$.allowInvokingTransformsInAnalyzer(AnalysisHelper.scala:354) - at org.apache.spark.sql.execution.QueryExecution.eagerlyExecuteCommands(QueryExecution.scala:220) - at org.apache.spark.sql.execution.QueryExecution.commandExecuted$lzycompute(QueryExecution.scala:174) - at org.apache.spark.sql.execution.QueryExecution.commandExecuted(QueryExecution.scala:165) - at org.apache.spark.sql.Dataset.(Dataset.scala:238) - at org.apache.spark.sql.Dataset$.$anonfun$ofRows$2(Dataset.scala:107) - at org.apache.spark.sql.SparkSession.withActive(SparkSession.scala:985) - at org.apache.spark.sql.Dataset$.ofRows(Dataset.scala:104) - at org.apache.spark.sql.SparkSession.$anonfun$sql$1(SparkSession.scala:820) - at org.apache.spark.sql.SparkSession.withActive(SparkSession.scala:985) - at org.apache.spark.sql.SparkSession.sql(SparkSession.scala:815) - at org.apache.spark.sql.SQLContext.sql(SQLContext.scala:695) - at com.databricks.backend.daemon.driver.SQLDriverLocal.$anonfun$executeSql$1(SQLDriverLocal.scala:91) - at scala.collection.immutable.List.map(List.scala:293) - at com.databricks.backend.daemon.driver.SQLDriverLocal.executeSql(SQLDriverLocal.scala:37) - at com.databricks.backend.daemon.driver.SQLDriverLocal.repl(SQLDriverLocal.scala:145) - at com.databricks.backend.daemon.driver.DriverLocal.$anonfun$execute$24(DriverLocal.scala:740) - at com.databricks.unity.EmptyHandle$.runWith(UCSHandle.scala:124) - at com.databricks.backend.daemon.driver.DriverLocal.$anonfun$execute$21(DriverLocal.scala:723) - at com.databricks.logging.UsageLogging.$anonfun$withAttributionContext$1(UsageLogging.scala:403) - at scala.util.DynamicVariable.withValue(DynamicVariable.scala:62) - at com.databricks.logging.AttributionContext$.withValue(AttributionContext.scala:147) - at com.databricks.logging.UsageLogging.withAttributionContext(UsageLogging.scala:401) - at com.databricks.logging.UsageLogging.withAttributionContext$(UsageLogging.scala:398) - at com.databricks.backend.daemon.driver.DriverLocal.withAttributionContext(DriverLocal.scala:62) - at com.databricks.logging.UsageLogging.withAttributionTags(UsageLogging.scala:446) - at com.databricks.logging.UsageLogging.withAttributionTags$(UsageLogging.scala:431) - at com.databricks.backend.daemon.driver.DriverLocal.withAttributionTags(DriverLocal.scala:62) - at com.databricks.backend.daemon.driver.DriverLocal.execute(DriverLocal.scala:700) - at com.databricks.backend.daemon.driver.DriverWrapper.$anonfun$tryExecutingCommand$1(DriverWrapper.scala:622) - at scala.util.Try$.apply(Try.scala:213) - at com.databricks.backend.daemon.driver.DriverWrapper.tryExecutingCommand(DriverWrapper.scala:614) - at com.databricks.backend.daemon.driver.DriverWrapper.executeCommandAndGetError(DriverWrapper.scala:533) - at com.databricks.backend.daemon.driver.DriverWrapper.executeCommand(DriverWrapper.scala:568) - at com.databricks.backend.daemon.driver.DriverWrapper.runInnerLoop(DriverWrapper.scala:438) - at com.databricks.backend.daemon.driver.DriverWrapper.runInner(DriverWrapper.scala:381) - at com.databricks.backend.daemon.driver.DriverWrapper.run(DriverWrapper.scala:232) - at java.lang.Thread.run(Thread.java:750) - -23/09/22 03:13:44 INFO HiveMetaStore: 0: get_database: default -23/09/22 03:13:44 INFO audit: ugi=root ip=unknown-ip-addr cmd=get_database: default -23/09/22 03:13:44 INFO HiveMetaStore: 0: get_database: default -23/09/22 03:13:44 INFO audit: ugi=root ip=unknown-ip-addr cmd=get_database: default -23/09/22 03:13:44 INFO ClusterLoadMonitor: Removed query with execution ID:0. Current active queries:0 -23/09/22 03:13:44 INFO ConsoleTransport: {"eventTime":"2023-09-22T03:13:44.19Z","producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunEvent","eventType":"COMPLETE","run":{"runId":"83806b2b-6e39-49a4-a6f2-8efdc67da215","facets":{"spark.logicalPlan":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet","plan":[{"class":"org.apache.spark.sql.execution.command.SetCatalogCommand","num-children":0,"catalogName":"hive_metastore"}]},"spark_version":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet","spark-version":"3.3.0","openlineage-spark-version":"1.2.2"},"processing_engine":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-1-0/ProcessingEngineRunFacet.json#/$defs/ProcessingEngineRunFacet","version":"3.3.0","name":"spark","openlineageAdapterVersion":"1.2.2"}}},"job":{"namespace":"adb-5445974573286168.8#default","name":"adb-4679476628690204.4.azuredatabricks.net.execute_set_catalog_command","facets":{}},"inputs":[],"outputs":[]} -23/09/22 03:13:44 WARN SimpleFunctionRegistry: The function getargument replaced a previously registered function. -23/09/22 03:13:44 INFO ClusterLoadMonitor: Added query with execution ID:1. Current active queries:1 -23/09/22 03:13:44 INFO ClusterLoadAvgHelper: Current cluster load: 1, Old Ema: 1.0, New Ema: 1.0 -23/09/22 03:13:44 INFO HiveMetaStore: 0: get_databases: * -23/09/22 03:13:44 INFO audit: ugi=root ip=unknown-ip-addr cmd=get_databases: * -23/09/22 03:13:44 INFO ConsoleTransport: {"eventTime":"2023-09-22T03:13:44.623Z","producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunEvent","eventType":"START","run":{"runId":"eacbd5dc-0514-4ec2-b963-f7dae875fdf3","facets":{"spark.logicalPlan":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet","plan":[{"class":"org.apache.spark.sql.catalyst.plans.logical.ShowNamespaces","num-children":1,"namespace":0,"output":[[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"databaseName","dataType":"string","nullable":false,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":6,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}]]},{"class":"org.apache.spark.sql.catalyst.analysis.ResolvedNamespace","num-children":0,"catalog":null,"namespace":[]}]},"spark_version":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet","spark-version":"3.3.0","openlineage-spark-version":"1.2.2"},"processing_engine":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-1-0/ProcessingEngineRunFacet.json#/$defs/ProcessingEngineRunFacet","version":"3.3.0","name":"spark","openlineageAdapterVersion":"1.2.2"}}},"job":{"namespace":"adb-5445974573286168.8#default","name":"adb-4679476628690204.4.azuredatabricks.net.show_namespaces","facets":{}},"inputs":[],"outputs":[]} -23/09/22 03:13:46 INFO PythonDriverWrapper: setupRepl:ReplId-285c6-06788-c5eb5-e: finished to load -23/09/22 03:13:46 INFO ProgressReporter$: Added result fetcher for 2908305457167067998_7192583573582421287_a94f2305c01146bdabe8f83549508a51 -23/09/22 03:13:46 INFO AsyncEventQueue: Process of event SparkListenerQueryProfileParamsReady(executionId=0, ...) by listener QueryProfileListener took 1.437714923s. -23/09/22 03:13:46 INFO CodeGenerator: Code generated in 1131.434114 ms -23/09/22 03:13:46 INFO ClusterLoadMonitor: Removed query with execution ID:1. Current active queries:0 -23/09/22 03:13:46 INFO ConsoleTransport: {"eventTime":"2023-09-22T03:13:46.546Z","producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunEvent","eventType":"COMPLETE","run":{"runId":"eacbd5dc-0514-4ec2-b963-f7dae875fdf3","facets":{"spark.logicalPlan":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet","plan":[{"class":"org.apache.spark.sql.catalyst.plans.logical.ShowNamespaces","num-children":1,"namespace":0,"output":[[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"databaseName","dataType":"string","nullable":false,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":6,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}]]},{"class":"org.apache.spark.sql.catalyst.analysis.ResolvedNamespace","num-children":0,"catalog":null,"namespace":[]}]},"spark_version":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet","spark-version":"3.3.0","openlineage-spark-version":"1.2.2"},"processing_engine":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-1-0/ProcessingEngineRunFacet.json#/$defs/ProcessingEngineRunFacet","version":"3.3.0","name":"spark","openlineageAdapterVersion":"1.2.2"}}},"job":{"namespace":"adb-5445974573286168.8#default","name":"adb-4679476628690204.4.azuredatabricks.net.show_namespaces","facets":{}},"inputs":[],"outputs":[]} -23/09/22 03:13:46 INFO ClusterLoadMonitor: Added query with execution ID:2. Current active queries:1 -23/09/22 03:13:46 INFO CodeGenerator: Code generated in 62.950143 ms -23/09/22 03:13:47 INFO SparkSQLExecutionContext: OpenLineage received Spark event that is configured to be skipped: SparkListenerSQLExecutionStart -23/09/22 03:13:47 INFO ClusterLoadMonitor: Removed query with execution ID:2. Current active queries:0 -23/09/22 03:13:47 INFO SparkSQLExecutionContext: OpenLineage received Spark event that is configured to be skipped: SparkListenerSQLExecutionEnd -23/09/22 03:13:47 INFO ProgressReporter$: Removed result fetcher for 2908305457167067998_7192583573582421287_a94f2305c01146bdabe8f83549508a51 -23/09/22 03:13:47 INFO CodeGenerator: Code generated in 34.004039 ms -23/09/22 03:13:47 INFO ProgressReporter$: Removed result fetcher for 8803832534457543132_7062199902851827812_65e2f9e7-9eb1-4d20-b3b7-bcf8c99891cf -23/09/22 03:13:47 INFO ProgressReporter$: Added result fetcher for 2908305457167067998_5655166856849056603_5a8498e54dc6435896f9d354ad4dc411 -23/09/22 03:13:47 INFO ProgressReporter$: Removed result fetcher for 2908305457167067998_5655166856849056603_5a8498e54dc6435896f9d354ad4dc411 -23/09/22 03:13:47 INFO ProgressReporter$: Added result fetcher for 2908305457167067998_5289524564745408939_d346c9547ff042428a53259a1692d220 -23/09/22 03:13:47 INFO ClusterLoadAvgHelper: Current cluster load: 0, Old Ema: 1.0, New Ema: 0.85 -23/09/22 03:13:47 INFO ClusterLoadMonitor: Added query with execution ID:3. Current active queries:1 -23/09/22 03:13:47 INFO LogicalPlanStats: Setting LogicalPlanStats visitor to com.databricks.sql.optimizer.statsEstimation.DatabricksLogicalPlanStatsVisitor$ -23/09/22 03:13:47 INFO SparkSQLExecutionContext: OpenLineage received Spark event that is configured to be skipped: SparkListenerSQLExecutionStart -23/09/22 03:13:47 INFO HiveMetaStore: 1: get_database: journey -23/09/22 03:13:47 INFO audit: ugi=root ip=unknown-ip-addr cmd=get_database: journey -23/09/22 03:13:47 INFO HiveMetaStore: 1: Opening raw store with implemenation class:org.apache.hadoop.hive.metastore.ObjectStore -23/09/22 03:13:47 INFO ObjectStore: ObjectStore, initialize called -23/09/22 03:13:47 INFO ObjectStore: Initialized ObjectStore -23/09/22 03:13:47 INFO HiveMetaStore: 1: get_database: journey -23/09/22 03:13:47 INFO audit: ugi=root ip=unknown-ip-addr cmd=get_database: journey -23/09/22 03:13:47 INFO ClusterLoadMonitor: Removed query with execution ID:3. Current active queries:0 -23/09/22 03:13:47 INFO SparkSQLExecutionContext: OpenLineage received Spark event that is configured to be skipped: SparkListenerSQLExecutionEnd -23/09/22 03:13:47 INFO ClusterLoadMonitor: Added query with execution ID:4. Current active queries:1 -23/09/22 03:13:47 INFO ClusterLoadMonitor: Removed query with execution ID:4. Current active queries:0 -23/09/22 03:13:47 INFO SparkSQLExecutionContext: OpenLineage received Spark event that is configured to be skipped: SparkListenerSQLExecutionStart -23/09/22 03:13:47 INFO SparkSQLExecutionContext: OpenLineage received Spark event that is configured to be skipped: SparkListenerSQLExecutionEnd -23/09/22 03:13:48 INFO ProgressReporter$: Removed result fetcher for 2908305457167067998_5289524564745408939_d346c9547ff042428a53259a1692d220 -23/09/22 03:13:48 INFO ProgressReporter$: Added result fetcher for 2908305457167067998_8129229420424498214_3fae42fffd6144fca582f98dbc9b4746 -23/09/22 03:13:48 INFO ProgressReporter$: Removed result fetcher for 2908305457167067998_8129229420424498214_3fae42fffd6144fca582f98dbc9b4746 -23/09/22 03:13:48 INFO ProgressReporter$: Added result fetcher for 2908305457167067998_6796555818560213290_0c0092c6b28541e7b10544b4b1cad76d -23/09/22 03:13:48 INFO HiveMetaStore: 1: get_table : db=journey tbl=transactions -23/09/22 03:13:48 INFO audit: ugi=root ip=unknown-ip-addr cmd=get_table : db=journey tbl=transactions -23/09/22 03:13:48 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:48 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:48 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:48 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:48 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:48 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:49 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:49 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:49 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:49 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:50 INFO DeltaLog: Loading version 16 starting from checkpoint version 10. -23/09/22 03:13:50 INFO ClusterLoadAvgHelper: Current cluster load: 0, Old Ema: 0.85, New Ema: 0.0 -23/09/22 03:13:51 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:51 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:51 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:51 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:51 INFO SnapshotEdge: [tableId=88997f34-e6ae-4a52-8e90-beab2ca48dfb] Created snapshot SnapshotEdge(path=wasbs://studio@clororetaildevadls.blob.core.windows.net/examples/data/csv/completejourney/silver/transactions/_delta_log, version=16, metadata=Metadata(e409515a-4f0e-4b35-908c-3a8c6591a14f,null,null,Format(parquet,Map()),{"type":"struct","fields":[{"name":"household_id","type":"integer","nullable":true,"metadata":{}},{"name":"basket_id","type":"long","nullable":true,"metadata":{}},{"name":"day","type":"integer","nullable":true,"metadata":{}},{"name":"product_id","type":"integer","nullable":true,"metadata":{}},{"name":"quantity","type":"integer","nullable":true,"metadata":{}},{"name":"sales_amount","type":"float","nullable":true,"metadata":{}},{"name":"store_id","type":"integer","nullable":true,"metadata":{}},{"name":"discount_amount","type":"float","nullable":true,"metadata":{}},{"name":"transaction_time","type":"integer","nullable":true,"metadata":{}},{"name":"week_no","type":"integer","nullable":true,"metadata":{}},{"name":"coupon_discount","type":"float","nullable":true,"metadata":{}},{"name":"coupon_discount_match","type":"float","nullable":true,"metadata":{}}]},List(),Map(),Some(1694676659851)), logSegment=LogSegment(wasbs://studio@clororetaildevadls.blob.core.windows.net/examples/data/csv/completejourney/silver/transactions/_delta_log,16,WrappedArray(FileStatus{path=wasbs://studio@clororetaildevadls.blob.core.windows.net/examples/data/csv/completejourney/silver/transactions/_delta_log/00000000000000000011.json; isDirectory=false; length=6616; replication=1; blocksize=536870912; modification_time=1695274264000; access_time=0; owner=root; group=supergroup; permission=rw-r--r--; isSymlink=false; hasAcl=false; isEncrypted=false; isErasureCoded=false}, FileStatus{path=wasbs://studio@clororetaildevadls.blob.core.windows.net/examples/data/csv/completejourney/silver/transactions/_delta_log/00000000000000000012.json; isDirectory=false; length=11239; replication=1; blocksize=536870912; modification_time=1695274677000; access_time=0; owner=root; group=supergroup; permission=rw-r--r--; isSymlink=false; hasAcl=false; isEncrypted=false; isErasureCoded=false}, FileStatus{path=wasbs://studio@clororetaildevadls.blob.core.windows.net/examples/data/csv/completejourney/silver/transactions/_delta_log/00000000000000000013.json; isDirectory=false; length=8080; replication=1; blocksize=536870912; modification_time=1695276655000; access_time=0; owner=root; group=supergroup; permission=rw-r--r--; isSymlink=false; hasAcl=false; isEncrypted=false; isErasureCoded=false}, FileStatus{path=wasbs://studio@clororetaildevadls.blob.core.windows.net/examples/data/csv/completejourney/silver/transactions/_delta_log/00000000000000000014.json; isDirectory=false; length=6616; replication=1; blocksize=536870912; modification_time=1695346578000; access_time=0; owner=root; group=supergroup; permission=rw-r--r--; isSymlink=false; hasAcl=false; isEncrypted=false; isErasureCoded=false}, FileStatus{path=wasbs://studio@clororetaildevadls.blob.core.windows.net/examples/data/csv/completejourney/silver/transactions/_delta_log/00000000000000000015.json; isDirectory=false; length=6616; replication=1; blocksize=536870912; modification_time=1695347164000; access_time=0; owner=root; group=supergroup; permission=rw-r--r--; isSymlink=false; hasAcl=false; isEncrypted=false; isErasureCoded=false}, FileStatus{path=wasbs://studio@clororetaildevadls.blob.core.windows.net/examples/data/csv/completejourney/silver/transactions/_delta_log/00000000000000000016.json; isDirectory=false; length=6616; replication=1; blocksize=536870912; modification_time=1695351300000; access_time=0; owner=root; group=supergroup; permission=rw-r--r--; isSymlink=false; hasAcl=false; isEncrypted=false; isErasureCoded=false}),WrappedArray(FileStatus{path=wasbs://studio@clororetaildevadls.blob.core.windows.net/examples/data/csv/completejourney/silver/transactions/_delta_log/00000000000000000010.checkpoint.parquet; isDirectory=false; length=34444; replication=1; blocksize=536870912; modification_time=1695273438000; access_time=0; owner=root; group=supergroup; permission=rw-r--r--; isSymlink=false; hasAcl=false; isEncrypted=false; isErasureCoded=false}),Some(10),1695351300000), checksumOpt=Some(VersionChecksum(20222849,4,1,1,Protocol(1,2),Metadata(e409515a-4f0e-4b35-908c-3a8c6591a14f,null,null,Format(parquet,Map()),{"type":"struct","fields":[{"name":"household_id","type":"integer","nullable":true,"metadata":{}},{"name":"basket_id","type":"long","nullable":true,"metadata":{}},{"name":"day","type":"integer","nullable":true,"metadata":{}},{"name":"product_id","type":"integer","nullable":true,"metadata":{}},{"name":"quantity","type":"integer","nullable":true,"metadata":{}},{"name":"sales_amount","type":"float","nullable":true,"metadata":{}},{"name":"store_id","type":"integer","nullable":true,"metadata":{}},{"name":"discount_amount","type":"float","nullable":true,"metadata":{}},{"name":"transaction_time","type":"integer","nullable":true,"metadata":{}},{"name":"week_no","type":"integer","nullable":true,"metadata":{}},{"name":"coupon_discount","type":"float","nullable":true,"metadata":{}},{"name":"coupon_discount_match","type":"float","nullable":true,"metadata":{}}]},List(),Map(),Some(1694676659851)),Some(FileSizeHistogram(Vector(0, 8192, 16384, 32768, 65536, 131072, 262144, 524288, 1048576, 2097152, 4194304, 8388608, 12582912, 16777216, 20971520, 25165824, 29360128, 33554432, 37748736, 41943040, 50331648, 58720256, 67108864, 75497472, 83886080, 92274688, 100663296, 109051904, 117440512, 125829120, 130023424, 134217728, 138412032, 142606336, 146800640, 150994944, 167772160, 184549376, 201326592, 218103808, 234881024, 251658240, 268435456, 285212672, 301989888, 318767104, 335544320, 352321536, 369098752, 385875968, 402653184, 419430400, 436207616, 452984832, 469762048, 486539264, 503316480, 520093696, 536870912, 553648128, 570425344, 587202560, 603979776, 671088640, 738197504, 805306368, 872415232, 939524096, 1006632960, 1073741824, 1140850688, 1207959552, 1275068416, 1342177280, 1409286144, 1476395008, 1610612736, 1744830464, 1879048192, 2013265920, 2147483648, 2415919104, 2684354560, 2952790016, 3221225472, 3489660928, 3758096384, 4026531840, 4294967296, 8589934592, 17179869184, 34359738368, 68719476736, 137438953472, 274877906944),[J@15334883,[J@76dae8bb)),Some(b0819991-eddc-4afd-bd64-1591bc13547f),Some(List(AddFile(part-00000-dac72f33-722d-4e3f-9497-6046eeadaf78-c000.snappy.parquet,Map(),5283951,1695351297000,false,{"numRecords":672132,"minValues":{"household_id":1,"basket_id":26984851472,"day":1,"product_id":25671,"quantity":0,"sales_amount":0.0,"store_id":1,"discount_amount":-79.36,"transaction_time":0,"week_no":1,"coupon_discount":-29.99,"coupon_discount_match":-2.7},"maxValues":{"household_id":2500,"basket_id":30532627350,"day":240,"product_id":12949845,"quantity":85055,"sales_amount":505.0,"store_id":32124,"discount_amount":0.0,"transaction_time":2359,"week_no":35,"coupon_discount":0.0,"coupon_discount_match":0.0},"nullCount":{"household_id":0,"basket_id":0,"day":0,"product_id":0,"quantity":0,"sales_amount":0,"store_id":0,"discount_amount":0,"transaction_time":0,"week_no":0,"coupon_discount":0,"coupon_discount_match":0}},Map(INSERTION_TIME -> 1695351296000000, MIN_INSERTION_TIME -> 1695351296000000, MAX_INSERTION_TIME -> 1695351296000000, OPTIMIZE_TARGET_SIZE -> 268435456),null), AddFile(part-00003-8ff9238c-f34e-4d10-b70e-fcccd74a1e6d-c000.snappy.parquet,Map(),4537572,1695351296000,false,{"numRecords":587632,"minValues":{"household_id":1,"basket_id":40314850434,"day":568,"product_id":27160,"quantity":0,"sales_amount":0.0,"store_id":2,"discount_amount":-180.0,"transaction_time":0,"week_no":82,"coupon_discount":-31.46,"coupon_discount_match":-2.7},"maxValues":{"household_id":2500,"basket_id":42305362535,"day":711,"product_id":18316298,"quantity":45475,"sales_amount":631.8,"store_id":34280,"discount_amount":0.77,"transaction_time":2359,"week_no":102,"coupon_discount":0.0,"coupon_discount_match":0.0},"nullCount":{"household_id":0,"basket_id":0,"day":0,"product_id":0,"quantity":0,"sales_amount":0,"store_id":0,"discount_amount":0,"transaction_time":0,"week_no":0,"coupon_discount":0,"coupon_discount_match":0}},Map(INSERTION_TIME -> 1695351296000003, MIN_INSERTION_TIME -> 1695351296000003, MAX_INSERTION_TIME -> 1695351296000003, OPTIMIZE_TARGET_SIZE -> 268435456),null), AddFile(part-00002-618b4fff-77ad-4663-aaec-dbd5769515b1-c000.snappy.parquet,Map(),5238927,1695351296000,false,{"numRecords":667618,"minValues":{"household_id":1,"basket_id":32956680859,"day":401,"product_id":25671,"quantity":0,"sales_amount":0.0,"store_id":26,"discount_amount":-90.05,"transaction_time":0,"week_no":58,"coupon_discount":-37.93,"coupon_discount_match":-5.8},"maxValues":{"household_id":2500,"basket_id":40314850434,"day":568,"product_id":16809685,"quantity":89638,"sales_amount":329.99,"store_id":34016,"discount_amount":2.09,"transaction_time":2359,"week_no":82,"coupon_discount":0.0,"coupon_discount_match":0.0},"nullCount":{"household_id":0,"basket_id":0,"day":0,"product_id":0,"quantity":0,"sales_amount":0,"store_id":0,"discount_amount":0,"transaction_time":0,"week_no":0,"coupon_discount":0,"coupon_discount_match":0}},Map(INSERTION_TIME -> 1695351296000002, MIN_INSERTION_TIME -> 1695351296000002, MAX_INSERTION_TIME -> 1695351296000002, OPTIMIZE_TARGET_SIZE -> 268435456),null), AddFile(part-00001-894cd31a-620c-4f5e-9ea8-cb25d4193b6e-c000.snappy.parquet,Map(),5162399,1695351296000,false,{"numRecords":668350,"minValues":{"household_id":1,"basket_id":30532627350,"day":230,"product_id":25671,"quantity":0,"sales_amount":0.0,"store_id":2,"discount_amount":-129.98,"transaction_time":0,"week_no":34,"coupon_discount":-55.93,"coupon_discount_match":-7.7},"maxValues":{"household_id":2500,"basket_id":32956680859,"day":403,"product_id":14077546,"quantity":38348,"sales_amount":840.0,"store_id":33923,"discount_amount":3.99,"transaction_time":2359,"week_no":58,"coupon_discount":0.0,"coupon_discount_match":0.0},"nullCount":{"household_id":0,"basket_id":0,"day":0,"product_id":0,"quantity":0,"sales_amount":0,"store_id":0,"discount_amount":0,"transaction_time":0,"week_no":0,"coupon_discount":0,"coupon_discount_match":0}},Map(INSERTION_TIME -> 1695351296000001, MIN_INSERTION_TIME -> 1695351296000001, MAX_INSERTION_TIME -> 1695351296000001, OPTIMIZE_TARGET_SIZE -> 268435456),null)))))) -23/09/22 03:13:51 INFO ClusterLoadMonitor: Added query with execution ID:5. Current active queries:1 -23/09/22 03:13:51 INFO HiveMetaStore: 1: get_table : db=journey tbl=transactions -23/09/22 03:13:51 INFO audit: ugi=root ip=unknown-ip-addr cmd=get_table : db=journey tbl=transactions -23/09/22 03:13:51 INFO HiveMetaStore: 1: get_table : db=journey tbl=transactions -23/09/22 03:13:51 INFO audit: ugi=root ip=unknown-ip-addr cmd=get_table : db=journey tbl=transactions -23/09/22 03:13:51 INFO HiveClientImpl: Warehouse location for Hive client (version 0.13.1) is dbfs:/user/hive/warehouse -23/09/22 03:13:51 INFO HiveMetaStore: No user is added in admin role, since config is empty -23/09/22 03:13:51 INFO HiveMetaStore: 2: get_table : db=journey tbl=transactions -23/09/22 03:13:51 INFO audit: ugi=root ip=unknown-ip-addr cmd=get_table : db=journey tbl=transactions -23/09/22 03:13:51 INFO HiveMetaStore: 2: Opening raw store with implemenation class:org.apache.hadoop.hive.metastore.ObjectStore -23/09/22 03:13:51 INFO ObjectStore: ObjectStore, initialize called -23/09/22 03:13:51 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:51 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:52 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:52 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:52 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:52 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:52 INFO ObjectStore: Initialized ObjectStore -23/09/22 03:13:52 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:52 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:52 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:52 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:52 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:52 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:52 INFO HiveMetaStore: 1: get_table : db=journey tbl=transactions -23/09/22 03:13:52 INFO audit: ugi=root ip=unknown-ip-addr cmd=get_table : db=journey tbl=transactions -23/09/22 03:13:52 INFO HiveMetaStore: 1: Opening raw store with implemenation class:org.apache.hadoop.hive.metastore.ObjectStore -23/09/22 03:13:52 INFO ObjectStore: ObjectStore, initialize called -23/09/22 03:13:52 INFO ObjectStore: Initialized ObjectStore -23/09/22 03:13:52 INFO HiveMetaStore: 3: get_database: journey -23/09/22 03:13:52 INFO audit: ugi=root ip=unknown-ip-addr cmd=get_database: journey -23/09/22 03:13:52 INFO HiveMetaStore: 3: Opening raw store with implemenation class:org.apache.hadoop.hive.metastore.ObjectStore -23/09/22 03:13:52 INFO ObjectStore: ObjectStore, initialize called -23/09/22 03:13:52 INFO ObjectStore: Initialized ObjectStore -23/09/22 03:13:52 INFO HiveMetaStore: 3: get_multi_table : db=journey tbls=transactions -23/09/22 03:13:52 INFO audit: ugi=root ip=unknown-ip-addr cmd=get_multi_table : db=journey tbls=transactions -23/09/22 03:13:52 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:52 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:52 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:52 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:52 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:52 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:52 INFO ConsoleTransport: {"eventTime":"2023-09-22T03:13:51.932Z","producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunEvent","eventType":"START","run":{"runId":"4d1903f6-f932-4e4c-a79c-ba66a376f72c","facets":{"spark.logicalPlan":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet","plan":[{"class":"org.apache.spark.sql.execution.command.DropTableCommand","num-children":0,"tableName":{"product-class":"org.apache.spark.sql.catalyst.TableIdentifier","table":"transactions","database":"journey","catalog":"spark_catalog"},"ifExists":true,"isView":false,"purge":false,"materialized":false}]},"spark_version":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet","spark-version":"3.3.0","openlineage-spark-version":"1.2.2"},"processing_engine":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-1-0/ProcessingEngineRunFacet.json#/$defs/ProcessingEngineRunFacet","version":"3.3.0","name":"spark","openlineageAdapterVersion":"1.2.2"}}},"job":{"namespace":"adb-5445974573286168.8#default","name":"adb-4679476628690204.4.azuredatabricks.net.execute_drop_table_command.silver_transactions","facets":{}},"inputs":[],"outputs":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/silver/transactions","facets":{"dataSource":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-0-0/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet","name":"wasbs://studio@clororetaildevadls.blob.core.windows.net","uri":"wasbs://studio@clororetaildevadls.blob.core.windows.net"},"symlinks":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-0-0/SymlinksDatasetFacet.json#/$defs/SymlinksDatasetFacet","identifiers":[{"namespace":"/examples/data/csv/completejourney/silver","name":"journey.transactions","type":"TABLE"}]},"lifecycleStateChange":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-0-0/LifecycleStateChangeDatasetFacet.json#/$defs/LifecycleStateChangeDatasetFacet","lifecycleStateChange":"DROP"}},"outputFacets":{}}]} -23/09/22 03:13:52 INFO HiveMetaStore: 1: get_table : db=journey tbl=transactions -23/09/22 03:13:52 INFO audit: ugi=root ip=unknown-ip-addr cmd=get_table : db=journey tbl=transactions -23/09/22 03:13:52 INFO HiveMetaStore: 1: get_database: journey -23/09/22 03:13:52 INFO audit: ugi=root ip=unknown-ip-addr cmd=get_database: journey -23/09/22 03:13:52 INFO HiveMetaStore: 1: get_table : db=journey tbl=transactions -23/09/22 03:13:52 INFO audit: ugi=root ip=unknown-ip-addr cmd=get_table : db=journey tbl=transactions -23/09/22 03:13:52 INFO HiveMetaStore: 1: get_database: journey -23/09/22 03:13:52 INFO audit: ugi=root ip=unknown-ip-addr cmd=get_database: journey -23/09/22 03:13:52 INFO HiveMetaStore: 1: get_table : db=journey tbl=transactions -23/09/22 03:13:52 INFO audit: ugi=root ip=unknown-ip-addr cmd=get_table : db=journey tbl=transactions -23/09/22 03:13:52 INFO HiveMetaStore: 1: drop_table : db=journey tbl=transactions -23/09/22 03:13:52 INFO audit: ugi=root ip=unknown-ip-addr cmd=drop_table : db=journey tbl=transactions -23/09/22 03:13:52 INFO HiveMetaStore: 1: get_table : db=journey tbl=transactions -23/09/22 03:13:52 INFO audit: ugi=root ip=unknown-ip-addr cmd=get_table : db=journey tbl=transactions -23/09/22 03:13:53 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:53 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:53 INFO ClusterLoadMonitor: Removed query with execution ID:5. Current active queries:0 -23/09/22 03:13:53 INFO HiveMetaStore: 2: get_table : db=journey tbl=transactions -23/09/22 03:13:53 INFO audit: ugi=root ip=unknown-ip-addr cmd=get_table : db=journey tbl=transactions -23/09/22 03:13:53 INFO HiveMetaStore: 2: get_database: journey -23/09/22 03:13:53 INFO audit: ugi=root ip=unknown-ip-addr cmd=get_database: journey -23/09/22 03:13:53 WARN DropTableCommandVisitor: Unable to find table by identifier `spark_catalog`.`journey`.`transactions` - Table or view 'transactions' not found in database 'journey' -23/09/22 03:13:53 INFO ConsoleTransport: {"eventTime":"2023-09-22T03:13:53.535Z","producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunEvent","eventType":"COMPLETE","run":{"runId":"4d1903f6-f932-4e4c-a79c-ba66a376f72c","facets":{"spark.logicalPlan":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet","plan":[{"class":"org.apache.spark.sql.execution.command.DropTableCommand","num-children":0,"tableName":{"product-class":"org.apache.spark.sql.catalyst.TableIdentifier","table":"transactions","database":"journey","catalog":"spark_catalog"},"ifExists":true,"isView":false,"purge":false,"materialized":false}]},"spark_version":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet","spark-version":"3.3.0","openlineage-spark-version":"1.2.2"},"processing_engine":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-1-0/ProcessingEngineRunFacet.json#/$defs/ProcessingEngineRunFacet","version":"3.3.0","name":"spark","openlineageAdapterVersion":"1.2.2"}}},"job":{"namespace":"adb-5445974573286168.8#default","name":"adb-4679476628690204.4.azuredatabricks.net.execute_drop_table_command.silver_transactions","facets":{}},"inputs":[],"outputs":[]} -23/09/22 03:13:53 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:53 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:54 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:54 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:54 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:54 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:54 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:54 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:54 INFO InMemoryFileIndex: Start listing leaf files and directories. Size of Paths: 1; threshold: 32 -23/09/22 03:13:54 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:54 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:54 INFO InMemoryFileIndex: Start listing leaf files and directories. Size of Paths: 0; threshold: 32 -23/09/22 03:13:54 INFO InMemoryFileIndex: It took 126 ms to list leaf files for 1 paths. -23/09/22 03:13:55 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:55 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:55 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:55 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:55 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:55 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:55 INFO ClusterLoadMonitor: Added query with execution ID:6. Current active queries:1 -23/09/22 03:13:55 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:55 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:55 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:55 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:55 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:55 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:55 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:55 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:55 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:55 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:55 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:55 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:55 INFO DeltaLog: Loading version 16 starting from checkpoint version 10. -23/09/22 03:13:55 INFO ConsoleTransport: {"eventTime":"2023-09-22T03:13:55.374Z","producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunEvent","eventType":"START","run":{"runId":"09b465e3-ef2c-452a-be68-6bcb8d01fe80","facets":{"spark.logicalPlan":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet","plan":[{"class":"org.apache.spark.sql.execution.datasources.SaveIntoDataSourceCommand","num-children":0,"query":[{"class":"org.apache.spark.sql.execution.datasources.LogicalRelation","num-children":0,"relation":null,"output":[[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"household_id","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":75,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"basket_id","dataType":"long","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":76,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"day","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":77,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"product_id","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":78,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"quantity","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":79,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"sales_amount","dataType":"float","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":80,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"store_id","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":81,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"discount_amount","dataType":"float","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":82,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"transaction_time","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":83,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"week_no","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":84,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"coupon_discount","dataType":"float","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":85,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"coupon_discount_match","dataType":"float","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":86,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}]],"isStreaming":false}],"dataSource":null,"options":null,"mode":null}]},"spark_version":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet","spark-version":"3.3.0","openlineage-spark-version":"1.2.2"},"processing_engine":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-1-0/ProcessingEngineRunFacet.json#/$defs/ProcessingEngineRunFacet","version":"3.3.0","name":"spark","openlineageAdapterVersion":"1.2.2"}}},"job":{"namespace":"adb-5445974573286168.8#default","name":"adb-4679476628690204.4.azuredatabricks.net.execute_save_into_data_source_command.silver_transactions","facets":{}},"inputs":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","facets":{"dataSource":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-0-0/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet","name":"wasbs://studio@clororetaildevadls.blob.core.windows.net","uri":"wasbs://studio@clororetaildevadls.blob.core.windows.net"},"schema":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-0-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet","fields":[{"name":"household_id","type":"integer"},{"name":"basket_id","type":"long"},{"name":"day","type":"integer"},{"name":"product_id","type":"integer"},{"name":"quantity","type":"integer"},{"name":"sales_amount","type":"float"},{"name":"store_id","type":"integer"},{"name":"discount_amount","type":"float"},{"name":"transaction_time","type":"integer"},{"name":"week_no","type":"integer"},{"name":"coupon_discount","type":"float"},{"name":"coupon_discount_match","type":"float"}]}},"inputFacets":{}}],"outputs":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/silver/transactions","facets":{"dataSource":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-0-0/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet","name":"wasbs://studio@clororetaildevadls.blob.core.windows.net","uri":"wasbs://studio@clororetaildevadls.blob.core.windows.net"},"schema":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-0-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet","fields":[{"name":"household_id","type":"integer"},{"name":"basket_id","type":"long"},{"name":"day","type":"integer"},{"name":"product_id","type":"integer"},{"name":"quantity","type":"integer"},{"name":"sales_amount","type":"float"},{"name":"store_id","type":"integer"},{"name":"discount_amount","type":"float"},{"name":"transaction_time","type":"integer"},{"name":"week_no","type":"integer"},{"name":"coupon_discount","type":"float"},{"name":"coupon_discount_match","type":"float"}]},"columnLineage":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-0-1/ColumnLineageDatasetFacet.json#/$defs/ColumnLineageDatasetFacet","fields":{"household_id":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"household_id"}]},"basket_id":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"basket_id"}]},"day":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"day"}]},"product_id":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"product_id"}]},"quantity":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"quantity"}]},"sales_amount":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"sales_amount"}]},"store_id":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"store_id"}]},"discount_amount":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"discount_amount"}]},"transaction_time":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"transaction_time"}]},"week_no":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"week_no"}]},"coupon_discount":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"coupon_discount"}]},"coupon_discount_match":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"coupon_discount_match"}]}}},"lifecycleStateChange":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-0-0/LifecycleStateChangeDatasetFacet.json#/$defs/LifecycleStateChangeDatasetFacet","lifecycleStateChange":"OVERWRITE"}},"outputFacets":{}}]} -23/09/22 03:13:55 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:55 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:55 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:55 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:55 INFO SnapshotEdge: [tableId=92982fea-9dbe-4e68-848c-022fb5257783] Created snapshot SnapshotEdge(path=wasbs://studio@clororetaildevadls.blob.core.windows.net/examples/data/csv/completejourney/silver/transactions/_delta_log, version=16, metadata=Metadata(e409515a-4f0e-4b35-908c-3a8c6591a14f,null,null,Format(parquet,Map()),{"type":"struct","fields":[{"name":"household_id","type":"integer","nullable":true,"metadata":{}},{"name":"basket_id","type":"long","nullable":true,"metadata":{}},{"name":"day","type":"integer","nullable":true,"metadata":{}},{"name":"product_id","type":"integer","nullable":true,"metadata":{}},{"name":"quantity","type":"integer","nullable":true,"metadata":{}},{"name":"sales_amount","type":"float","nullable":true,"metadata":{}},{"name":"store_id","type":"integer","nullable":true,"metadata":{}},{"name":"discount_amount","type":"float","nullable":true,"metadata":{}},{"name":"transaction_time","type":"integer","nullable":true,"metadata":{}},{"name":"week_no","type":"integer","nullable":true,"metadata":{}},{"name":"coupon_discount","type":"float","nullable":true,"metadata":{}},{"name":"coupon_discount_match","type":"float","nullable":true,"metadata":{}}]},List(),Map(),Some(1694676659851)), logSegment=LogSegment(wasbs://studio@clororetaildevadls.blob.core.windows.net/examples/data/csv/completejourney/silver/transactions/_delta_log,16,WrappedArray(FileStatus{path=wasbs://studio@clororetaildevadls.blob.core.windows.net/examples/data/csv/completejourney/silver/transactions/_delta_log/00000000000000000011.json; isDirectory=false; length=6616; replication=1; blocksize=536870912; modification_time=1695274264000; access_time=0; owner=root; group=supergroup; permission=rw-r--r--; isSymlink=false; hasAcl=false; isEncrypted=false; isErasureCoded=false}, FileStatus{path=wasbs://studio@clororetaildevadls.blob.core.windows.net/examples/data/csv/completejourney/silver/transactions/_delta_log/00000000000000000012.json; isDirectory=false; length=11239; replication=1; blocksize=536870912; modification_time=1695274677000; access_time=0; owner=root; group=supergroup; permission=rw-r--r--; isSymlink=false; hasAcl=false; isEncrypted=false; isErasureCoded=false}, FileStatus{path=wasbs://studio@clororetaildevadls.blob.core.windows.net/examples/data/csv/completejourney/silver/transactions/_delta_log/00000000000000000013.json; isDirectory=false; length=8080; replication=1; blocksize=536870912; modification_time=1695276655000; access_time=0; owner=root; group=supergroup; permission=rw-r--r--; isSymlink=false; hasAcl=false; isEncrypted=false; isErasureCoded=false}, FileStatus{path=wasbs://studio@clororetaildevadls.blob.core.windows.net/examples/data/csv/completejourney/silver/transactions/_delta_log/00000000000000000014.json; isDirectory=false; length=6616; replication=1; blocksize=536870912; modification_time=1695346578000; access_time=0; owner=root; group=supergroup; permission=rw-r--r--; isSymlink=false; hasAcl=false; isEncrypted=false; isErasureCoded=false}, FileStatus{path=wasbs://studio@clororetaildevadls.blob.core.windows.net/examples/data/csv/completejourney/silver/transactions/_delta_log/00000000000000000015.json; isDirectory=false; length=6616; replication=1; blocksize=536870912; modification_time=1695347164000; access_time=0; owner=root; group=supergroup; permission=rw-r--r--; isSymlink=false; hasAcl=false; isEncrypted=false; isErasureCoded=false}, FileStatus{path=wasbs://studio@clororetaildevadls.blob.core.windows.net/examples/data/csv/completejourney/silver/transactions/_delta_log/00000000000000000016.json; isDirectory=false; length=6616; replication=1; blocksize=536870912; modification_time=1695351300000; access_time=0; owner=root; group=supergroup; permission=rw-r--r--; isSymlink=false; hasAcl=false; isEncrypted=false; isErasureCoded=false}),WrappedArray(FileStatus{path=wasbs://studio@clororetaildevadls.blob.core.windows.net/examples/data/csv/completejourney/silver/transactions/_delta_log/00000000000000000010.checkpoint.parquet; isDirectory=false; length=34444; replication=1; blocksize=536870912; modification_time=1695273438000; access_time=0; owner=root; group=supergroup; permission=rw-r--r--; isSymlink=false; hasAcl=false; isEncrypted=false; isErasureCoded=false}),Some(10),1695351300000), checksumOpt=Some(VersionChecksum(20222849,4,1,1,Protocol(1,2),Metadata(e409515a-4f0e-4b35-908c-3a8c6591a14f,null,null,Format(parquet,Map()),{"type":"struct","fields":[{"name":"household_id","type":"integer","nullable":true,"metadata":{}},{"name":"basket_id","type":"long","nullable":true,"metadata":{}},{"name":"day","type":"integer","nullable":true,"metadata":{}},{"name":"product_id","type":"integer","nullable":true,"metadata":{}},{"name":"quantity","type":"integer","nullable":true,"metadata":{}},{"name":"sales_amount","type":"float","nullable":true,"metadata":{}},{"name":"store_id","type":"integer","nullable":true,"metadata":{}},{"name":"discount_amount","type":"float","nullable":true,"metadata":{}},{"name":"transaction_time","type":"integer","nullable":true,"metadata":{}},{"name":"week_no","type":"integer","nullable":true,"metadata":{}},{"name":"coupon_discount","type":"float","nullable":true,"metadata":{}},{"name":"coupon_discount_match","type":"float","nullable":true,"metadata":{}}]},List(),Map(),Some(1694676659851)),Some(FileSizeHistogram(Vector(0, 8192, 16384, 32768, 65536, 131072, 262144, 524288, 1048576, 2097152, 4194304, 8388608, 12582912, 16777216, 20971520, 25165824, 29360128, 33554432, 37748736, 41943040, 50331648, 58720256, 67108864, 75497472, 83886080, 92274688, 100663296, 109051904, 117440512, 125829120, 130023424, 134217728, 138412032, 142606336, 146800640, 150994944, 167772160, 184549376, 201326592, 218103808, 234881024, 251658240, 268435456, 285212672, 301989888, 318767104, 335544320, 352321536, 369098752, 385875968, 402653184, 419430400, 436207616, 452984832, 469762048, 486539264, 503316480, 520093696, 536870912, 553648128, 570425344, 587202560, 603979776, 671088640, 738197504, 805306368, 872415232, 939524096, 1006632960, 1073741824, 1140850688, 1207959552, 1275068416, 1342177280, 1409286144, 1476395008, 1610612736, 1744830464, 1879048192, 2013265920, 2147483648, 2415919104, 2684354560, 2952790016, 3221225472, 3489660928, 3758096384, 4026531840, 4294967296, 8589934592, 17179869184, 34359738368, 68719476736, 137438953472, 274877906944),[J@4a157934,[J@aa60254)),Some(b0819991-eddc-4afd-bd64-1591bc13547f),Some(List(AddFile(part-00000-dac72f33-722d-4e3f-9497-6046eeadaf78-c000.snappy.parquet,Map(),5283951,1695351297000,false,{"numRecords":672132,"minValues":{"household_id":1,"basket_id":26984851472,"day":1,"product_id":25671,"quantity":0,"sales_amount":0.0,"store_id":1,"discount_amount":-79.36,"transaction_time":0,"week_no":1,"coupon_discount":-29.99,"coupon_discount_match":-2.7},"maxValues":{"household_id":2500,"basket_id":30532627350,"day":240,"product_id":12949845,"quantity":85055,"sales_amount":505.0,"store_id":32124,"discount_amount":0.0,"transaction_time":2359,"week_no":35,"coupon_discount":0.0,"coupon_discount_match":0.0},"nullCount":{"household_id":0,"basket_id":0,"day":0,"product_id":0,"quantity":0,"sales_amount":0,"store_id":0,"discount_amount":0,"transaction_time":0,"week_no":0,"coupon_discount":0,"coupon_discount_match":0}},Map(INSERTION_TIME -> 1695351296000000, MIN_INSERTION_TIME -> 1695351296000000, MAX_INSERTION_TIME -> 1695351296000000, OPTIMIZE_TARGET_SIZE -> 268435456),null), AddFile(part-00003-8ff9238c-f34e-4d10-b70e-fcccd74a1e6d-c000.snappy.parquet,Map(),4537572,1695351296000,false,{"numRecords":587632,"minValues":{"household_id":1,"basket_id":40314850434,"day":568,"product_id":27160,"quantity":0,"sales_amount":0.0,"store_id":2,"discount_amount":-180.0,"transaction_time":0,"week_no":82,"coupon_discount":-31.46,"coupon_discount_match":-2.7},"maxValues":{"household_id":2500,"basket_id":42305362535,"day":711,"product_id":18316298,"quantity":45475,"sales_amount":631.8,"store_id":34280,"discount_amount":0.77,"transaction_time":2359,"week_no":102,"coupon_discount":0.0,"coupon_discount_match":0.0},"nullCount":{"household_id":0,"basket_id":0,"day":0,"product_id":0,"quantity":0,"sales_amount":0,"store_id":0,"discount_amount":0,"transaction_time":0,"week_no":0,"coupon_discount":0,"coupon_discount_match":0}},Map(INSERTION_TIME -> 1695351296000003, MIN_INSERTION_TIME -> 1695351296000003, MAX_INSERTION_TIME -> 1695351296000003, OPTIMIZE_TARGET_SIZE -> 268435456),null), AddFile(part-00002-618b4fff-77ad-4663-aaec-dbd5769515b1-c000.snappy.parquet,Map(),5238927,1695351296000,false,{"numRecords":667618,"minValues":{"household_id":1,"basket_id":32956680859,"day":401,"product_id":25671,"quantity":0,"sales_amount":0.0,"store_id":26,"discount_amount":-90.05,"transaction_time":0,"week_no":58,"coupon_discount":-37.93,"coupon_discount_match":-5.8},"maxValues":{"household_id":2500,"basket_id":40314850434,"day":568,"product_id":16809685,"quantity":89638,"sales_amount":329.99,"store_id":34016,"discount_amount":2.09,"transaction_time":2359,"week_no":82,"coupon_discount":0.0,"coupon_discount_match":0.0},"nullCount":{"household_id":0,"basket_id":0,"day":0,"product_id":0,"quantity":0,"sales_amount":0,"store_id":0,"discount_amount":0,"transaction_time":0,"week_no":0,"coupon_discount":0,"coupon_discount_match":0}},Map(INSERTION_TIME -> 1695351296000002, MIN_INSERTION_TIME -> 1695351296000002, MAX_INSERTION_TIME -> 1695351296000002, OPTIMIZE_TARGET_SIZE -> 268435456),null), AddFile(part-00001-894cd31a-620c-4f5e-9ea8-cb25d4193b6e-c000.snappy.parquet,Map(),5162399,1695351296000,false,{"numRecords":668350,"minValues":{"household_id":1,"basket_id":30532627350,"day":230,"product_id":25671,"quantity":0,"sales_amount":0.0,"store_id":2,"discount_amount":-129.98,"transaction_time":0,"week_no":34,"coupon_discount":-55.93,"coupon_discount_match":-7.7},"maxValues":{"household_id":2500,"basket_id":32956680859,"day":403,"product_id":14077546,"quantity":38348,"sales_amount":840.0,"store_id":33923,"discount_amount":3.99,"transaction_time":2359,"week_no":58,"coupon_discount":0.0,"coupon_discount_match":0.0},"nullCount":{"household_id":0,"basket_id":0,"day":0,"product_id":0,"quantity":0,"sales_amount":0,"store_id":0,"discount_amount":0,"transaction_time":0,"week_no":0,"coupon_discount":0,"coupon_discount_match":0}},Map(INSERTION_TIME -> 1695351296000001, MIN_INSERTION_TIME -> 1695351296000001, MAX_INSERTION_TIME -> 1695351296000001, OPTIMIZE_TARGET_SIZE -> 268435456),null)))))) -23/09/22 03:13:55 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:55 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:55 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:55 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:56 INFO MemoryStore: Block broadcast_0 stored as values in memory (estimated size 398.7 KiB, free 3.3 GiB) -23/09/22 03:13:56 INFO MemoryStore: Block broadcast_1 stored as values in memory (estimated size 151.9 KiB, free 3.3 GiB) -23/09/22 03:13:56 INFO MemoryStore: Block broadcast_1_piece0 stored as bytes in memory (estimated size 18.1 KiB, free 3.3 GiB) -23/09/22 03:13:56 INFO BlockManagerInfo: Added broadcast_1_piece0 in memory on 10.11.115.134:44293 (size: 18.1 KiB, free: 3.3 GiB) -23/09/22 03:13:56 INFO SparkContext: Created broadcast 1 from writeExternal at ObjectOutputStream.java:1459 -23/09/22 03:13:56 INFO MemoryStore: Block broadcast_0_piece0 stored as bytes in memory (estimated size 13.8 KiB, free 3.3 GiB) -23/09/22 03:13:56 INFO BlockManagerInfo: Added broadcast_0_piece0 in memory on 10.11.115.134:44293 (size: 13.8 KiB, free: 3.3 GiB) -23/09/22 03:13:56 INFO SparkContext: Created broadcast 0 from broadcast at Snapshot.scala:119 -23/09/22 03:13:56 INFO DeltaLogFileIndex: Created DeltaLogFileIndex(Parquet, numFilesInSegment: 1, totalFileSize: 34444) -23/09/22 03:13:56 INFO DeltaLogFileIndex: Created DeltaLogFileIndex(JSON, numFilesInSegment: 6, totalFileSize: 45783) -23/09/22 03:13:56 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:56 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:56 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:56 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:56 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:56 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:56 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:56 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:56 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:56 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:56 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:56 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:56 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:56 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:56 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:56 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:56 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:56 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:56 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:56 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:56 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:56 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:56 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:13:56 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:13:56 INFO ClusterLoadAvgHelper: Current cluster load: 1, Old Ema: 0.0, New Ema: 1.0 -23/09/22 03:13:58 INFO CodeGenerator: Code generated in 12.782887 ms -23/09/22 03:13:58 INFO CodeGenerator: Code generated in 28.714197 ms -23/09/22 03:13:58 INFO CodeGenerator: Code generated in 284.497949 ms -23/09/22 03:13:58 INFO MemoryStore: Block broadcast_2 stored as values in memory (estimated size 31.6 KiB, free 3.3 GiB) -23/09/22 03:13:58 INFO MemoryStore: Block broadcast_2_piece0 stored as bytes in memory (estimated size 14.1 KiB, free 3.3 GiB) -23/09/22 03:13:58 INFO BlockManagerInfo: Added broadcast_2_piece0 in memory on 10.11.115.134:44293 (size: 14.1 KiB, free: 3.3 GiB) -23/09/22 03:13:58 INFO SparkContext: Created broadcast 2 from toRdd at StateCache.scala:61 -23/09/22 03:13:58 INFO CodeGenerator: Code generated in 140.11686 ms -23/09/22 03:13:58 INFO MemoryStore: Block broadcast_3 stored as values in memory (estimated size 38.5 KiB, free 3.3 GiB) -23/09/22 03:13:58 INFO MemoryStore: Block broadcast_3_piece0 stored as bytes in memory (estimated size 12.2 KiB, free 3.3 GiB) -23/09/22 03:13:58 INFO BlockManagerInfo: Added broadcast_3_piece0 in memory on 10.11.115.134:44293 (size: 12.2 KiB, free: 3.3 GiB) -23/09/22 03:13:58 INFO SparkContext: Created broadcast 3 from toRdd at StateCache.scala:61 -23/09/22 03:13:58 INFO FileSourceStrategy: Pushed Filters: -23/09/22 03:13:58 INFO FileSourceStrategy: Post-Scan Filters: -23/09/22 03:13:58 INFO FileSourceStrategy: Output Data Schema: struct, add: struct, size: bigint, modificationTime: bigint, dataChange: boolean ... 6 more fields>, remove: struct ... 6 more fields>, metaData: struct>, schemaString: string ... 6 more fields>, protocol: struct, writerFeatures: array ... 2 more fields> ... 5 more fields> -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO NativeAzureFileSystem: WASB Filesystem wasbs://studio@clororetaildevadls.blob.core.windows.net is closed with isClosed = false -23/09/22 03:13:59 INFO ClusterLoadAvgHelper: Current cluster load: 1, Old Ema: 1.0, New Ema: 1.0 -23/09/22 03:13:59 INFO CodeGenerator: Code generated in 112.834173 ms -23/09/22 03:13:59 INFO MemoryStore: Block broadcast_4 stored as values in memory (estimated size 491.3 KiB, free 3.3 GiB) -23/09/22 03:13:59 INFO MemoryStore: Block broadcast_4_piece0 stored as bytes in memory (estimated size 17.7 KiB, free 3.3 GiB) -23/09/22 03:13:59 INFO BlockManagerInfo: Added broadcast_4_piece0 in memory on 10.11.115.134:44293 (size: 17.7 KiB, free: 3.3 GiB) -23/09/22 03:13:59 INFO SparkContext: Created broadcast 4 from $anonfun$withThreadLocalCaptured$1 at CompletableFuture.java:1604 -23/09/22 03:13:59 INFO FileSourceScanExec: Planning scan with bin packing, max split size: 134217728 bytes, max partition size: 4194304, open cost is considered as scanning 4194304 bytes. -23/09/22 03:13:59 INFO CodeGenerator: Code generated in 50.220344 ms -23/09/22 03:14:00 INFO DAGScheduler: Registering RDD 6 ($anonfun$withThreadLocalCaptured$1 at CompletableFuture.java:1604) as input to shuffle 0 -23/09/22 03:14:00 INFO DAGScheduler: Got map stage job 0 ($anonfun$withThreadLocalCaptured$1 at CompletableFuture.java:1604) with 5 output partitions -23/09/22 03:14:00 INFO DAGScheduler: Final stage: ShuffleMapStage 0 ($anonfun$withThreadLocalCaptured$1 at CompletableFuture.java:1604) -23/09/22 03:14:00 INFO DAGScheduler: Parents of final stage: List() -23/09/22 03:14:00 INFO DAGScheduler: Missing parents: List() -23/09/22 03:14:00 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:14:00 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:14:00 INFO DAGScheduler: Submitting ShuffleMapStage 0 (MapPartitionsRDD[6] at $anonfun$withThreadLocalCaptured$1 at CompletableFuture.java:1604), which has no missing parents -23/09/22 03:14:00 INFO DAGScheduler: Jars for session None: Map() -23/09/22 03:14:00 INFO DAGScheduler: Files for session None: Map() -23/09/22 03:14:00 INFO DAGScheduler: Archives for session None: Map() -23/09/22 03:14:00 INFO DAGScheduler: Submitting 5 missing tasks from ShuffleMapStage 0 (MapPartitionsRDD[6] at $anonfun$withThreadLocalCaptured$1 at CompletableFuture.java:1604) (first 15 tasks are for partitions Vector(0, 1, 2, 3, 4)) -23/09/22 03:14:00 INFO TaskSchedulerImpl: Adding task set 0.0 with 5 tasks resource profile 0 -23/09/22 03:14:00 INFO ConsoleTransport: {"eventTime":"2023-09-22T03:14:00.237Z","producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunEvent","eventType":"START","run":{"runId":"09b465e3-ef2c-452a-be68-6bcb8d01fe80","facets":{"spark.logicalPlan":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet","plan":[{"class":"org.apache.spark.sql.execution.datasources.SaveIntoDataSourceCommand","num-children":0,"query":[{"class":"org.apache.spark.sql.execution.datasources.LogicalRelation","num-children":0,"relation":null,"output":[[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"household_id","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":75,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"basket_id","dataType":"long","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":76,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"day","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":77,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"product_id","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":78,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"quantity","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":79,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"sales_amount","dataType":"float","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":80,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"store_id","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":81,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"discount_amount","dataType":"float","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":82,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"transaction_time","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":83,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"week_no","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":84,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"coupon_discount","dataType":"float","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":85,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"coupon_discount_match","dataType":"float","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":86,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}]],"isStreaming":false}],"dataSource":null,"options":null,"mode":null}]},"spark_version":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet","spark-version":"3.3.0","openlineage-spark-version":"1.2.2"},"spark_properties":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet","properties":{"spark.master":"spark://10.11.115.134:7077","spark.app.name":"Databricks Shell"}},"processing_engine":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-1-0/ProcessingEngineRunFacet.json#/$defs/ProcessingEngineRunFacet","version":"3.3.0","name":"spark","openlineageAdapterVersion":"1.2.2"},"environment-properties":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet","environment-properties":{"spark.databricks.clusterUsageTags.clusterName":"jason.yip@tredence.com's Cluster","spark.databricks.clusterUsageTags.azureSubscriptionId":"a4f54399-8db8-4849-adcc-a42aed1fb97f","spark.databricks.notebook.path":"/Repos/jason.yip@tredence.com/segmentation/01_Data Prep","mountPoints":[{"mountPoint":"/databricks-datasets","source":"databricks-datasets"},{"mountPoint":"/Volumes","source":"UnityCatalogVolumes"},{"mountPoint":"/databricks/mlflow-tracking","source":"databricks/mlflow-tracking"},{"mountPoint":"/databricks-results","source":"databricks-results"},{"mountPoint":"/databricks/mlflow-registry","source":"databricks/mlflow-registry"},{"mountPoint":"/Volume","source":"DbfsReserved"},{"mountPoint":"/volumes","source":"DbfsReserved"},{"mountPoint":"/","source":"DatabricksRoot"},{"mountPoint":"/volume","source":"DbfsReserved"}],"spark.databricks.clusterUsageTags.clusterAllTags":"[{\"key\":\"Vendor\",\"value\":\"Databricks\"},{\"key\":\"Creator\",\"value\":\"jason.yip@tredence.com\"},{\"key\":\"ClusterName\",\"value\":\"jason.yip@tredence.com's Cluster\"},{\"key\":\"ClusterId\",\"value\":\"0808-055325-43kdx9a4\"},{\"key\":\"Environment\",\"value\":\"POC\"},{\"key\":\"Project\",\"value\":\"SI\"},{\"key\":\"DatabricksEnvironment\",\"value\":\"workerenv-4679476628690204\"}]","spark.databricks.clusterUsageTags.clusterOwnerOrgId":"4679476628690204","user":"jason.yip@tredence.com","userId":"4768657035718622","orgId":"4679476628690204"}}}},"job":{"namespace":"adb-5445974573286168.8#default","name":"adb-4679476628690204.4.azuredatabricks.net.execute_save_into_data_source_command.silver_transactions","facets":{}},"inputs":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","facets":{"dataSource":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-0-0/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet","name":"wasbs://studio@clororetaildevadls.blob.core.windows.net","uri":"wasbs://studio@clororetaildevadls.blob.core.windows.net"},"schema":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-0-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet","fields":[{"name":"household_id","type":"integer"},{"name":"basket_id","type":"long"},{"name":"day","type":"integer"},{"name":"product_id","type":"integer"},{"name":"quantity","type":"integer"},{"name":"sales_amount","type":"float"},{"name":"store_id","type":"integer"},{"name":"discount_amount","type":"float"},{"name":"transaction_time","type":"integer"},{"name":"week_no","type":"integer"},{"name":"coupon_discount","type":"float"},{"name":"coupon_discount_match","type":"float"}]}},"inputFacets":{}}],"outputs":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/silver/transactions","facets":{"dataSource":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-0-0/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet","name":"wasbs://studio@clororetaildevadls.blob.core.windows.net","uri":"wasbs://studio@clororetaildevadls.blob.core.windows.net"},"schema":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-0-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet","fields":[{"name":"household_id","type":"integer"},{"name":"basket_id","type":"long"},{"name":"day","type":"integer"},{"name":"product_id","type":"integer"},{"name":"quantity","type":"integer"},{"name":"sales_amount","type":"float"},{"name":"store_id","type":"integer"},{"name":"discount_amount","type":"float"},{"name":"transaction_time","type":"integer"},{"name":"week_no","type":"integer"},{"name":"coupon_discount","type":"float"},{"name":"coupon_discount_match","type":"float"}]},"columnLineage":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-0-1/ColumnLineageDatasetFacet.json#/$defs/ColumnLineageDatasetFacet","fields":{"household_id":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"household_id"}]},"basket_id":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"basket_id"}]},"day":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"day"}]},"product_id":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"product_id"}]},"quantity":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"quantity"}]},"sales_amount":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"sales_amount"}]},"store_id":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"store_id"}]},"discount_amount":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"discount_amount"}]},"transaction_time":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"transaction_time"}]},"week_no":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"week_no"}]},"coupon_discount":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"coupon_discount"}]},"coupon_discount_match":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"coupon_discount_match"}]}}},"lifecycleStateChange":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-0-0/LifecycleStateChangeDatasetFacet.json#/$defs/LifecycleStateChangeDatasetFacet","lifecycleStateChange":"OVERWRITE"}},"outputFacets":{}}]} -23/09/22 03:14:00 WARN FairSchedulableBuilder: A job was submitted with scheduler pool 2908305457167067998, which has not been configured. This can happen when the file that pools are read from isn't set, or when that file doesn't contain 2908305457167067998. Created 2908305457167067998 with default configuration (schedulingMode: FIFO, minShare: 0, weight: 1) -23/09/22 03:14:00 INFO FairSchedulableBuilder: Added task set TaskSet_0.0 tasks to pool 2908305457167067998 -23/09/22 03:14:00 INFO TaskSetManager: Starting task 0.0 in stage 0.0 (TID 0) (10.11.115.133, executor 0, partition 0, PROCESS_LOCAL, taskResourceAssignments Map()) -23/09/22 03:14:00 INFO TaskSetManager: Starting task 1.0 in stage 0.0 (TID 1) (10.11.115.133, executor 0, partition 1, PROCESS_LOCAL, taskResourceAssignments Map()) -23/09/22 03:14:00 INFO TaskSetManager: Starting task 2.0 in stage 0.0 (TID 2) (10.11.115.133, executor 0, partition 2, PROCESS_LOCAL, taskResourceAssignments Map()) -23/09/22 03:14:00 INFO TaskSetManager: Starting task 3.0 in stage 0.0 (TID 3) (10.11.115.133, executor 0, partition 3, PROCESS_LOCAL, taskResourceAssignments Map()) -23/09/22 03:14:00 INFO MemoryStore: Block broadcast_5 stored as values in memory (estimated size 275.9 KiB, free 3.3 GiB) -23/09/22 03:14:00 INFO MemoryStore: Block broadcast_5_piece0 stored as bytes in memory (estimated size 75.6 KiB, free 3.3 GiB) -23/09/22 03:14:00 INFO BlockManagerInfo: Added broadcast_5_piece0 in memory on 10.11.115.134:44293 (size: 75.6 KiB, free: 3.3 GiB) -23/09/22 03:14:00 INFO SparkContext: Created broadcast 5 from broadcast at TaskSetManager.scala:622 -23/09/22 03:14:01 INFO BlockManagerInfo: Added broadcast_5_piece0 in memory on 10.11.115.133:45037 (size: 75.6 KiB, free: 3.6 GiB) -23/09/22 03:14:01 INFO BlockManagerInfo: Added broadcast_1_piece0 in memory on 10.11.115.133:45037 (size: 18.1 KiB, free: 3.6 GiB) -23/09/22 03:14:02 INFO ClusterLoadAvgHelper: Current cluster load: 1, Old Ema: 1.0, New Ema: 1.0 -23/09/22 03:14:02 INFO TaskSetManager: Starting task 4.0 in stage 0.0 (TID 4) (10.11.115.133, executor 0, partition 4, PROCESS_LOCAL, taskResourceAssignments Map()) -23/09/22 03:14:02 INFO TaskSetManager: Finished task 3.0 in stage 0.0 (TID 3) in 2074 ms on 10.11.115.133 (executor 0) (1/5) -23/09/22 03:14:02 INFO TaskSetManager: Finished task 2.0 in stage 0.0 (TID 2) in 2080 ms on 10.11.115.133 (executor 0) (2/5) -23/09/22 03:14:02 INFO TaskSetManager: Finished task 1.0 in stage 0.0 (TID 1) in 2081 ms on 10.11.115.133 (executor 0) (3/5) -23/09/22 03:14:02 INFO TaskSetManager: Finished task 4.0 in stage 0.0 (TID 4) in 37 ms on 10.11.115.133 (executor 0) (4/5) -23/09/22 03:14:02 INFO BlockManagerInfo: Added broadcast_4_piece0 in memory on 10.11.115.133:45037 (size: 17.7 KiB, free: 3.6 GiB) -23/09/22 03:14:05 INFO ClusterLoadAvgHelper: Current cluster load: 1, Old Ema: 1.0, New Ema: 1.0 -23/09/22 03:14:08 INFO ClusterLoadAvgHelper: Current cluster load: 1, Old Ema: 1.0, New Ema: 1.0 -23/09/22 03:14:08 INFO BlockManagerInfo: Added broadcast_0_piece0 in memory on 10.11.115.133:45037 (size: 13.8 KiB, free: 3.6 GiB) -23/09/22 03:14:09 INFO TaskSetManager: Finished task 0.0 in stage 0.0 (TID 0) in 8252 ms on 10.11.115.133 (executor 0) (5/5) -23/09/22 03:14:09 INFO TaskSchedulerImpl: Removed TaskSet 0.0, whose tasks have all completed, from pool 2908305457167067998 -23/09/22 03:14:09 INFO DAGScheduler: ShuffleMapStage 0 ($anonfun$withThreadLocalCaptured$1 at CompletableFuture.java:1604) finished in 8.708 s -23/09/22 03:14:09 INFO DAGScheduler: looking for newly runnable stages -23/09/22 03:14:09 INFO DAGScheduler: running: Set() -23/09/22 03:14:09 INFO DAGScheduler: waiting: Set() -23/09/22 03:14:09 INFO DAGScheduler: failed: Set() -23/09/22 03:14:09 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:14:09 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:14:09 INFO CodeGenerator: Code generated in 104.675309 ms -23/09/22 03:14:09 INFO ConsoleTransport: {"eventTime":"2023-09-22T03:14:09.058Z","producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunEvent","eventType":"COMPLETE","run":{"runId":"09b465e3-ef2c-452a-be68-6bcb8d01fe80","facets":{"spark.logicalPlan":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet","plan":[{"class":"org.apache.spark.sql.execution.datasources.SaveIntoDataSourceCommand","num-children":0,"query":[{"class":"org.apache.spark.sql.execution.datasources.LogicalRelation","num-children":0,"relation":null,"output":[[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"household_id","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":75,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"basket_id","dataType":"long","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":76,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"day","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":77,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"product_id","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":78,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"quantity","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":79,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"sales_amount","dataType":"float","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":80,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"store_id","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":81,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"discount_amount","dataType":"float","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":82,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"transaction_time","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":83,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"week_no","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":84,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"coupon_discount","dataType":"float","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":85,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"coupon_discount_match","dataType":"float","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":86,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}]],"isStreaming":false}],"dataSource":null,"options":null,"mode":null}]},"spark_version":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet","spark-version":"3.3.0","openlineage-spark-version":"1.2.2"},"processing_engine":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-1-0/ProcessingEngineRunFacet.json#/$defs/ProcessingEngineRunFacet","version":"3.3.0","name":"spark","openlineageAdapterVersion":"1.2.2"}}},"job":{"namespace":"adb-5445974573286168.8#default","name":"adb-4679476628690204.4.azuredatabricks.net.execute_save_into_data_source_command.silver_transactions","facets":{}},"inputs":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","facets":{"dataSource":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-0-0/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet","name":"wasbs://studio@clororetaildevadls.blob.core.windows.net","uri":"wasbs://studio@clororetaildevadls.blob.core.windows.net"},"schema":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-0-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet","fields":[{"name":"household_id","type":"integer"},{"name":"basket_id","type":"long"},{"name":"day","type":"integer"},{"name":"product_id","type":"integer"},{"name":"quantity","type":"integer"},{"name":"sales_amount","type":"float"},{"name":"store_id","type":"integer"},{"name":"discount_amount","type":"float"},{"name":"transaction_time","type":"integer"},{"name":"week_no","type":"integer"},{"name":"coupon_discount","type":"float"},{"name":"coupon_discount_match","type":"float"}]}},"inputFacets":{}}],"outputs":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/silver/transactions","facets":{"dataSource":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-0-0/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet","name":"wasbs://studio@clororetaildevadls.blob.core.windows.net","uri":"wasbs://studio@clororetaildevadls.blob.core.windows.net"},"schema":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-0-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet","fields":[{"name":"household_id","type":"integer"},{"name":"basket_id","type":"long"},{"name":"day","type":"integer"},{"name":"product_id","type":"integer"},{"name":"quantity","type":"integer"},{"name":"sales_amount","type":"float"},{"name":"store_id","type":"integer"},{"name":"discount_amount","type":"float"},{"name":"transaction_time","type":"integer"},{"name":"week_no","type":"integer"},{"name":"coupon_discount","type":"float"},{"name":"coupon_discount_match","type":"float"}]},"columnLineage":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-0-1/ColumnLineageDatasetFacet.json#/$defs/ColumnLineageDatasetFacet","fields":{"household_id":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"household_id"}]},"basket_id":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"basket_id"}]},"day":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"day"}]},"product_id":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"product_id"}]},"quantity":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"quantity"}]},"sales_amount":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"sales_amount"}]},"store_id":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"store_id"}]},"discount_amount":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"discount_amount"}]},"transaction_time":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"transaction_time"}]},"week_no":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"week_no"}]},"coupon_discount":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"coupon_discount"}]},"coupon_discount_match":{"inputFields":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","field":"coupon_discount_match"}]}}},"lifecycleStateChange":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-0-0/LifecycleStateChangeDatasetFacet.json#/$defs/LifecycleStateChangeDatasetFacet","lifecycleStateChange":"OVERWRITE"}},"outputFacets":{"outputStatistics":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-0-0/OutputStatisticsOutputDatasetFacet.json#/$defs/OutputStatisticsOutputDatasetFacet","rowCount":0,"size":0}}}]} -23/09/22 03:14:09 INFO SparkSQLExecutionContext: OpenLineage received Spark event that is configured to be skipped: SparkListenerSQLExecutionStart -23/09/22 03:14:09 INFO CodeGenerator: Code generated in 59.190001 ms -23/09/22 03:14:10 INFO DAGScheduler: Registering RDD 16 ($anonfun$withThreadLocalCaptured$1 at CompletableFuture.java:1604) as input to shuffle 1 -23/09/22 03:14:10 INFO DAGScheduler: Got map stage job 1 ($anonfun$withThreadLocalCaptured$1 at CompletableFuture.java:1604) with 1 output partitions -23/09/22 03:14:10 INFO DAGScheduler: Final stage: ShuffleMapStage 2 ($anonfun$withThreadLocalCaptured$1 at CompletableFuture.java:1604) -23/09/22 03:14:10 INFO DAGScheduler: Parents of final stage: List(ShuffleMapStage 1) -23/09/22 03:14:10 INFO DAGScheduler: Missing parents: List() -23/09/22 03:14:10 INFO DAGScheduler: Submitting ShuffleMapStage 2 (MapPartitionsRDD[16] at $anonfun$withThreadLocalCaptured$1 at CompletableFuture.java:1604), which has no missing parents -23/09/22 03:14:10 INFO SparkSQLExecutionContext: OpenLineage received Spark event that is configured to be skipped: SparkListenerJobStart -23/09/22 03:14:10 INFO DAGScheduler: Jars for session None: Map() -23/09/22 03:14:10 INFO DAGScheduler: Files for session None: Map() -23/09/22 03:14:10 INFO DAGScheduler: Archives for session None: Map() -23/09/22 03:14:10 INFO DAGScheduler: Submitting 1 missing tasks from ShuffleMapStage 2 (MapPartitionsRDD[16] at $anonfun$withThreadLocalCaptured$1 at CompletableFuture.java:1604) (first 15 tasks are for partitions Vector(0)) -23/09/22 03:14:10 INFO TaskSchedulerImpl: Adding task set 2.0 with 1 tasks resource profile 0 -23/09/22 03:14:10 INFO FairSchedulableBuilder: Added task set TaskSet_2.0 tasks to pool 2908305457167067998 -23/09/22 03:14:10 INFO TaskSetManager: Starting task 0.0 in stage 2.0 (TID 5) (10.11.115.133, executor 0, partition 0, PROCESS_LOCAL, taskResourceAssignments Map()) -23/09/22 03:14:10 INFO MemoryStore: Block broadcast_6 stored as values in memory (estimated size 417.6 KiB, free 3.3 GiB) -23/09/22 03:14:10 INFO MemoryStore: Block broadcast_6_piece0 stored as bytes in memory (estimated size 113.2 KiB, free 3.3 GiB) -23/09/22 03:14:10 INFO BlockManagerInfo: Added broadcast_6_piece0 in memory on 10.11.115.134:44293 (size: 113.2 KiB, free: 3.3 GiB) -23/09/22 03:14:10 INFO SparkContext: Created broadcast 6 from broadcast at TaskSetManager.scala:622 -23/09/22 03:14:10 INFO BlockManagerInfo: Added broadcast_6_piece0 in memory on 10.11.115.133:45037 (size: 113.2 KiB, free: 3.6 GiB) -23/09/22 03:14:10 INFO MapOutputTrackerMasterEndpoint: Asked to send map output locations for shuffle 0 to 10.11.115.133:57974 -23/09/22 03:14:11 INFO BlockManagerInfo: Added broadcast_3_piece0 in memory on 10.11.115.133:45037 (size: 12.2 KiB, free: 3.6 GiB) -23/09/22 03:14:11 INFO ClusterLoadAvgHelper: Current cluster load: 1, Old Ema: 1.0, New Ema: 1.0 -23/09/22 03:14:11 INFO BlockManagerInfo: Added broadcast_2_piece0 in memory on 10.11.115.133:45037 (size: 14.1 KiB, free: 3.6 GiB) -23/09/22 03:14:11 INFO BlockManagerInfo: Added rdd_13_0 in memory on 10.11.115.133:45037 (size: 5.0 KiB, free: 3.6 GiB) -23/09/22 03:14:12 INFO TaskSetManager: Finished task 0.0 in stage 2.0 (TID 5) in 2488 ms on 10.11.115.133 (executor 0) (1/1) -23/09/22 03:14:12 INFO TaskSchedulerImpl: Removed TaskSet 2.0, whose tasks have all completed, from pool 2908305457167067998 -23/09/22 03:14:12 INFO DAGScheduler: ShuffleMapStage 2 ($anonfun$withThreadLocalCaptured$1 at CompletableFuture.java:1604) finished in 2.872 s -23/09/22 03:14:12 INFO DAGScheduler: looking for newly runnable stages -23/09/22 03:14:12 INFO DAGScheduler: running: Set() -23/09/22 03:14:12 INFO DAGScheduler: waiting: Set() -23/09/22 03:14:12 INFO DAGScheduler: failed: Set() -23/09/22 03:14:12 INFO SparkSQLExecutionContext: OpenLineage received Spark event that is configured to be skipped: SparkListenerJobEnd -23/09/22 03:14:12 INFO SparkContext: Starting job: first at Snapshot.scala:238 -23/09/22 03:14:12 INFO DAGScheduler: Got job 2 (first at Snapshot.scala:238) with 1 output partitions -23/09/22 03:14:12 INFO DAGScheduler: Final stage: ResultStage 5 (first at Snapshot.scala:238) -23/09/22 03:14:12 INFO DAGScheduler: Parents of final stage: List(ShuffleMapStage 4) -23/09/22 03:14:12 INFO DAGScheduler: Missing parents: List() -23/09/22 03:14:12 INFO SparkSQLExecutionContext: OpenLineage received Spark event that is configured to be skipped: SparkListenerJobStart -23/09/22 03:14:12 INFO DAGScheduler: Submitting ResultStage 5 (MapPartitionsRDD[18] at first at Snapshot.scala:238), which has no missing parents -23/09/22 03:14:13 INFO DAGScheduler: Jars for session None: Map() -23/09/22 03:14:13 INFO DAGScheduler: Files for session None: Map() -23/09/22 03:14:13 INFO DAGScheduler: Archives for session None: Map() -23/09/22 03:14:13 INFO DAGScheduler: Submitting 1 missing tasks from ResultStage 5 (MapPartitionsRDD[18] at first at Snapshot.scala:238) (first 15 tasks are for partitions Vector(0)) -23/09/22 03:14:13 INFO TaskSchedulerImpl: Adding task set 5.0 with 1 tasks resource profile 0 -23/09/22 03:14:13 INFO FairSchedulableBuilder: Added task set TaskSet_5.0 tasks to pool 2908305457167067998 -23/09/22 03:14:13 INFO TaskSetManager: Starting task 0.0 in stage 5.0 (TID 6) (10.11.115.133, executor 0, partition 0, PROCESS_LOCAL, taskResourceAssignments Map()) -23/09/22 03:14:13 INFO MemoryStore: Block broadcast_7 stored as values in memory (estimated size 363.2 KiB, free 3.3 GiB) -23/09/22 03:14:13 INFO MemoryStore: Block broadcast_7_piece0 stored as bytes in memory (estimated size 104.0 KiB, free 3.3 GiB) -23/09/22 03:14:13 INFO BlockManagerInfo: Added broadcast_7_piece0 in memory on 10.11.115.134:44293 (size: 104.0 KiB, free: 3.3 GiB) -23/09/22 03:14:13 INFO SparkContext: Created broadcast 7 from broadcast at TaskSetManager.scala:622 -23/09/22 03:14:13 INFO BlockManagerInfo: Added broadcast_7_piece0 in memory on 10.11.115.133:45037 (size: 104.0 KiB, free: 3.6 GiB) -23/09/22 03:14:13 INFO MapOutputTrackerMasterEndpoint: Asked to send map output locations for shuffle 1 to 10.11.115.133:57974 -23/09/22 03:14:14 INFO ClusterLoadAvgHelper: Current cluster load: 1, Old Ema: 1.0, New Ema: 1.0 -23/09/22 03:14:15 INFO TaskSetManager: Finished task 0.0 in stage 5.0 (TID 6) in 2487 ms on 10.11.115.133 (executor 0) (1/1) -23/09/22 03:14:15 INFO TaskSchedulerImpl: Removed TaskSet 5.0, whose tasks have all completed, from pool 2908305457167067998 -23/09/22 03:14:15 INFO DAGScheduler: ResultStage 5 (first at Snapshot.scala:238) finished in 2.554 s -23/09/22 03:14:15 INFO DAGScheduler: Job 2 is finished. Cancelling potential speculative or zombie tasks for this job -23/09/22 03:14:15 INFO TaskSchedulerImpl: Killing all running tasks in stage 5: Stage finished -23/09/22 03:14:15 INFO DAGScheduler: Job 2 finished: first at Snapshot.scala:238, took 2.576761 s -23/09/22 03:14:15 INFO CodeGenerator: Code generated in 44.3349 ms -23/09/22 03:14:15 INFO SparkSQLExecutionContext: OpenLineage received Spark event that is configured to be skipped: SparkListenerSQLExecutionEnd -23/09/22 03:14:15 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:14:15 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:14:15 INFO FileSourceStrategy: Pushed Filters: -23/09/22 03:14:15 INFO FileSourceStrategy: Post-Scan Filters: -23/09/22 03:14:15 INFO FileSourceStrategy: Output Data Schema: struct -23/09/22 03:14:15 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:14:15 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:14:16 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:14:16 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:14:16 INFO DeltaParquetFileFormat: Using user defined output committer for Parquet: org.apache.spark.sql.parquet.DirectParquetOutputCommitter -23/09/22 03:14:16 INFO MemoryStore: Block broadcast_8 stored as values in memory (estimated size 405.9 KiB, free 3.3 GiB) -23/09/22 03:14:16 INFO MemoryStore: Block broadcast_8_piece0 stored as bytes in memory (estimated size 14.5 KiB, free 3.3 GiB) -23/09/22 03:14:16 INFO BlockManagerInfo: Added broadcast_8_piece0 in memory on 10.11.115.134:44293 (size: 14.5 KiB, free: 3.3 GiB) -23/09/22 03:14:16 INFO SparkContext: Created broadcast 8 from execute at DeltaInvariantCheckerExec.scala:74 -23/09/22 03:14:16 INFO FileSourceScanExec: Planning scan with bin packing, max split size: 36484162 bytes, max partition size: 36484162, open cost is considered as scanning 4194304 bytes. -23/09/22 03:14:16 INFO ConsoleTransport: {"eventTime":"2023-09-22T03:14:15.962Z","producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunEvent","eventType":"START","run":{"runId":"ee45de3c-b839-4347-92cc-89f766d073c3","facets":{"spark.logicalPlan":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet","plan":[{"class":"org.apache.spark.sql.execution.datasources.LogicalRelation","num-children":0,"relation":null,"output":[[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"household_id","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":75,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"basket_id","dataType":"long","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":76,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"day","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":77,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"product_id","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":78,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"quantity","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":79,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"sales_amount","dataType":"float","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":80,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"store_id","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":81,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"discount_amount","dataType":"float","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":82,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"transaction_time","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":83,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"week_no","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":84,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"coupon_discount","dataType":"float","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":85,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"coupon_discount_match","dataType":"float","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":86,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}]],"isStreaming":false}]},"spark_version":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet","spark-version":"3.3.0","openlineage-spark-version":"1.2.2"},"processing_engine":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-1-0/ProcessingEngineRunFacet.json#/$defs/ProcessingEngineRunFacet","version":"3.3.0","name":"spark","openlineageAdapterVersion":"1.2.2"}}},"job":{"namespace":"adb-5445974573286168.8#default","name":"adb-4679476628690204.4.azuredatabricks.net.scan_csv ","facets":{}},"inputs":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","facets":{"dataSource":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-0-0/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet","name":"wasbs://studio@clororetaildevadls.blob.core.windows.net","uri":"wasbs://studio@clororetaildevadls.blob.core.windows.net"},"schema":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-0-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet","fields":[{"name":"household_id","type":"integer"},{"name":"basket_id","type":"long"},{"name":"day","type":"integer"},{"name":"product_id","type":"integer"},{"name":"quantity","type":"integer"},{"name":"sales_amount","type":"float"},{"name":"store_id","type":"integer"},{"name":"discount_amount","type":"float"},{"name":"transaction_time","type":"integer"},{"name":"week_no","type":"integer"},{"name":"coupon_discount","type":"float"},{"name":"coupon_discount_match","type":"float"}]}},"inputFacets":{}}],"outputs":[]} -23/09/22 03:14:16 INFO SparkContext: Starting job: write at WriteIntoDeltaCommand.scala:70 -23/09/22 03:14:16 INFO DAGScheduler: Got job 3 (write at WriteIntoDeltaCommand.scala:70) with 4 output partitions -23/09/22 03:14:16 INFO DAGScheduler: Final stage: ResultStage 6 (write at WriteIntoDeltaCommand.scala:70) -23/09/22 03:14:16 INFO DAGScheduler: Parents of final stage: List() -23/09/22 03:14:16 INFO DAGScheduler: Missing parents: List() -23/09/22 03:14:16 INFO DAGScheduler: Submitting ResultStage 6 (MapPartitionsRDD[20] at execute at DeltaInvariantCheckerExec.scala:74), which has no missing parents -23/09/22 03:14:16 INFO AzureNativeFileSystemStore: URI scheme: wasbs, using https for connections -23/09/22 03:14:16 INFO NativeAzureFileSystem: Delete with limit configurations: deleteFileCountLimitEnabled=false, deleteFileCountLimit=-1 -23/09/22 03:14:16 INFO DAGScheduler: Jars for session None: Map() -23/09/22 03:14:16 INFO DAGScheduler: Files for session None: Map() -23/09/22 03:14:16 INFO DAGScheduler: Archives for session None: Map() -23/09/22 03:14:16 INFO DAGScheduler: Submitting 4 missing tasks from ResultStage 6 (MapPartitionsRDD[20] at execute at DeltaInvariantCheckerExec.scala:74) (first 15 tasks are for partitions Vector(0, 1, 2, 3)) -23/09/22 03:14:16 INFO TaskSchedulerImpl: Adding task set 6.0 with 4 tasks resource profile 0 -23/09/22 03:14:16 INFO FairSchedulableBuilder: Added task set TaskSet_6.0 tasks to pool 2908305457167067998 -23/09/22 03:14:16 INFO TaskSetManager: Starting task 0.0 in stage 6.0 (TID 7) (10.11.115.133, executor 0, partition 0, PROCESS_LOCAL, taskResourceAssignments Map()) -23/09/22 03:14:16 INFO TaskSetManager: Starting task 1.0 in stage 6.0 (TID 8) (10.11.115.133, executor 0, partition 1, PROCESS_LOCAL, taskResourceAssignments Map()) -23/09/22 03:14:16 INFO TaskSetManager: Starting task 2.0 in stage 6.0 (TID 9) (10.11.115.133, executor 0, partition 2, PROCESS_LOCAL, taskResourceAssignments Map()) -23/09/22 03:14:16 INFO TaskSetManager: Starting task 3.0 in stage 6.0 (TID 10) (10.11.115.133, executor 0, partition 3, PROCESS_LOCAL, taskResourceAssignments Map()) -23/09/22 03:14:16 INFO MemoryStore: Block broadcast_9 stored as values in memory (estimated size 234.0 KiB, free 3.3 GiB) -23/09/22 03:14:16 INFO MemoryStore: Block broadcast_9_piece0 stored as bytes in memory (estimated size 82.5 KiB, free 3.3 GiB) -23/09/22 03:14:16 INFO BlockManagerInfo: Added broadcast_9_piece0 in memory on 10.11.115.134:44293 (size: 82.5 KiB, free: 3.3 GiB) -23/09/22 03:14:16 INFO SparkContext: Created broadcast 9 from broadcast at TaskSetManager.scala:622 -23/09/22 03:14:16 INFO BlockManagerInfo: Added broadcast_9_piece0 in memory on 10.11.115.133:45037 (size: 82.5 KiB, free: 3.6 GiB) -23/09/22 03:14:16 INFO ConsoleTransport: {"eventTime":"2023-09-22T03:14:16.29Z","producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunEvent","eventType":"START","run":{"runId":"ee45de3c-b839-4347-92cc-89f766d073c3","facets":{"spark.logicalPlan":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet","plan":[{"class":"org.apache.spark.sql.execution.datasources.LogicalRelation","num-children":0,"relation":null,"output":[[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"household_id","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":75,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"basket_id","dataType":"long","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":76,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"day","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":77,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"product_id","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":78,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"quantity","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":79,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"sales_amount","dataType":"float","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":80,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"store_id","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":81,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"discount_amount","dataType":"float","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":82,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"transaction_time","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":83,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"week_no","dataType":"integer","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":84,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"coupon_discount","dataType":"float","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":85,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}],[{"class":"org.apache.spark.sql.catalyst.expressions.AttributeReference","num-children":0,"name":"coupon_discount_match","dataType":"float","nullable":true,"metadata":{},"exprId":{"product-class":"org.apache.spark.sql.catalyst.expressions.ExprId","id":86,"jvmId":"cf1b65cb-72d4-4826-9aa0-ea3aa307592f"},"qualifier":[]}]],"isStreaming":false}]},"spark_version":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet","spark-version":"3.3.0","openlineage-spark-version":"1.2.2"},"spark_properties":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet","properties":{"spark.master":"spark://10.11.115.134:7077","spark.app.name":"Databricks Shell"}},"processing_engine":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-1-0/ProcessingEngineRunFacet.json#/$defs/ProcessingEngineRunFacet","version":"3.3.0","name":"spark","openlineageAdapterVersion":"1.2.2"},"environment-properties":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet","environment-properties":{"spark.databricks.clusterUsageTags.clusterName":"jason.yip@tredence.com's Cluster","spark.databricks.clusterUsageTags.azureSubscriptionId":"a4f54399-8db8-4849-adcc-a42aed1fb97f","spark.databricks.notebook.path":"/Repos/jason.yip@tredence.com/segmentation/01_Data Prep","mountPoints":[{"mountPoint":"/databricks-datasets","source":"databricks-datasets"},{"mountPoint":"/Volumes","source":"UnityCatalogVolumes"},{"mountPoint":"/databricks/mlflow-tracking","source":"databricks/mlflow-tracking"},{"mountPoint":"/databricks-results","source":"databricks-results"},{"mountPoint":"/databricks/mlflow-registry","source":"databricks/mlflow-registry"},{"mountPoint":"/Volume","source":"DbfsReserved"},{"mountPoint":"/volumes","source":"DbfsReserved"},{"mountPoint":"/","source":"DatabricksRoot"},{"mountPoint":"/volume","source":"DbfsReserved"}],"spark.databricks.clusterUsageTags.clusterAllTags":"[{\"key\":\"Vendor\",\"value\":\"Databricks\"},{\"key\":\"Creator\",\"value\":\"jason.yip@tredence.com\"},{\"key\":\"ClusterName\",\"value\":\"jason.yip@tredence.com's Cluster\"},{\"key\":\"ClusterId\",\"value\":\"0808-055325-43kdx9a4\"},{\"key\":\"Environment\",\"value\":\"POC\"},{\"key\":\"Project\",\"value\":\"SI\"},{\"key\":\"DatabricksEnvironment\",\"value\":\"workerenv-4679476628690204\"}]","spark.databricks.clusterUsageTags.clusterOwnerOrgId":"4679476628690204","user":"jason.yip@tredence.com","userId":"4768657035718622","orgId":"4679476628690204"}}}},"job":{"namespace":"adb-5445974573286168.8#default","name":"adb-4679476628690204.4.azuredatabricks.net.scan_csv ","facets":{}},"inputs":[{"namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net","name":"/examples/data/csv/completejourney/transaction_data.csv","facets":{"dataSource":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-0-0/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet","name":"wasbs://studio@clororetaildevadls.blob.core.windows.net","uri":"wasbs://studio@clororetaildevadls.blob.core.windows.net"},"schema":{"_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.2.2/integration/spark","_schemaURL":"https://openlineage.io/spec/facets/1-0-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet","fields":[{"name":"household_id","type":"integer"},{"name":"basket_id","type":"long"},{"name":"day","type":"integer"},{"name":"product_id","type":"integer"},{"name":"quantity","type":"integer"},{"name":"sales_amount","type":"float"},{"name":"store_id","type":"integer"},{"name":"discount_amount","type":"float"},{"name":"transaction_time","type":"integer"},{"name":"week_no","type":"integer"},{"name":"coupon_discount","type":"float"},{"name":"coupon_discount_match","type":"float"}]}},"inputFacets":{}}],"outputs":[]} -23/09/22 03:14:16 INFO BlockManagerInfo: Added broadcast_8_piece0 in memory on 10.11.115.133:45037 (size: 14.5 KiB, free: 3.6 GiB) -23/09/22 03:14:17 INFO ClusterLoadAvgHelper: Current cluster load: 1, Old Ema: 1.0, New Ema: 1.0 -23/09/22 03:14:20 INFO ClusterLoadAvgHelper: Current cluster load: 1, Old Ema: 1.0, New Ema: 1.0 -23/09/22 03:14:23 INFO ClusterLoadAvgHelper: Current cluster load: 1, Old Ema: 1.0, New Ema: 1.0 -23/09/22 03:14:24 INFO TaskSetManager: Finished task 3.0 in stage 6.0 (TID 10) in 8029 ms on 10.11.115.133 (executor 0) (1/4) -23/09/22 03:14:24 INFO TaskSetManager: Finished task 1.0 in stage 6.0 (TID 8) in 8458 ms on 10.11.115.133 (executor 0) (2/4) diff --git a/html/files/C01CK9T7HKR/F05TR87P1JB.jpg b/html/files/C01CK9T7HKR/F05TR87P1JB.jpg deleted file mode 100644 index 06c3bd0..0000000 Binary files a/html/files/C01CK9T7HKR/F05TR87P1JB.jpg and /dev/null differ diff --git a/html/files/C01CK9T7HKR/F05TR9U0V9V.jpg b/html/files/C01CK9T7HKR/F05TR9U0V9V.jpg deleted file mode 100644 index 2473898..0000000 Binary files a/html/files/C01CK9T7HKR/F05TR9U0V9V.jpg and /dev/null differ diff --git a/html/files/C01CK9T7HKR/F05TZ52T18W.jpg b/html/files/C01CK9T7HKR/F05TZ52T18W.jpg deleted file mode 100644 index 3f61a69..0000000 Binary files a/html/files/C01CK9T7HKR/F05TZ52T18W.jpg and /dev/null differ diff --git a/html/files/C01CK9T7HKR/F05TZ6P1FD4.jpg b/html/files/C01CK9T7HKR/F05TZ6P1FD4.jpg deleted file mode 100644 index 6ea3d8a..0000000 Binary files a/html/files/C01CK9T7HKR/F05TZ6P1FD4.jpg and /dev/null differ diff --git a/html/files/C01CK9T7HKR/F05U39M0MPX.jpg b/html/files/C01CK9T7HKR/F05U39M0MPX.jpg deleted file mode 100644 index 58eb3f2..0000000 Binary files a/html/files/C01CK9T7HKR/F05U39M0MPX.jpg and /dev/null differ diff --git a/html/files/C01CK9T7HKR/F05U5RQUTJ6.jpg b/html/files/C01CK9T7HKR/F05U5RQUTJ6.jpg deleted file mode 100644 index a65edf2..0000000 Binary files a/html/files/C01CK9T7HKR/F05U5RQUTJ6.jpg and /dev/null differ diff --git a/html/files/C01CK9T7HKR/F05U6445VM1.jpg b/html/files/C01CK9T7HKR/F05U6445VM1.jpg deleted file mode 100644 index 8be6e13..0000000 Binary files a/html/files/C01CK9T7HKR/F05U6445VM1.jpg and /dev/null differ diff --git a/html/files/C01CK9T7HKR/F05U673KN1G.jpg b/html/files/C01CK9T7HKR/F05U673KN1G.jpg deleted file mode 100644 index 0f0b67c..0000000 Binary files a/html/files/C01CK9T7HKR/F05U673KN1G.jpg and /dev/null differ diff --git a/html/files/C01CK9T7HKR/F05V8FALBL7 b/html/files/C01CK9T7HKR/F05V8FALBL7 deleted file mode 100644 index bd6ed9c..0000000 --- a/html/files/C01CK9T7HKR/F05V8FALBL7 +++ /dev/null @@ -1,197 +0,0 @@ -23/10/09 03:53:29 INFO InMemoryFileIndex: Start listing leaf files and directories. Size of Paths: 1; threshold: 32 -23/10/09 03:53:29 INFO InMemoryFileIndex: Start listing leaf files and directories. Size of Paths: 0; threshold: 32 -23/10/09 03:53:29 INFO InMemoryFileIndex: It took 18 ms to list leaf files for 1 paths. -23/10/09 03:53:29 INFO InMemoryFileIndex: Start listing leaf files and directories. Size of Paths: 1; threshold: 32 -23/10/09 03:53:29 INFO InMemoryFileIndex: Start listing leaf files and directories. Size of Paths: 0; threshold: 32 -23/10/09 03:53:29 INFO InMemoryFileIndex: It took 18 ms to list leaf files for 1 paths. -23/10/09 03:53:29 INFO ClusterLoadMonitor: Added query with execution ID:15. Current active queries:1 -23/10/09 03:53:29 INFO FileSourceStrategy: Pushed Filters: -23/10/09 03:53:29 INFO FileSourceStrategy: Post-Scan Filters: (length(trim(value#135, None)) > 0) -23/10/09 03:53:29 INFO MemoryStore: Block broadcast_19 stored as values in memory (estimated size 411.3 KiB, free 3.3 GiB) -23/10/09 03:53:29 INFO MemoryStore: Block broadcast_19_piece0 stored as bytes in memory (estimated size 14.4 KiB, free 3.3 GiB) -23/10/09 03:53:29 INFO BlockManagerInfo: Added broadcast_19_piece0 in memory on 10.139.64.10:41051 (size: 14.4 KiB, free: 3.3 GiB) -23/10/09 03:53:29 INFO SparkContext: Created broadcast 19 from load at NativeMethodAccessorImpl.java:0 -23/10/09 03:53:29 INFO FileSourceScanExec: Planning scan with bin packing, max split size: 4194304 bytes, max partition size: 4194304, open cost is considered as scanning 4194304 bytes. -23/10/09 03:53:29 INFO SparkContext: Starting job: load at NativeMethodAccessorImpl.java:0 -23/10/09 03:53:29 INFO DAGScheduler: Got job 10 (load at NativeMethodAccessorImpl.java:0) with 1 output partitions -23/10/09 03:53:29 INFO DAGScheduler: Final stage: ResultStage 12 (load at NativeMethodAccessorImpl.java:0) -23/10/09 03:53:29 INFO DAGScheduler: Parents of final stage: List() -23/10/09 03:53:29 INFO DAGScheduler: Missing parents: List() -23/10/09 03:53:29 INFO DAGScheduler: Submitting ResultStage 12 (MapPartitionsRDD[46] at load at NativeMethodAccessorImpl.java:0), which has no missing parents -23/10/09 03:53:29 INFO SparkSQLExecutionContext: OpenLineage received Spark event that is configured to be skipped: SparkListenerSQLExecutionStart -23/10/09 03:53:29 INFO SparkSQLExecutionContext: OpenLineage received Spark event that is configured to be skipped: SparkListenerJobStart -23/10/09 03:53:29 INFO DAGScheduler: Submitting 1 missing tasks from ResultStage 12 (MapPartitionsRDD[46] at load at NativeMethodAccessorImpl.java:0) (first 15 tasks are for partitions Vector(0)) -23/10/09 03:53:29 INFO TaskSchedulerImpl: Adding task set 12.0 with 1 tasks resource profile 0 -23/10/09 03:53:29 INFO TaskSetManager: TaskSet 12.0 using PreferredLocationsV1 -23/10/09 03:53:29 WARN FairSchedulableBuilder: A job was submitted with scheduler pool 1239554428518675957, which has not been configured. This can happen when the file that pools are read from isn't set, or when that file doesn't contain 1239554428518675957. Created 1239554428518675957 with default configuration (schedulingMode: FIFO, minShare: 0, weight: 1) -23/10/09 03:53:29 INFO FairSchedulableBuilder: Added task set TaskSet_12.0 tasks to pool 1239554428518675957 -23/10/09 03:53:29 INFO TaskSetManager: Starting task 0.0 in stage 12.0 (TID 10) (10.139.64.10, executor driver, partition 0, PROCESS_LOCAL, -23/10/09 03:53:29 INFO MemoryStore: Block broadcast_20 stored as values in memory (estimated size 131.7 KiB, free 3.3 GiB) -23/10/09 03:53:29 INFO MemoryStore: Block broadcast_20_piece0 stored as bytes in memory (estimated size 38.7 KiB, free 3.3 GiB) -23/10/09 03:53:29 INFO BlockManagerInfo: Added broadcast_20_piece0 in memory on 10.139.64.10:41051 (size: 38.7 KiB, free: 3.3 GiB) -23/10/09 03:53:29 INFO SparkContext: Created broadcast 20 from broadcast at TaskSetManager.scala:711 -23/10/09 03:53:29 INFO Executor: Running task 0.0 in stage 12.0 (TID 10) -23/10/09 03:53:29 INFO FileScanRDD: Reading File path: dbfs:/FileStore/babynames.csv, range: 0-278154, partition values: [empty row], modificationTime: 1696823414000. -23/10/09 03:53:29 INFO Executor: Finished task 0.0 in stage 12.0 (TID 10). 3413 bytes result sent to driver -23/10/09 03:53:29 INFO TaskSetManager: Finished task 0.0 in stage 12.0 (TID 10) in 55 ms on 10.139.64.10 (executor driver) (1/1) -23/10/09 03:53:29 INFO TaskSchedulerImpl: Removed TaskSet 12.0, whose tasks have all completed, from pool 1239554428518675957 -23/10/09 03:53:29 INFO DAGScheduler: ResultStage 12 (load at NativeMethodAccessorImpl.java:0) finished in 0.060 s -23/10/09 03:53:29 INFO DAGScheduler: Job 10 is finished. Cancelling potential speculative or zombie tasks for this job -23/10/09 03:53:29 INFO TaskSchedulerImpl: Killing all running tasks in stage 12: Stage finished -23/10/09 03:53:29 INFO DAGScheduler: Job 10 finished: load at NativeMethodAccessorImpl.java:0, took 0.065550 s -23/10/09 03:53:29 INFO SparkSQLExecutionContext: OpenLineage received Spark event that is configured to be skipped: SparkListenerJobEnd -23/10/09 03:53:30 INFO ClusterLoadMonitor: Removed query with execution ID:15. Current active queries:0 -23/10/09 03:53:30 INFO SparkSQLExecutionContext: OpenLineage received Spark event that is configured to be skipped: SparkListenerSQLExecutionEnd -23/10/09 03:53:30 INFO QueryProfileListener: Query profile sent to logger, seq number: 15, app id: local-1696821525950 -23/10/09 03:53:30 INFO FileSourceStrategy: Pushed Filters: -23/10/09 03:53:30 INFO FileSourceStrategy: Post-Scan Filters: -23/10/09 03:53:30 INFO MemoryStore: Block broadcast_21 stored as values in memory (estimated size 411.3 KiB, free 3.3 GiB) -23/10/09 03:53:30 INFO MemoryStore: Block broadcast_21_piece0 stored as bytes in memory (estimated size 14.4 KiB, free 3.3 GiB) -23/10/09 03:53:30 INFO BlockManagerInfo: Added broadcast_21_piece0 in memory on 10.139.64.10:41051 (size: 14.4 KiB, free: 3.3 GiB) -23/10/09 03:53:30 INFO SparkContext: Created broadcast 21 from load at NativeMethodAccessorImpl.java:0 -23/10/09 03:53:30 INFO FileSourceScanExec: Planning scan with bin packing, max split size: 4194304 bytes, max partition size: 4194304, open cost is considered as scanning 4194304 bytes. -23/10/09 03:53:30 INFO SparkContext: Starting job: load at NativeMethodAccessorImpl.java:0 -23/10/09 03:53:30 INFO DAGScheduler: Got job 11 (load at NativeMethodAccessorImpl.java:0) with 1 output partitions -23/10/09 03:53:30 INFO DAGScheduler: Final stage: ResultStage 13 (load at NativeMethodAccessorImpl.java:0) -23/10/09 03:53:30 INFO DAGScheduler: Parents of final stage: List() -23/10/09 03:53:30 INFO DAGScheduler: Missing parents: List() -23/10/09 03:53:30 INFO DAGScheduler: Submitting ResultStage 13 (MapPartitionsRDD[52] at load at NativeMethodAccessorImpl.java:0), which has no missing parents -23/10/09 03:53:30 INFO DAGScheduler: Submitting 1 missing tasks from ResultStage 13 (MapPartitionsRDD[52] at load at NativeMethodAccessorImpl.java:0) (first 15 tasks are for partitions Vector(0)) -23/10/09 03:53:30 INFO TaskSchedulerImpl: Adding task set 13.0 with 1 tasks resource profile 0 -23/10/09 03:53:30 INFO TaskSetManager: TaskSet 13.0 using PreferredLocationsV1 -23/10/09 03:53:30 INFO FairSchedulableBuilder: Added task set TaskSet_13.0 tasks to pool 1239554428518675957 -23/10/09 03:53:30 INFO TaskSetManager: Starting task 0.0 in stage 13.0 (TID 11) (10.139.64.10, executor driver, partition 0, PROCESS_LOCAL, -23/10/09 03:53:30 INFO MemoryStore: Block broadcast_22 stored as values in memory (estimated size 158.0 KiB, free 3.3 GiB) -23/10/09 03:53:30 INFO MemoryStore: Block broadcast_22_piece0 stored as bytes in memory (estimated size 52.1 KiB, free 3.3 GiB) -23/10/09 03:53:30 INFO RddExecutionContext: Config field is not HadoopMapRedWriteConfigUtil or HadoopMapReduceWriteConfigUtil, it's org.apache.spark.rdd.RDD$$Lambda$7387/139829442 -23/10/09 03:53:30 INFO RddExecutionContext: Found job conf from RDD Configuration: core-default.xml, core-site.xml, mapred-default.xml, mapred-site.xml, yarn-default.xml, yarn-site.xml, hdfs-default.xml, hdfs-rbf-default.xml, hdfs-site.xml, hdfs-rbf-site.xml -23/10/09 03:53:30 INFO BlockManagerInfo: Added broadcast_22_piece0 in memory on 10.139.64.10:41051 (size: 52.1 KiB, free: 3.3 GiB) -23/10/09 03:53:30 INFO RddExecutionContext: Found output path null from RDD MapPartitionsRDD[52] at load at NativeMethodAccessorImpl.java:0 -23/10/09 03:53:30 INFO RddExecutionContext: RDDs are empty: skipping sending OpenLineage event -23/10/09 03:53:30 INFO SparkContext: Created broadcast 22 from broadcast at TaskSetManager.scala:711 -23/10/09 03:53:30 INFO Executor: Running task 0.0 in stage 13.0 (TID 11) -23/10/09 03:53:30 WARN SQLConf: The SQL config 'spark.sql.hive.convertCTAS' has been deprecated in Spark v3.1 and may be removed in the future. Set 'spark.sql.legacy.createHiveTableByDefault' to false instead. -23/10/09 03:53:30 INFO FileScanRDD: Reading File path: dbfs:/FileStore/babynames.csv, range: 0-278154, partition values: [empty row], modificationTime: 1696823414000. -23/10/09 03:53:30 INFO Executor: Finished task 0.0 in stage 13.0 (TID 11). 3237 bytes result sent to driver -23/10/09 03:53:30 INFO TaskSetManager: Finished task 0.0 in stage 13.0 (TID 11) in 68 ms on 10.139.64.10 (executor driver) (1/1) -23/10/09 03:53:30 INFO TaskSchedulerImpl: Removed TaskSet 13.0, whose tasks have all completed, from pool 1239554428518675957 -23/10/09 03:53:30 INFO DAGScheduler: ResultStage 13 (load at NativeMethodAccessorImpl.java:0) finished in 0.086 s -23/10/09 03:53:30 INFO DAGScheduler: Job 11 is finished. Cancelling potential speculative or zombie tasks for this job -23/10/09 03:53:30 INFO TaskSchedulerImpl: Killing all running tasks in stage 13: Stage finished -23/10/09 03:53:30 INFO DAGScheduler: Job 11 finished: load at NativeMethodAccessorImpl.java:0, took 0.091253 s -23/10/09 03:53:30 INFO RddExecutionContext: RDDs are empty: skipping sending OpenLineage event -23/10/09 03:53:30 INFO ClusterLoadMonitor: Added query with execution ID:16. Current active queries:1 -23/10/09 03:53:30 INFO ClusterLoadMonitor: Removed query with execution ID:16. Current active queries:0 -23/10/09 03:53:30 INFO SparkSQLExecutionContext: OpenLineage received Spark event that is configured to be skipped: SparkListenerSQLExecutionStart -23/10/09 03:53:30 INFO QueryProfileListener: Query profile sent to logger, seq number: 16, app id: local-1696821525950 -23/10/09 03:53:30 INFO SparkSQLExecutionContext: OpenLineage received Spark event that is configured to be skipped: SparkListenerSQLExecutionEnd -23/10/09 03:53:30 INFO FileSourceStrategy: Pushed Filters: -23/10/09 03:53:30 INFO FileSourceStrategy: Post-Scan Filters: -23/10/09 03:53:30 INFO HashAggregateExec: spark.sql.codegen.aggregate.map.twolevel.enabled is set to true, but current version of codegened fast hashmap does not support this aggregate. -23/10/09 03:53:30 INFO MemoryStore: Block broadcast_23 stored as values in memory (estimated size 410.7 KiB, free 3.3 GiB) -23/10/09 03:53:30 INFO MemoryStore: Block broadcast_23_piece0 stored as bytes in memory (estimated size 14.4 KiB, free 3.3 GiB) -23/10/09 03:53:30 INFO BlockManagerInfo: Added broadcast_23_piece0 in memory on 10.139.64.10:41051 (size: 14.4 KiB, free: 3.3 GiB) -23/10/09 03:53:30 INFO SparkContext: Created broadcast 23 from $anonfun$withThreadLocalCaptured$5 at LexicalThreadLocal.scala:63 -23/10/09 03:53:30 INFO FileSourceScanExec: Planning scan with bin packing, max split size: 4194304 bytes, max partition size: 4194304, open cost is considered as scanning 4194304 bytes. -23/10/09 03:53:30 INFO DAGScheduler: Registering RDD 56 ($anonfun$withThreadLocalCaptured$5 at LexicalThreadLocal.scala:63) as input to shuffle 2 -23/10/09 03:53:30 INFO DAGScheduler: Got map stage job 12 ($anonfun$withThreadLocalCaptured$5 at LexicalThreadLocal.scala:63) with 1 output partitions -23/10/09 03:53:30 INFO DAGScheduler: Final stage: ShuffleMapStage 14 ($anonfun$withThreadLocalCaptured$5 at LexicalThreadLocal.scala:63) -23/10/09 03:53:30 INFO DAGScheduler: Parents of final stage: List() -23/10/09 03:53:30 INFO DAGScheduler: Missing parents: List() -23/10/09 03:53:30 INFO DAGScheduler: Submitting ShuffleMapStage 14 (MapPartitionsRDD[56] at $anonfun$withThreadLocalCaptured$5 at LexicalThreadLocal.scala:63), which has no missing parents -23/10/09 03:53:30 INFO DAGScheduler: Submitting 1 missing tasks from ShuffleMapStage 14 (MapPartitionsRDD[56] at $anonfun$withThreadLocalCaptured$5 at LexicalThreadLocal.scala:63) (first 15 tasks are for partitions Vector(0)) -23/10/09 03:53:30 INFO TaskSchedulerImpl: Adding task set 14.0 with 1 tasks resource profile 0 -23/10/09 03:53:30 INFO TaskSetManager: TaskSet 14.0 using PreferredLocationsV1 -23/10/09 03:53:30 INFO FairSchedulableBuilder: Added task set TaskSet_14.0 tasks to pool 1239554428518675957 -23/10/09 03:53:30 INFO TaskSetManager: Starting task 0.0 in stage 14.0 (TID 12) (10.139.64.10, executor driver, partition 0, PROCESS_LOCAL, -23/10/09 03:53:30 INFO MemoryStore: Block broadcast_24 stored as values in memory (estimated size 91.5 KiB, free 3.3 GiB) -23/10/09 03:53:30 INFO MemoryStore: Block broadcast_24_piece0 stored as bytes in memory (estimated size 37.1 KiB, free 3.3 GiB) -23/10/09 03:53:30 INFO BlockManagerInfo: Added broadcast_24_piece0 in memory on 10.139.64.10:41051 (size: 37.1 KiB, free: 3.3 GiB) -23/10/09 03:53:30 INFO SparkContext: Created broadcast 24 from broadcast at TaskSetManager.scala:711 -23/10/09 03:53:30 INFO Executor: Running task 0.0 in stage 14.0 (TID 12) -23/10/09 03:53:30 INFO RddExecutionContext: Found output path null from RDD MapPartitionsRDD[56] at $anonfun$withThreadLocalCaptured$5 at LexicalThreadLocal.scala:63 -23/10/09 03:53:30 INFO RddExecutionContext: RDDs are empty: skipping sending OpenLineage event -23/10/09 03:53:30 INFO FileScanRDD: Reading File path: dbfs:/FileStore/babynames.csv, range: 0-278154, partition values: [empty row], modificationTime: 1696823414000. -23/10/09 03:53:30 INFO Executor: Finished task 0.0 in stage 14.0 (TID 12). 3926 bytes result sent to driver -23/10/09 03:53:30 INFO TaskSetManager: Finished task 0.0 in stage 14.0 (TID 12) in 82 ms on 10.139.64.10 (executor driver) (1/1) -23/10/09 03:53:30 INFO TaskSchedulerImpl: Removed TaskSet 14.0, whose tasks have all completed, from pool 1239554428518675957 -23/10/09 03:53:30 INFO DAGScheduler: ShuffleMapStage 14 ($anonfun$withThreadLocalCaptured$5 at LexicalThreadLocal.scala:63) finished in 0.086 s -23/10/09 03:53:30 INFO DAGScheduler: looking for newly runnable stages -23/10/09 03:53:30 INFO DAGScheduler: running: Set() -23/10/09 03:53:30 INFO DAGScheduler: waiting: Set() -23/10/09 03:53:30 INFO DAGScheduler: failed: Set() -23/10/09 03:53:30 INFO RddExecutionContext: RDDs are empty: skipping sending OpenLineage event -23/10/09 03:53:30 INFO ShufflePartitionsUtil: For shuffle(2), advisory target size: 67108864, actual target size 1048576, minimum partition size: 1048576 -23/10/09 03:53:30 INFO HashAggregateExec: spark.sql.codegen.aggregate.map.twolevel.enabled is set to true, but current version of codegened fast hashmap does not support this aggregate. -23/10/09 03:53:30 INFO SparkContext: Starting job: wrapper at /root/.ipykernel/2070/command-2627471680180925-2004223455:3 -23/10/09 03:53:30 INFO DAGScheduler: Got job 13 (wrapper at /root/.ipykernel/2070/command-2627471680180925-2004223455:3) with 1 output partitions -23/10/09 03:53:30 INFO DAGScheduler: Final stage: ResultStage 16 (wrapper at /root/.ipykernel/2070/command-2627471680180925-2004223455:3) -23/10/09 03:53:30 INFO DAGScheduler: Parents of final stage: List(ShuffleMapStage 15) -23/10/09 03:53:30 INFO DAGScheduler: Missing parents: List() -23/10/09 03:53:30 INFO DAGScheduler: Submitting ResultStage 16 (PythonRDD[62] at wrapper at /root/.ipykernel/2070/command-2627471680180925-2004223455:3), which has no missing parents -23/10/09 03:53:30 INFO DAGScheduler: Submitting 1 missing tasks from ResultStage 16 (PythonRDD[62] at wrapper at /root/.ipykernel/2070/command-2627471680180925-2004223455:3) (first 15 tasks are for partitions Vector(0)) -23/10/09 03:53:30 INFO TaskSchedulerImpl: Adding task set 16.0 with 1 tasks resource profile 0 -23/10/09 03:53:30 INFO TaskSetManager: TaskSet 16.0 using PreferredLocationsV1 -23/10/09 03:53:30 INFO FairSchedulableBuilder: Added task set TaskSet_16.0 tasks to pool 1239554428518675957 -23/10/09 03:53:30 INFO TaskSetManager: Starting task 0.0 in stage 16.0 (TID 13) (10.139.64.10, executor driver, partition 0, PROCESS_LOCAL, -23/10/09 03:53:30 INFO MemoryStore: Block broadcast_25 stored as values in memory (estimated size 111.8 KiB, free 3.3 GiB) -23/10/09 03:53:30 INFO MemoryStore: Block broadcast_25_piece0 stored as bytes in memory (estimated size 49.0 KiB, free 3.3 GiB) -23/10/09 03:53:30 INFO BlockManagerInfo: Added broadcast_25_piece0 in memory on 10.139.64.10:41051 (size: 49.0 KiB, free: 3.3 GiB) -23/10/09 03:53:30 INFO SparkContext: Created broadcast 25 from broadcast at TaskSetManager.scala:711 -23/10/09 03:53:30 INFO Executor: Running task 0.0 in stage 16.0 (TID 13) -23/10/09 03:53:30 INFO RddExecutionContext: Config field is not HadoopMapRedWriteConfigUtil or HadoopMapReduceWriteConfigUtil, it's org.apache.spark.api.python.PythonRDD -23/10/09 03:53:30 INFO RddExecutionContext: Found job conf from RDD Configuration: core-default.xml, core-site.xml, mapred-default.xml, mapred-site.xml, yarn-default.xml, yarn-site.xml, hdfs-default.xml, hdfs-rbf-default.xml, hdfs-site.xml, hdfs-rbf-site.xml -23/10/09 03:53:30 INFO RddExecutionContext: Found output path null from RDD PythonRDD[62] at wrapper at /root/.ipykernel/2070/command-2627471680180925-2004223455:3 -23/10/09 03:53:30 INFO RddExecutionContext: RDDs are empty: skipping sending OpenLineage event -23/10/09 03:53:30 WARN SQLConf: The SQL config 'spark.sql.hive.convertCTAS' has been deprecated in Spark v3.1 and may be removed in the future. Set 'spark.sql.legacy.createHiveTableByDefault' to false instead. -23/10/09 03:53:30 INFO ShuffleBlockFetcherIterator: Getting 14 (840.0 B) non-empty blocks including 14 (840.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) push-merged-local and 0 (0.0 B) remote blocks -23/10/09 03:53:30 INFO ShuffleBlockFetcherIterator: Started 0 remote fetches in 0 ms -23/10/09 03:53:30 INFO PythonRunner: Times: total = 99, boot = 51, init = 10, finish = 38 -23/10/09 03:53:30 INFO Executor: Finished task 0.0 in stage 16.0 (TID 13). 3412 bytes result sent to driver -23/10/09 03:53:30 INFO TaskSetManager: Finished task 0.0 in stage 16.0 (TID 13) in 137 ms on 10.139.64.10 (executor driver) (1/1) -23/10/09 03:53:30 INFO TaskSchedulerImpl: Removed TaskSet 16.0, whose tasks have all completed, from pool 1239554428518675957 -23/10/09 03:53:30 INFO DAGScheduler: ResultStage 16 (wrapper at /root/.ipykernel/2070/command-2627471680180925-2004223455:3) finished in 0.142 s -23/10/09 03:53:30 INFO DAGScheduler: Job 13 is finished. Cancelling potential speculative or zombie tasks for this job -23/10/09 03:53:30 INFO TaskSchedulerImpl: Killing all running tasks in stage 16: Stage finished -23/10/09 03:53:30 INFO DAGScheduler: Job 13 finished: wrapper at /root/.ipykernel/2070/command-2627471680180925-2004223455:3, took 0.148639 s -23/10/09 03:53:30 INFO RddExecutionContext: RDDs are empty: skipping sending OpenLineage event -23/10/09 03:53:30 INFO ClusterLoadMonitor: Added query with execution ID:17. Current active queries:1 -23/10/09 03:53:30 INFO FileSourceStrategy: Pushed Filters: IsNotNull(Year),EqualTo(Year,2014) -23/10/09 03:53:30 INFO FileSourceStrategy: Post-Scan Filters: isnotnull(Year#152),(Year#152 = 2014) -23/10/09 03:53:30 INFO MemoryStore: Block broadcast_26 stored as values in memory (estimated size 410.7 KiB, free 3.3 GiB) -23/10/09 03:53:30 INFO MemoryStore: Block broadcast_26_piece0 stored as bytes in memory (estimated size 14.4 KiB, free 3.3 GiB) -23/10/09 03:53:30 INFO BlockManagerInfo: Added broadcast_26_piece0 in memory on 10.139.64.10:41051 (size: 14.4 KiB, free: 3.3 GiB) -23/10/09 03:53:30 INFO SparkContext: Created broadcast 26 from collectResult at OutputAggregator.scala:267 -23/10/09 03:53:30 INFO FileSourceScanExec: Planning scan with bin packing, max split size: 4194304 bytes, max partition size: 4194304, open cost is considered as scanning 4194304 bytes. -23/10/09 03:53:30 INFO SparkContext: Starting job: collectResult at OutputAggregator.scala:267 -23/10/09 03:53:30 INFO DAGScheduler: Got job 14 (collectResult at OutputAggregator.scala:267) with 1 output partitions -23/10/09 03:53:30 INFO DAGScheduler: Final stage: ResultStage 17 (collectResult at OutputAggregator.scala:267) -23/10/09 03:53:30 INFO DAGScheduler: Parents of final stage: List() -23/10/09 03:53:30 INFO DAGScheduler: Missing parents: List() -23/10/09 03:53:30 INFO DAGScheduler: Submitting ResultStage 17 (MapPartitionsRDD[65] at collectResult at OutputAggregator.scala:267), which has no missing parents -23/10/09 03:53:30 INFO DAGScheduler: Submitting 1 missing tasks from ResultStage 17 (MapPartitionsRDD[65] at collectResult at OutputAggregator.scala:267) (first 15 tasks are for partitions Vector(0)) -23/10/09 03:53:30 INFO TaskSchedulerImpl: Adding task set 17.0 with 1 tasks resource profile 0 -23/10/09 03:53:30 INFO TaskSetManager: TaskSet 17.0 using PreferredLocationsV1 -23/10/09 03:53:30 INFO FairSchedulableBuilder: Added task set TaskSet_17.0 tasks to pool 1239554428518675957 -23/10/09 03:53:30 INFO TaskSetManager: Starting task 0.0 in stage 17.0 (TID 14) (10.139.64.10, executor driver, partition 0, PROCESS_LOCAL, -23/10/09 03:53:30 INFO MemoryStore: Block broadcast_27 stored as values in memory (estimated size 135.4 KiB, free 3.3 GiB) -23/10/09 03:53:30 INFO SparkSQLExecutionContext: OpenLineage received Spark event that is configured to be skipped: SparkListenerSQLExecutionStart -23/10/09 03:53:30 INFO SparkSQLExecutionContext: OpenLineage received Spark event that is configured to be skipped: SparkListenerJobStart -23/10/09 03:53:30 INFO MemoryStore: Block broadcast_27_piece0 stored as bytes in memory (estimated size 40.3 KiB, free 3.3 GiB) -23/10/09 03:53:30 INFO BlockManagerInfo: Added broadcast_27_piece0 in memory on 10.139.64.10:41051 (size: 40.3 KiB, free: 3.3 GiB) -23/10/09 03:53:30 INFO SparkContext: Created broadcast 27 from broadcast at TaskSetManager.scala:711 -23/10/09 03:53:30 INFO Executor: Running task 0.0 in stage 17.0 (TID 14) -23/10/09 03:53:30 INFO FileScanRDD: Reading File path: dbfs:/FileStore/babynames.csv, range: 0-278154, partition values: [empty row], modificationTime: 1696823414000. -23/10/09 03:53:30 INFO Executor: Finished task 0.0 in stage 17.0 (TID 14). 36219 bytes result sent to driver -23/10/09 03:53:30 INFO TaskSetManager: Finished task 0.0 in stage 17.0 (TID 14) in 58 ms on 10.139.64.10 (executor driver) (1/1) -23/10/09 03:53:30 INFO TaskSchedulerImpl: Removed TaskSet 17.0, whose tasks have all completed, from pool 1239554428518675957 -23/10/09 03:53:30 INFO DAGScheduler: ResultStage 17 (collectResult at OutputAggregator.scala:267) finished in 0.063 s -23/10/09 03:53:30 INFO DAGScheduler: Job 14 is finished. Cancelling potential speculative or zombie tasks for this job -23/10/09 03:53:30 INFO TaskSchedulerImpl: Killing all running tasks in stage 17: Stage finished -23/10/09 03:53:30 INFO SparkSQLExecutionContext: OpenLineage received Spark event that is configured to be skipped: SparkListenerJobEnd -23/10/09 03:53:30 INFO DAGScheduler: Job 14 finished: collectResult at OutputAggregator.scala:267, took 0.071653 s -23/10/09 03:53:30 INFO ClusterLoadMonitor: Removed query with execution ID:17. Current active queries:0 -23/10/09 03:53:30 INFO QueryProfileListener: Query profile sent to logger, seq number: 17, app id: local-1696821525950 -23/10/09 03:53:30 INFO SparkSQLExecutionContext: OpenLineage received Spark event that is configured to be skipped: SparkListenerSQLExecutionEnd -23/10/09 03:53:30 INFO ProgressReporter$: Removed result fetcher for 1239554428518675957_5649797394450581660_69e5ef0f22794594ab0d05a411e35e19 -23/10/09 03:53:30 INFO PresignedUrlClientUtils$: Successfully upload file to ADLGen2 using create, append and flush to url: https://dbstoragekvew6l5xkyj2c.dfs.core.windows.net/jobs/3942203504488904/command-results/2627471680180925/8b067875-71c2-4aa6-bdad-8ad2226eb487 \ No newline at end of file diff --git a/html/files/C01CK9T7HKR/F0608U3FJ3D.png b/html/files/C01CK9T7HKR/F0608U3FJ3D.png deleted file mode 100644 index 068e698..0000000 Binary files a/html/files/C01CK9T7HKR/F0608U3FJ3D.png and /dev/null differ diff --git a/html/files/C01CK9T7HKR/F06183ZEM39.png b/html/files/C01CK9T7HKR/F06183ZEM39.png deleted file mode 100644 index 4abd6a6..0000000 Binary files a/html/files/C01CK9T7HKR/F06183ZEM39.png and /dev/null differ diff --git a/html/files/C01CK9T7HKR/F061FR39UE5.html b/html/files/C01CK9T7HKR/F061FR39UE5.html deleted file mode 100644 index ce5199b..0000000 --- a/html/files/C01CK9T7HKR/F061FR39UE5.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - -Test results - AlterTableAddPartitionCommandVisitorTest - - - - - -
-

AlterTableAddPartitionCommandVisitorTest

- -
- - - - - -
-
- - - - - - - -
-
-
1
-

tests

-
-
-
-
1
-

failures

-
-
-
-
0
-

ignored

-
-
-
-
2.120s
-

duration

-
-
-
-
-
-
0%
-

successful

-
-
-
-
- -
-

Failed tests

-
- -

testAlterTableAddPartition()

- -
java.lang.IllegalAccessError: class org.apache.spark.storage.StorageUtils$ (in unnamed module @0x5824a83d) cannot access class sun.nio.ch.DirectBuffer (in module java.base) because module java.base does not export sun.nio.ch to unnamed module @0x5824a83d
-	at org.apache.spark.storage.StorageUtils$.<init>(StorageUtils.scala:213)
-	at org.apache.spark.storage.StorageUtils$.<clinit>(StorageUtils.scala)
-	at org.apache.spark.storage.BlockManagerMasterEndpoint.<init>(BlockManagerMasterEndpoint.scala:121)
-	at org.apache.spark.SparkEnv$.$anonfun$create$9(SparkEnv.scala:358)
-	at org.apache.spark.SparkEnv$.registerOrLookupEndpoint$1(SparkEnv.scala:295)
-	at org.apache.spark.SparkEnv$.create(SparkEnv.scala:344)
-	at org.apache.spark.SparkEnv$.createDriverEnv(SparkEnv.scala:196)
-	at org.apache.spark.SparkContext.createSparkEnv(SparkContext.scala:284)
-	at org.apache.spark.SparkContext.<init>(SparkContext.scala:483)
-	at org.apache.spark.SparkContext$.getOrCreate(SparkContext.scala:2888)
-	at org.apache.spark.sql.SparkSession$Builder.$anonfun$getOrCreate$2(SparkSession.scala:1099)
-	at scala.Option.getOrElse(Option.scala:189)
-	at org.apache.spark.sql.SparkSession$Builder.getOrCreate(SparkSession.scala:1093)
-	at io.openlineage.spark.agent.lifecycle.plan.AlterTableAddPartitionCommandVisitorTest.setup(AlterTableAddPartitionCommandVisitorTest.java:71)
-	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
-	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
-	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
-	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
-	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
-	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
-	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
-	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
-	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
-	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
-	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
-	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
-	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
-	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
-	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
-	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
-	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
-	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
-	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
-	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506)
-	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175)
-	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203)
-	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
-	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203)
-	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172)
-	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
-	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
-	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
-	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
-	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
-	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
-	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
-	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
-	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
-	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
-	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
-	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
-	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
-	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
-	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
-	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
-	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
-	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
-	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
-	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
-	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
-	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
-	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
-	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
-	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
-	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
-	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
-	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
-	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
-	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
-	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
-	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
-	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
-	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)
-	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
-	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
-	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
-	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
-	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96)
-	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75)
-	at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.processAllTestClasses(JUnitPlatformTestClassProcessor.java:99)
-	at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.access$000(JUnitPlatformTestClassProcessor.java:79)
-	at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor.stop(JUnitPlatformTestClassProcessor.java:75)
-	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:61)
-	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
-	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
-	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
-	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
-	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
-	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
-	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
-	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
-	at jdk.proxy1/jdk.proxy1.$Proxy2.stop(Unknown Source)
-	at org.gradle.api.internal.tasks.testing.worker.TestWorker$3.run(TestWorker.java:193)
-	at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129)
-	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100)
-	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60)
-	at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
-	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:133)
-	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:71)
-	at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
-	at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
-	Suppressed: java.lang.NullPointerException: Cannot invoke "org.apache.spark.sql.SparkSession.sessionState()" because "this.session" is null
-		at io.openlineage.spark.agent.lifecycle.plan.AlterTableAddPartitionCommandVisitorTest.dropTables(AlterTableAddPartitionCommandVisitorTest.java:46)
-		at io.openlineage.spark.agent.lifecycle.plan.AlterTableAddPartitionCommandVisitorTest.afterEach(AlterTableAddPartitionCommandVisitorTest.java:41)
-		at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
-		at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
-		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
-		at java.base/java.lang.reflect.Method.invoke(Method.java:568)
-		at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
-		at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
-		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
-		at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
-		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
-		at org.junit.jupiter.engine.extension.TimeoutExtension.interceptAfterEachMethod(TimeoutExtension.java:110)
-		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
-		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
-		at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
-		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
-		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
-		at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
-		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
-		at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
-		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
-		at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeAfterEachMethodAdapter$24(ClassBasedTestDescriptor.java:511)
-		at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeAfterEachMethods$10(TestMethodTestDescriptor.java:244)
-		at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeAllAfterMethodsOrCallbacks$13(TestMethodTestDescriptor.java:277)
-		at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
-		at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeAllAfterMethodsOrCallbacks$14(TestMethodTestDescriptor.java:277)
-		at org.junit.platform.commons.util.CollectionUtils.forEachInReverseOrder(CollectionUtils.java:217)
-		at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeAllAfterMethodsOrCallbacks(TestMethodTestDescriptor.java:276)
-		at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeAfterEachMethods(TestMethodTestDescriptor.java:242)
-		at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:143)
-		... 61 more
-
-
-
-
-
-

Tests

- - - - - - - - - - - - - -
TestDurationResult
testAlterTableAddPartition()2.120sfailed
-
-
- -
- - diff --git a/html/files/C01CK9T7HKR/F061S5ZMF08.png b/html/files/C01CK9T7HKR/F061S5ZMF08.png deleted file mode 100644 index 9ee26be..0000000 Binary files a/html/files/C01CK9T7HKR/F061S5ZMF08.png and /dev/null differ diff --git a/html/files/C01CK9T7HKR/F062L6J1PU1.png b/html/files/C01CK9T7HKR/F062L6J1PU1.png deleted file mode 100644 index e6e7367..0000000 Binary files a/html/files/C01CK9T7HKR/F062L6J1PU1.png and /dev/null differ diff --git a/html/files/C01CK9T7HKR/F062ZFJN2UB.png b/html/files/C01CK9T7HKR/F062ZFJN2UB.png deleted file mode 100644 index 638a6a3..0000000 Binary files a/html/files/C01CK9T7HKR/F062ZFJN2UB.png and /dev/null differ diff --git a/html/files/C01CK9T7HKR/F06300USGUS.png b/html/files/C01CK9T7HKR/F06300USGUS.png deleted file mode 100644 index be12785..0000000 Binary files a/html/files/C01CK9T7HKR/F06300USGUS.png and /dev/null differ diff --git a/html/files/C01CK9T7HKR/F06375RT0LS.txt b/html/files/C01CK9T7HKR/F06375RT0LS.txt deleted file mode 100644 index 0db579d..0000000 --- a/html/files/C01CK9T7HKR/F06375RT0LS.txt +++ /dev/null @@ -1,197 +0,0 @@ -root@ip-172-30-4-153:~/marquez# ./docker/up.sh --tag 0.37.0 -a 5000 -m 5001 -w 3000 --build -...creating volumes: marquez_data, marquez_db-conf, marquez_db-init, marquez_db-backup -Successfully copied 7.17kB to volumes-provisioner:/data/wait-for-it.sh -Added files to volume marquez_data: wait-for-it.sh -Successfully copied 2.05kB to volumes-provisioner:/db-conf/postgresql.conf -Added files to volume marquez_db-conf: postgresql.conf -Successfully copied 2.05kB to volumes-provisioner:/db-init/init-db.sh -Added files to volume marquez_db-init: init-db.sh -DONE! -[+] Building 0.7s (40/53) docker:default - => [seed_marquez internal] load build definition from Dockerfile 0.0s - => => transferring dockerfile: 730B 0.0s - => [seed_marquez internal] load .dockerignore 0.0s - => => transferring context: 91B 0.0s - => [api internal] load .dockerignore 0.0s - => => transferring context: 91B 0.0s - => [api internal] load build definition from Dockerfile 0.0s - => => transferring dockerfile: 730B 0.0s - => [api internal] load metadata for docker.io/library/eclipse-temurin:17 0.1s - => [api internal] load build context 0.1s - => => transferring context: 42.84kB 0.0s - => [seed_marquez base 1/7] FROM docker.io/library/eclipse-temurin:17@sha256:b11bfab9cf5699455664b66873a9857ba22ce8da5e2d2e4e4698c9f6a4930c36 0.0s - => [seed_marquez internal] load build context 0.1s - => => transferring context: 42.84kB 0.0s - => CACHED [api stage-2 2/6] RUN apt-get update && apt-get install -y postgresql-client bash coreutils 0.0s - => CACHED [api stage-2 3/6] WORKDIR /usr/src/app 0.0s - => CACHED [api base 2/7] WORKDIR /usr/src/app 0.0s - => CACHED [api base 3/7] COPY gradle gradle 0.0s - => CACHED [api base 4/7] COPY gradle.properties gradle.properties 0.0s - => CACHED [api base 5/7] COPY gradlew gradlew 0.0s - => CACHED [api base 6/7] COPY settings.gradle settings.gradle 0.0s - => CACHED [api base 7/7] RUN ./gradlew --version 0.0s - => CACHED [api build 1/5] WORKDIR /usr/src/app 0.0s - => CACHED [api build 2/5] COPY build.gradle build.gradle 0.0s - => CACHED [api build 3/5] COPY api ./api 0.0s - => CACHED [api build 4/5] COPY clients/java ./clients/java 0.0s - => CACHED [api build 5/5] RUN ./gradlew --no-daemon clean :api:shadowJar 0.0s - => CACHED [api stage-2 4/6] COPY --from=build /usr/src/app/api/build/libs/marquez-*.jar /usr/src/app 0.0s - => CACHED [api stage-2 5/6] COPY marquez.dev.yml marquez.dev.yml 0.0s - => CACHED [api stage-2 6/6] COPY docker/entrypoint.sh entrypoint.sh 0.0s - => [seed_marquez] exporting to image 0.0s - => => exporting layers 0.0s - => => writing image sha256:2b5190cc7c89dacadc5a6c0c8466994dc10aef24ef7fae4046498c80bc5823c3 0.0s - => => naming to docker.io/library/marquez-seed_marquez 0.0s - => [api] exporting to image 0.0s - => => exporting layers 0.0s - => => writing image sha256:e4241ae334d3c967583e3af6691f21eb387005e1e8663048803ef590ae8d0127 0.0s - => => naming to docker.io/marquezproject/marquez:0.42.0 0.0s - => [web internal] load build definition from Dockerfile 0.0s - => => transferring dockerfile: 317B 0.0s - => [web internal] load .dockerignore 0.0s - => => transferring context: 2B 0.0s - => [web internal] load metadata for docker.io/library/node:18-alpine 0.1s - => [web 1/9] FROM docker.io/library/node:18-alpine@sha256:435dcad253bb5b7f347ebc69c8cc52de7c912eb7241098b920f2fc2d7843183d 0.0s - => [web internal] load build context 0.0s - => => transferring context: 9.54kB 0.0s - => CACHED [web 2/9] WORKDIR /usr/src/app 0.0s - => CACHED [web 3/9] RUN apk update && apk add --virtual bash coreutils 0.0s - => CACHED [web 4/9] RUN apk add --no-cache git 0.0s - => CACHED [web 5/9] COPY package*.json ./ 0.0s - => CACHED [web 6/9] RUN npm install 0.0s - => CACHED [web 7/9] COPY . . 0.0s - => CACHED [web 8/9] RUN npm run build 0.0s - => CACHED [web 9/9] COPY docker/entrypoint.sh entrypoint.sh 0.0s - => [web] exporting to image 0.0s - => => exporting layers 0.0s - => => writing image sha256:e5d43892ccac4e77b0193fe6fb59418000a71f0046eb77abeac9d239079bfb8f 0.0s - => => naming to docker.io/marquezproject/marquez-web:0.42.0 0.0s -[+] Running 5/5 - ✔ Container marquez-seed_marquez-1 Recreated 0.2s - ✔ Container marquez-db Recreated 0.2s - ✔ Container pghero Recreated 0.2s - ✔ Container marquez-api Recreated 0.1s - ✔ Container marquez-web Recreated 0.1s -Attaching to marquez-api, marquez-db, marquez-seed_marquez-1, marquez-web, pghero -marquez-seed_marquez-1 | WARNING 'MARQUEZ_CONFIG' not set, using development configuration. -marquez-db | -marquez-db | PostgreSQL Database directory appears to contain a database; Skipping initialization -marquez-db | -marquez-db | 2023-10-27 20:43:22.700 GMT [1] LOG: starting PostgreSQL 14.9 (Debian 14.9-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit -marquez-db | 2023-10-27 20:43:22.711 GMT [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 -marquez-db | 2023-10-27 20:43:22.717 GMT [1] LOG: could not create IPv6 socket for address "::": Address family not supported by protocol -marquez-db | 2023-10-27 20:43:22.726 GMT [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" -marquez-db | 2023-10-27 20:43:22.747 GMT [27] LOG: database system was shut down at 2023-10-27 20:41:26 GMT -marquez-db | 2023-10-27 20:43:22.758 GMT [1] LOG: database system is ready to accept connections -marquez-api | wait-for-it.sh: waiting 15 seconds for db:5432 -marquez-db | 2023-10-27 20:43:23.229 GMT [34] LOG: incomplete startup packet -marquez-api | wait-for-it.sh: db:5432 is available after 0 seconds -marquez-api | WARNING 'MARQUEZ_CONFIG' not set, using development configuration. -pghero | [1] Puma starting in cluster mode... -pghero | [1] * Puma version: 6.3.1 (ruby 3.1.4-p223) ("Mugi No Toki Itaru") -pghero | [1] * Min threads: 1 -pghero | [1] * Max threads: 16 -pghero | [1] * Environment: production -pghero | [1] * Master PID: 1 -pghero | [1] * Workers: 3 -pghero | [1] * Restarts: (✔) hot (✖) phased -pghero | [1] * Preloading application -marquez-web | [HPM] Proxy created: /api/v1 -> http://api:5000/ -marquez-web | App listening on port 3000! -marquez-seed_marquez-1 | INFO [2023-10-27 20:43:31,124] org.eclipse.jetty.util.log: Logging initialized @8890ms to org.eclipse.jetty.util.log.Slf4jLog -marquez-seed_marquez-1 | INFO [2023-10-27 20:43:31,497] io.dropwizard.server.DefaultServerFactory: Registering jersey handler with root path prefix: / -marquez-seed_marquez-1 | INFO [2023-10-27 20:43:31,529] io.dropwizard.server.DefaultServerFactory: Registering admin handler with root path prefix: / -marquez-seed_marquez-1 | INFO [2023-10-27 20:43:31,536] io.dropwizard.assets.AssetsBundle: Registering AssetBundle with name: graphql-playground for path /graphql-playground/* -marquez-seed_marquez-1 | INFO [2023-10-27 20:43:31,589] marquez.MarquezApp: Running startup actions... -pghero | [1] * Listening on http://0.0.0.0:8080 -pghero | [1] Use Ctrl-C to stop -marquez-seed_marquez-1 | INFO [2023-10-27 20:43:31,777] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 8.5.13 by Redgate -marquez-seed_marquez-1 | INFO [2023-10-27 20:43:31,780] org.flywaydb.core.internal.license.VersionPrinter: See what's new here: https://flywaydb.org/documentation/learnmore/releaseNotes#8.5.13 -marquez-seed_marquez-1 | INFO [2023-10-27 20:43:31,781] org.flywaydb.core.internal.license.VersionPrinter: -pghero | [1] - Worker 1 (PID: 10) booted in 0.1s, phase: 0 -pghero | [1] - Worker 2 (PID: 13) booted in 0.01s, phase: 0 -pghero | [1] - Worker 0 (PID: 9) booted in 0.14s, phase: 0 -marquez-seed_marquez-1 | ERROR [2023-10-27 20:43:32,205] org.apache.tomcat.jdbc.pool.ConnectionPool: Unable to create initial connections of pool. -marquez-seed_marquez-1 | ! java.net.UnknownHostException: postgres -marquez-seed_marquez-1 | ! at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:572) -marquez-seed_marquez-1 | ! at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) -marquez-seed_marquez-1 | ! at java.base/java.net.Socket.connect(Socket.java:633) -marquez-seed_marquez-1 | ! at org.postgresql.core.PGStream.createSocket(PGStream.java:243) -marquez-seed_marquez-1 | ! at org.postgresql.core.PGStream.(PGStream.java:98) -marquez-seed_marquez-1 | ! at org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:132) -marquez-seed_marquez-1 | ! at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:258) -marquez-seed_marquez-1 | ! ... 26 common frames omitted -marquez-seed_marquez-1 | ! Causing: org.postgresql.util.PSQLException: The connection attempt failed. -marquez-seed_marquez-1 | ! at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:354) -marquez-seed_marquez-1 | ! at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:54) -marquez-seed_marquez-1 | ! at org.postgresql.jdbc.PgConnection.(PgConnection.java:263) -marquez-seed_marquez-1 | ! at org.postgresql.Driver.makeConnection(Driver.java:443) -marquez-seed_marquez-1 | ! at org.postgresql.Driver.connect(Driver.java:297) -marquez-seed_marquez-1 | ! at org.apache.tomcat.jdbc.pool.PooledConnection.connectUsingDriver(PooledConnection.java:346) -marquez-seed_marquez-1 | ! at org.apache.tomcat.jdbc.pool.PooledConnection.connect(PooledConnection.java:227) -marquez-seed_marquez-1 | ! at org.apache.tomcat.jdbc.pool.ConnectionPool.createConnection(ConnectionPool.java:768) -marquez-seed_marquez-1 | ! at org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(ConnectionPool.java:696) -marquez-seed_marquez-1 | ! at org.apache.tomcat.jdbc.pool.ConnectionPool.init(ConnectionPool.java:495) -marquez-seed_marquez-1 | ! at org.apache.tomcat.jdbc.pool.ConnectionPool.(ConnectionPool.java:153) -marquez-seed_marquez-1 | ! at org.apache.tomcat.jdbc.pool.DataSourceProxy.pCreatePool(DataSourceProxy.java:118) -marquez-seed_marquez-1 | ! at org.apache.tomcat.jdbc.pool.DataSourceProxy.createPool(DataSourceProxy.java:107) -marquez-seed_marquez-1 | ! at org.apache.tomcat.jdbc.pool.DataSourceProxy.getConnection(DataSourceProxy.java:131) -marquez-seed_marquez-1 | ! at org.flywaydb.core.internal.jdbc.JdbcUtils.openConnection(JdbcUtils.java:48) -marquez-seed_marquez-1 | ! at org.flywaydb.core.internal.jdbc.JdbcConnectionFactory.(JdbcConnectionFactory.java:75) -marquez-seed_marquez-1 | ! at org.flywaydb.core.FlywayExecutor.execute(FlywayExecutor.java:147) -marquez-seed_marquez-1 | ! at org.flywaydb.core.Flyway.info(Flyway.java:190) -marquez-seed_marquez-1 | ! at marquez.db.DbMigration.hasPendingDbMigrations(DbMigration.java:78) -marquez-seed_marquez-1 | ! at marquez.db.DbMigration.migrateDbOrError(DbMigration.java:33) -marquez-seed_marquez-1 | ! at marquez.MarquezApp.run(MarquezApp.java:107) -marquez-seed_marquez-1 | ! at marquez.MarquezApp.run(MarquezApp.java:49) -marquez-seed_marquez-1 | ! at io.dropwizard.cli.EnvironmentCommand.run(EnvironmentCommand.java:67) -marquez-seed_marquez-1 | ! at io.dropwizard.cli.ConfiguredCommand.run(ConfiguredCommand.java:98) -marquez-seed_marquez-1 | ! at io.dropwizard.cli.Cli.run(Cli.java:78) -marquez-seed_marquez-1 | ! at io.dropwizard.Application.run(Application.java:94) -marquez-seed_marquez-1 | ! at marquez.MarquezApp.main(MarquezApp.java:61) -marquez-seed_marquez-1 | INFO [2023-10-27 20:43:32,218] marquez.MarquezApp: Stopping app... -marquez-api | INFO [2023-10-27 20:43:32,286] org.eclipse.jetty.util.log: Logging initialized @9023ms to org.eclipse.jetty.util.log.Slf4jLog -marquez-seed_marquez-1 exited with code 1 -marquez-api | INFO [2023-10-27 20:43:32,518] io.dropwizard.server.DefaultServerFactory: Registering jersey handler with root path prefix: / -marquez-api | INFO [2023-10-27 20:43:32,521] io.dropwizard.server.DefaultServerFactory: Registering admin handler with root path prefix: / -marquez-api | INFO [2023-10-27 20:43:32,522] io.dropwizard.assets.AssetsBundle: Registering AssetBundle with name: graphql-playground for path /graphql-playground/* -marquez-api | INFO [2023-10-27 20:43:32,533] marquez.MarquezApp: Running startup actions... -marquez-api | INFO [2023-10-27 20:43:32,586] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 8.5.13 by Redgate -marquez-api | INFO [2023-10-27 20:43:32,586] org.flywaydb.core.internal.license.VersionPrinter: See what's new here: https://flywaydb.org/documentation/learnmore/releaseNotes#8.5.13 -marquez-api | INFO [2023-10-27 20:43:32,586] org.flywaydb.core.internal.license.VersionPrinter: -marquez-db | 2023-10-27 20:43:32.972 GMT [35] FATAL: password authentication failed for user "marquez" -marquez-db | 2023-10-27 20:43:32.972 GMT [35] DETAIL: Role "marquez" does not exist. -marquez-db | Connection matched pg_hba.conf line 100: "host marquez marquez 172.18.0.5/32 md5" -marquez-api | ERROR [2023-10-27 20:43:32,983] org.apache.tomcat.jdbc.pool.ConnectionPool: Unable to create initial connections of pool. -marquez-api | ! org.postgresql.util.PSQLException: FATAL: password authentication failed for user "marquez" -marquez-api | ! at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:693) -marquez-api | ! at org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:203) -marquez-api | ! at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:258) -marquez-api | ! at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:54) -marquez-api | ! at org.postgresql.jdbc.PgConnection.(PgConnection.java:263) -marquez-api | ! at org.postgresql.Driver.makeConnection(Driver.java:443) -marquez-api | ! at org.postgresql.Driver.connect(Driver.java:297) -marquez-api | ! at org.apache.tomcat.jdbc.pool.PooledConnection.connectUsingDriver(PooledConnection.java:346) -marquez-api | ! at org.apache.tomcat.jdbc.pool.PooledConnection.connect(PooledConnection.java:227) -marquez-api | ! at org.apache.tomcat.jdbc.pool.ConnectionPool.createConnection(ConnectionPool.java:768) -marquez-api | ! at org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(ConnectionPool.java:696) -marquez-api | ! at org.apache.tomcat.jdbc.pool.ConnectionPool.init(ConnectionPool.java:495) -marquez-api | ! at org.apache.tomcat.jdbc.pool.ConnectionPool.(ConnectionPool.java:153) -marquez-api | ! at org.apache.tomcat.jdbc.pool.DataSourceProxy.pCreatePool(DataSourceProxy.java:118) -marquez-api | ! at org.apache.tomcat.jdbc.pool.DataSourceProxy.createPool(DataSourceProxy.java:107) -marquez-api | ! at org.apache.tomcat.jdbc.pool.DataSourceProxy.getConnection(DataSourceProxy.java:131) -marquez-api | ! at org.flywaydb.core.internal.jdbc.JdbcUtils.openConnection(JdbcUtils.java:48) -marquez-api | ! at org.flywaydb.core.internal.jdbc.JdbcConnectionFactory.(JdbcConnectionFactory.java:75) -marquez-api | ! at org.flywaydb.core.FlywayExecutor.execute(FlywayExecutor.java:147) -marquez-api | ! at org.flywaydb.core.Flyway.info(Flyway.java:190) -marquez-api | ! at marquez.db.DbMigration.hasPendingDbMigrations(DbMigration.java:78) -marquez-api | ! at marquez.db.DbMigration.migrateDbOrError(DbMigration.java:33) -marquez-api | ! at marquez.MarquezApp.run(MarquezApp.java:107) -marquez-api | ! at marquez.MarquezApp.run(MarquezApp.java:49) -marquez-api | ! at io.dropwizard.cli.EnvironmentCommand.run(EnvironmentCommand.java:67) -marquez-api | ! at io.dropwizard.cli.ConfiguredCommand.run(ConfiguredCommand.java:98) -marquez-api | ! at io.dropwizard.cli.Cli.run(Cli.java:78) -marquez-api | ! at io.dropwizard.Application.run(Application.java:94) -marquez-api | ! at marquez.MarquezApp.main(MarquezApp.java:61) -marquez-api | INFO [2023-10-27 20:43:32,989] marquez.MarquezApp: Stopping app... -marquez-api exited with code 1 \ No newline at end of file diff --git a/html/files/C01CK9T7HKR/F063M06MWBZ.json b/html/files/C01CK9T7HKR/F063M06MWBZ.json deleted file mode 100644 index 12f45f4..0000000 --- a/html/files/C01CK9T7HKR/F063M06MWBZ.json +++ /dev/null @@ -1,531 +0,0 @@ -{ - "eventTime":"2023-11-02T18:42:00.619Z", - "producer":"https://github.com/OpenLineage/OpenLineage/tree/1.5.0/integration/spark", - "schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunEvent", - "eventType":"START", - "run":{ - "runId":"957e5191-a1bf-4c65-b08a-b7d125da2ff3", - "facets":{ - "spark.logicalPlan":{ - "_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.5.0/integration/spark", - "_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet", - "plan":[ - { - "class":"org.apache.spark.sql.catalyst.plans.logical.ReplaceTableAsSelect", - "num-children":0, - "name":[ - { - "class":"org.apache.spark.sql.catalyst.analysis.ResolvedIdentifier", - "num-children":0, - "catalog":null, - "identifier":null - } - ], - "partitioning":[ - - ], - "query":[ - { - "class":"org.apache.spark.sql.execution.datasources.LogicalRelation", - "num-children":0, - "relation":null, - "output":[ - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"household_id", - "dataType":"integer", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":131, - "jvmId":"ae8ac2ed-0395-48ec-8418-2fc62a0fd2b4" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"basket_id", - "dataType":"long", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":132, - "jvmId":"ae8ac2ed-0395-48ec-8418-2fc62a0fd2b4" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"day", - "dataType":"integer", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":133, - "jvmId":"ae8ac2ed-0395-48ec-8418-2fc62a0fd2b4" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"product_id", - "dataType":"integer", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":134, - "jvmId":"ae8ac2ed-0395-48ec-8418-2fc62a0fd2b4" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"quantity", - "dataType":"integer", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":135, - "jvmId":"ae8ac2ed-0395-48ec-8418-2fc62a0fd2b4" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"sales_amount", - "dataType":"float", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":136, - "jvmId":"ae8ac2ed-0395-48ec-8418-2fc62a0fd2b4" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"store_id", - "dataType":"integer", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":137, - "jvmId":"ae8ac2ed-0395-48ec-8418-2fc62a0fd2b4" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"discount_amount", - "dataType":"float", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":138, - "jvmId":"ae8ac2ed-0395-48ec-8418-2fc62a0fd2b4" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"transaction_time", - "dataType":"integer", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":139, - "jvmId":"ae8ac2ed-0395-48ec-8418-2fc62a0fd2b4" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"week_no", - "dataType":"integer", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":140, - "jvmId":"ae8ac2ed-0395-48ec-8418-2fc62a0fd2b4" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"coupon_discount", - "dataType":"float", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":141, - "jvmId":"ae8ac2ed-0395-48ec-8418-2fc62a0fd2b4" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"coupon_discount_match", - "dataType":"float", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":142, - "jvmId":"ae8ac2ed-0395-48ec-8418-2fc62a0fd2b4" - }, - "qualifier":[ - - ] - } - ] - ], - "isStreaming":false - } - ], - "tableSpec":null, - "writeOptions":null, - "orCreate":true, - "isAnalyzed":true - } - ] - }, - "debug":{ - "_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.5.0/integration/spark", - "_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet", - "classpath":{ - "openLineageVersion":"1.5.0", - "sparkVersion":"3.4.1", - "scalaVersion":"2.12.15", - "jars":[ - - ], - "classDetails":[ - { - "className":"org.apache.spark.sql.delta.catalog.DeltaCatalog", - "onClasspath":true - }, - { - "className":"org.apache.iceberg.catalog.Catalog", - "onClasspath":false - }, - { - "className":"com.google.cloud.spark.bigquery.BigQueryRelation", - "packageVersion":"0.22.2-SNAPSHOT", - "onClasspath":true - } - ] - }, - "system":{ - "sparkDeployMode":"client", - "javaVersion":"1.8.0_372", - "javaVendor":"Azul Systems, Inc.", - "osArch":"amd64", - "osName":"Linux", - "osVersion":"5.15.0-1049-azure", - "userLanguage":"en", - "userTimezone":"Etc/UTC" - }, - "config":{ - "extraListeners":"io.openlineage.spark.agent.OpenLineageSparkListener", - "openLineageConfig":{ - "endpoint":"api/v1/lineage", - "debugFacet":"enabled", - "url.param.code":"8kZl0bo2TJfnbpFxBv-R2v7xBDj-PgWMol3yUm5iP1vaAzFu9kIZGg==", - "facets.disabled":"[spark_unknown;]", - "namespace":"adb-4679476628690204.4#default", - "transport.type":"http", - "transport.url":"https://490f-2607-fb90-c13e-509-2854-a7e-2d53-a767.ngrok-free.app" - }, - "catalogClass":"org.apache.spark.sql.internal.CatalogImpl" - }, - "logicalPlan":{ - "nodes":[ - { - "id":"ReplaceTableAsSelect@1968008258", - "desc":"ReplaceTableAsSelect TableSpec(Map(),Some(delta),Map(),Some(wasbs://studio@clororetaildevadls.blob.core.windows.net/examples/data/csv/completejourney/silver/transactions),None,None,false,Set(),None,None,None), [overwriteSchema=true, path=wasbs://studio@clororetaildevadls.blob.core.windows.net/examples/data/csv/completejourney/silver/transactions], true, true\n :- ResolvedIdentifier com.databricks.sql.managedcatalog.UnityCatalogV2Proxy@698ca05e, journey.transactions\n +- Relation [household_id#131,basket_id#132L,day#133,product_id#134,quantity#135,sales_amount#136,store_id#137,discount_amount#138,transaction_time#139,week_no#140,coupon_discount#141,coupon_discount_match#142] csv\n", - "children":[ - - ] - } - ] - } - }, - "spark_version":{ - "_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.5.0/integration/spark", - "_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet", - "spark-version":"3.4.1", - "openlineage-spark-version":"1.5.0" - }, - "processing_engine":{ - "_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.5.0/integration/spark", - "_schemaURL":"https://openlineage.io/spec/facets/1-1-0/ProcessingEngineRunFacet.json#/$defs/ProcessingEngineRunFacet", - "version":"3.4.1", - "name":"spark", - "openlineageAdapterVersion":"1.5.0" - } - } - }, - "job":{ - "namespace":"adb-4679476628690204.4#default", - "name":"adb-4679476628690204.4.azuredatabricks.net.atomic_replace_table_as_select.journey_db_transactions", - "facets":{ - - } - }, - "inputs":[ - { - "namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net", - "name":"/examples/data/csv/completejourney/transaction_data.csv", - "facets":{ - "dataSource":{ - "_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.5.0/integration/spark", - "_schemaURL":"https://openlineage.io/spec/facets/1-0-0/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet", - "name":"wasbs://studio@clororetaildevadls.blob.core.windows.net", - "uri":"wasbs://studio@clororetaildevadls.blob.core.windows.net" - }, - "schema":{ - "_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.5.0/integration/spark", - "_schemaURL":"https://openlineage.io/spec/facets/1-0-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", - "fields":[ - { - "name":"household_id", - "type":"integer" - }, - { - "name":"basket_id", - "type":"long" - }, - { - "name":"day", - "type":"integer" - }, - { - "name":"product_id", - "type":"integer" - }, - { - "name":"quantity", - "type":"integer" - }, - { - "name":"sales_amount", - "type":"float" - }, - { - "name":"store_id", - "type":"integer" - }, - { - "name":"discount_amount", - "type":"float" - }, - { - "name":"transaction_time", - "type":"integer" - }, - { - "name":"week_no", - "type":"integer" - }, - { - "name":"coupon_discount", - "type":"float" - }, - { - "name":"coupon_discount_match", - "type":"float" - } - ] - } - }, - "inputFacets":{ - - } - } - ], - "outputs":[ - { - "namespace":"dbfs", - "name":"/user/hive/warehouse/journey.db/transactions", - "facets":{ - "dataSource":{ - "_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.5.0/integration/spark", - "_schemaURL":"https://openlineage.io/spec/facets/1-0-0/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet", - "name":"dbfs", - "uri":"dbfs" - }, - "schema":{ - "_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.5.0/integration/spark", - "_schemaURL":"https://openlineage.io/spec/facets/1-0-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", - "fields":[ - { - "name":"household_id", - "type":"integer" - }, - { - "name":"basket_id", - "type":"long" - }, - { - "name":"day", - "type":"integer" - }, - { - "name":"product_id", - "type":"integer" - }, - { - "name":"quantity", - "type":"integer" - }, - { - "name":"sales_amount", - "type":"float" - }, - { - "name":"store_id", - "type":"integer" - }, - { - "name":"discount_amount", - "type":"float" - }, - { - "name":"transaction_time", - "type":"integer" - }, - { - "name":"week_no", - "type":"integer" - }, - { - "name":"coupon_discount", - "type":"float" - }, - { - "name":"coupon_discount_match", - "type":"float" - } - ] - }, - "storage":{ - "_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.5.0/integration/spark", - "_schemaURL":"https://openlineage.io/spec/facets/1-0-0/StorageDatasetFacet.json#/$defs/StorageDatasetFacet", - "storageLayer":"unity", - "fileFormat":"parquet" - }, - "symlinks":{ - "_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.5.0/integration/spark", - "_schemaURL":"https://openlineage.io/spec/facets/1-0-0/SymlinksDatasetFacet.json#/$defs/SymlinksDatasetFacet", - "identifiers":[ - { - "namespace":"/user/hive/warehouse/journey.db", - "name":"journey.transactions", - "type":"TABLE" - } - ] - }, - "lifecycleStateChange":{ - "_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.5.0/integration/spark", - "_schemaURL":"https://openlineage.io/spec/facets/1-0-0/LifecycleStateChangeDatasetFacet.json#/$defs/LifecycleStateChangeDatasetFacet", - "lifecycleStateChange":"OVERWRITE" - } - }, - "outputFacets":{ - - } - } - ] -} \ No newline at end of file diff --git a/html/files/C01CK9T7HKR/F0663EAEL0Y.json b/html/files/C01CK9T7HKR/F0663EAEL0Y.json deleted file mode 100644 index 2cf3c3e..0000000 --- a/html/files/C01CK9T7HKR/F0663EAEL0Y.json +++ /dev/null @@ -1,1137 +0,0 @@ -{ - "eventTime":"2023-11-13T07:49:59.575Z", - "producer":"https://github.com/OpenLineage/OpenLineage/tree/1.4.1/integration/spark", - "schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunEvent", - "eventType":"COMPLETE", - "run":{ - "runId":"dc25990e-163c-4a84-9935-ff743afbcf66", - "facets":{ - "spark.logicalPlan":{ - "_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.4.1/integration/spark", - "_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet", - "plan":[ - { - "class":"org.apache.spark.sql.catalyst.plans.logical.AppendData", - "num-children":1, - "table":[ - { - "class":"org.apache.spark.sql.execution.datasources.v2.DataSourceV2Relation", - "num-children":0, - "table":null, - "output":[ - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"household_id", - "dataType":"integer", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":187, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"basket_id", - "dataType":"long", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":188, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"day", - "dataType":"integer", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":189, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"product_id", - "dataType":"integer", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":190, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"quantity", - "dataType":"integer", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":191, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"sales_amount", - "dataType":"float", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":192, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"store_id", - "dataType":"integer", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":193, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"discount_amount", - "dataType":"float", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":194, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"transaction_time", - "dataType":"integer", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":195, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"week_no", - "dataType":"integer", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":196, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"coupon_discount", - "dataType":"float", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":197, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"coupon_discount_match", - "dataType":"float", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":198, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ] - ], - "catalog":null, - "identifier":null, - "options":null - } - ], - "query":0, - "writeOptions":null, - "isByName":false, - "write":null, - "analyzedQuery":[ - { - "class":"org.apache.spark.sql.execution.datasources.LogicalRelation", - "num-children":0, - "relation":null, - "output":[ - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"household_id", - "dataType":"integer", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":131, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"basket_id", - "dataType":"long", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":132, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"day", - "dataType":"integer", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":133, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"product_id", - "dataType":"integer", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":134, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"quantity", - "dataType":"integer", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":135, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"sales_amount", - "dataType":"float", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":136, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"store_id", - "dataType":"integer", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":137, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"discount_amount", - "dataType":"float", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":138, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"transaction_time", - "dataType":"integer", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":139, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"week_no", - "dataType":"integer", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":140, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"coupon_discount", - "dataType":"float", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":141, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"coupon_discount_match", - "dataType":"float", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":142, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ] - ], - "isStreaming":false - } - ], - "requireImplicitCasting":false - }, - { - "class":"org.apache.spark.sql.execution.datasources.LogicalRelation", - "num-children":0, - "relation":null, - "output":[ - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"household_id", - "dataType":"integer", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":131, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"basket_id", - "dataType":"long", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":132, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"day", - "dataType":"integer", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":133, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"product_id", - "dataType":"integer", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":134, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"quantity", - "dataType":"integer", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":135, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"sales_amount", - "dataType":"float", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":136, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"store_id", - "dataType":"integer", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":137, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"discount_amount", - "dataType":"float", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":138, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"transaction_time", - "dataType":"integer", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":139, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"week_no", - "dataType":"integer", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":140, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"coupon_discount", - "dataType":"float", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":141, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ], - [ - { - "class":"org.apache.spark.sql.catalyst.expressions.AttributeReference", - "num-children":0, - "name":"coupon_discount_match", - "dataType":"float", - "nullable":true, - "metadata":{ - - }, - "exprId":{ - "product-class":"org.apache.spark.sql.catalyst.expressions.ExprId", - "id":142, - "jvmId":"c2853996-7342-46e3-989b-5f71d5a6d5b5" - }, - "qualifier":[ - - ] - } - ] - ], - "isStreaming":false - } - ] - }, - "debug":{ - "_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.4.1/integration/spark", - "_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet", - "classpath":{ - "openLineageVersion":"1.4.1", - "sparkVersion":"3.4.1", - "scalaVersion":"2.12.15", - "jars":[ - - ], - "classDetails":[ - { - "className":"org.apache.spark.sql.delta.catalog.DeltaCatalog", - "onClasspath":true - }, - { - "className":"org.apache.iceberg.catalog.Catalog", - "onClasspath":false - }, - { - "className":"com.google.cloud.spark.bigquery.BigQueryRelation", - "packageVersion":"0.22.2-SNAPSHOT", - "onClasspath":true - } - ] - }, - "system":{ - "sparkDeployMode":"client", - "javaVersion":"1.8.0_372", - "javaVendor":"Azul Systems, Inc.", - "osArch":"amd64", - "osName":"Linux", - "osVersion":"5.15.0-1049-azure", - "userLanguage":"en", - "userTimezone":"Etc/UTC" - }, - "config":{ - "extraListeners":"io.openlineage.spark.agent.OpenLineageSparkListener", - "openLineageConfig":{ - "endpoint":"api/v1/lineage", - "debugFacet":"enabled", - "url.param.code":"8kZl0bo2TJfnbpFxBv-R2v7xBDj-PgWMol3yUm5iP1vaAzFu9kIZGg==", - "facets.disabled":"[spark_unknown;]", - "namespace":"adb-4679476628690204.4#default", - "transport.type":"http", - "transport.url":"https://8e0a-50-35-69-138.ngrok-free.app" - }, - "catalogClass":"org.apache.spark.sql.internal.CatalogImpl" - }, - "logicalPlan":{ - "nodes":[ - { - "id":"AppendData@-520955523", - "desc":"AppendData RelationV2[household_id#187, basket_id#188L, day#189, product_id#190, quantity#191, sales_amount#192, store_id#193, discount_amount#194, transaction_time#195, week_no#196, coupon_discount#197, coupon_discount_match#198] spark_catalog.journey.transactions transactions, [overwriteSchema=true, path=wasbs://studio@clororetaildevadls.blob.core.windows.net/examples/data/csv/completejourney/silver/transactions], false, com.databricks.sql.transaction.tahoe.catalog.DeltaCatalog$StagedDeltaTableV2$DeltaV1WriteBuilder$$anon$1@d3b3679, false\n+- Relation [household_id#131,basket_id#132L,day#133,product_id#134,quantity#135,sales_amount#136,store_id#137,discount_amount#138,transaction_time#139,week_no#140,coupon_discount#141,coupon_discount_match#142] csv\n", - "children":[ - "LogicalRelation@-1939131325" - ] - }, - { - "id":"LogicalRelation@-1939131325", - "desc":"Relation [household_id#131,basket_id#132L,day#133,product_id#134,quantity#135,sales_amount#136,store_id#137,discount_amount#138,transaction_time#139,week_no#140,coupon_discount#141,coupon_discount_match#142] csv\n", - "children":[ - - ] - } - ] - } - }, - "spark_version":{ - "_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.4.1/integration/spark", - "_schemaURL":"https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet", - "spark-version":"3.4.1", - "openlineage-spark-version":"1.4.1" - }, - "processing_engine":{ - "_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.4.1/integration/spark", - "_schemaURL":"https://openlineage.io/spec/facets/1-1-0/ProcessingEngineRunFacet.json#/$defs/ProcessingEngineRunFacet", - "version":"3.4.1", - "name":"spark", - "openlineageAdapterVersion":"1.4.1" - } - } - }, - "job":{ - "namespace":"adb-4679476628690204.4#default", - "name":"adb-4679476628690204.4.azuredatabricks.net.append_data_exec_v1.silver_transactions", - "facets":{ - - } - }, - "inputs":[ - { - "namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net", - "name":"/examples/data/csv/completejourney/transaction_data.csv", - "facets":{ - "dataSource":{ - "_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.4.1/integration/spark", - "_schemaURL":"https://openlineage.io/spec/facets/1-0-0/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet", - "name":"wasbs://studio@clororetaildevadls.blob.core.windows.net", - "uri":"wasbs://studio@clororetaildevadls.blob.core.windows.net" - }, - "schema":{ - "_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.4.1/integration/spark", - "_schemaURL":"https://openlineage.io/spec/facets/1-0-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", - "fields":[ - { - "name":"household_id", - "type":"integer" - }, - { - "name":"basket_id", - "type":"long" - }, - { - "name":"day", - "type":"integer" - }, - { - "name":"product_id", - "type":"integer" - }, - { - "name":"quantity", - "type":"integer" - }, - { - "name":"sales_amount", - "type":"float" - }, - { - "name":"store_id", - "type":"integer" - }, - { - "name":"discount_amount", - "type":"float" - }, - { - "name":"transaction_time", - "type":"integer" - }, - { - "name":"week_no", - "type":"integer" - }, - { - "name":"coupon_discount", - "type":"float" - }, - { - "name":"coupon_discount_match", - "type":"float" - } - ] - } - }, - "inputFacets":{ - - } - } - ], - "outputs":[ - { - "namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net", - "name":"/examples/data/csv/completejourney/silver/transactions", - "facets":{ - "dataSource":{ - "_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.4.1/integration/spark", - "_schemaURL":"https://openlineage.io/spec/facets/1-0-0/DatasourceDatasetFacet.json#/$defs/DatasourceDatasetFacet", - "name":"wasbs://studio@clororetaildevadls.blob.core.windows.net", - "uri":"wasbs://studio@clororetaildevadls.blob.core.windows.net" - }, - "schema":{ - "_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.4.1/integration/spark", - "_schemaURL":"https://openlineage.io/spec/facets/1-0-0/SchemaDatasetFacet.json#/$defs/SchemaDatasetFacet", - "fields":[ - { - "name":"household_id", - "type":"integer" - }, - { - "name":"basket_id", - "type":"long" - }, - { - "name":"day", - "type":"integer" - }, - { - "name":"product_id", - "type":"integer" - }, - { - "name":"quantity", - "type":"integer" - }, - { - "name":"sales_amount", - "type":"float" - }, - { - "name":"store_id", - "type":"integer" - }, - { - "name":"discount_amount", - "type":"float" - }, - { - "name":"transaction_time", - "type":"integer" - }, - { - "name":"week_no", - "type":"integer" - }, - { - "name":"coupon_discount", - "type":"float" - }, - { - "name":"coupon_discount_match", - "type":"float" - } - ] - }, - "storage":{ - "_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.4.1/integration/spark", - "_schemaURL":"https://openlineage.io/spec/facets/1-0-0/StorageDatasetFacet.json#/$defs/StorageDatasetFacet", - "storageLayer":"unity", - "fileFormat":"parquet" - }, - "columnLineage":{ - "_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.4.1/integration/spark", - "_schemaURL":"https://openlineage.io/spec/facets/1-0-1/ColumnLineageDatasetFacet.json#/$defs/ColumnLineageDatasetFacet", - "fields":{ - "household_id":{ - "inputFields":[ - { - "namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net", - "name":"/examples/data/csv/completejourney/transaction_data.csv", - "field":"household_id" - } - ] - }, - "basket_id":{ - "inputFields":[ - { - "namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net", - "name":"/examples/data/csv/completejourney/transaction_data.csv", - "field":"basket_id" - } - ] - }, - "day":{ - "inputFields":[ - { - "namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net", - "name":"/examples/data/csv/completejourney/transaction_data.csv", - "field":"day" - } - ] - }, - "product_id":{ - "inputFields":[ - { - "namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net", - "name":"/examples/data/csv/completejourney/transaction_data.csv", - "field":"product_id" - } - ] - }, - "quantity":{ - "inputFields":[ - { - "namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net", - "name":"/examples/data/csv/completejourney/transaction_data.csv", - "field":"quantity" - } - ] - }, - "sales_amount":{ - "inputFields":[ - { - "namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net", - "name":"/examples/data/csv/completejourney/transaction_data.csv", - "field":"sales_amount" - } - ] - }, - "store_id":{ - "inputFields":[ - { - "namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net", - "name":"/examples/data/csv/completejourney/transaction_data.csv", - "field":"store_id" - } - ] - }, - "discount_amount":{ - "inputFields":[ - { - "namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net", - "name":"/examples/data/csv/completejourney/transaction_data.csv", - "field":"discount_amount" - } - ] - }, - "transaction_time":{ - "inputFields":[ - { - "namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net", - "name":"/examples/data/csv/completejourney/transaction_data.csv", - "field":"transaction_time" - } - ] - }, - "week_no":{ - "inputFields":[ - { - "namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net", - "name":"/examples/data/csv/completejourney/transaction_data.csv", - "field":"week_no" - } - ] - }, - "coupon_discount":{ - "inputFields":[ - { - "namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net", - "name":"/examples/data/csv/completejourney/transaction_data.csv", - "field":"coupon_discount" - } - ] - }, - "coupon_discount_match":{ - "inputFields":[ - { - "namespace":"wasbs://studio@clororetaildevadls.blob.core.windows.net", - "name":"/examples/data/csv/completejourney/transaction_data.csv", - "field":"coupon_discount_match" - } - ] - } - } - }, - "symlinks":{ - "_producer":"https://github.com/OpenLineage/OpenLineage/tree/1.4.1/integration/spark", - "_schemaURL":"https://openlineage.io/spec/facets/1-0-0/SymlinksDatasetFacet.json#/$defs/SymlinksDatasetFacet", - "identifiers":[ - { - "namespace":"/examples/data/csv/completejourney/silver", - "name":"journey.transactions", - "type":"TABLE" - } - ] - } - }, - "outputFacets":{ - - } - } - ] -} \ No newline at end of file diff --git a/html/files/C056YHEU680/F05QC8C72TY.jpg b/html/files/C056YHEU680/F05QC8C72TY.jpg deleted file mode 100644 index e3403d0..0000000 Binary files a/html/files/C056YHEU680/F05QC8C72TY.jpg and /dev/null differ diff --git a/html/files/C056YHEU680/F05QJQD2SE7.jpg b/html/files/C056YHEU680/F05QJQD2SE7.jpg deleted file mode 100644 index e5b1f34..0000000 Binary files a/html/files/C056YHEU680/F05QJQD2SE7.jpg and /dev/null differ diff --git a/html/files/C065PQ4TL8K/F065PUT9SRL.png b/html/files/C065PQ4TL8K/F065PUT9SRL.png deleted file mode 100644 index 337d981..0000000 Binary files a/html/files/C065PQ4TL8K/F065PUT9SRL.png and /dev/null differ diff --git a/html/fonts/Lato-Bold.ttf b/html/fonts/Lato-Bold.ttf deleted file mode 100644 index b63a14d..0000000 Binary files a/html/fonts/Lato-Bold.ttf and /dev/null differ diff --git a/html/fonts/Lato-Regular.ttf b/html/fonts/Lato-Regular.ttf deleted file mode 100644 index 33eba8b..0000000 Binary files a/html/fonts/Lato-Regular.ttf and /dev/null differ diff --git a/html/scroll.js b/html/scroll.js deleted file mode 100644 index 46bab56..0000000 --- a/html/scroll.js +++ /dev/null @@ -1,5 +0,0 @@ -if (window.location.hash) { - document.getElementById(window.location.hash).scrollTo(); -} else { - scrollBy({ top: 99999999 }); -} diff --git a/html/search.html b/html/search.html deleted file mode 100644 index b6c4de9..0000000 --- a/html/search.html +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - - Message Search - - - - - - - - - - - - - - diff --git a/html/style.css b/html/style.css deleted file mode 100644 index 2256710..0000000 --- a/html/style.css +++ /dev/null @@ -1,321 +0,0 @@ -/* Reset */ - -/* Box sizing rules */ -*, -*::before, -*::after { - box-sizing: border-box; -} - -/* Remove default margin */ -body, -h1, -h2, -h3, -h4, -p, -figure, -blockquote, -dl, -dd { - margin: 0; -} - -/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */ -ul[role='list'], -ol[role='list'] { - list-style: none; -} - -/* Set core root defaults */ -html:focus-within { - scroll-behavior: smooth; -} - -/* Set core body defaults */ -body { - min-height: 100vh; - text-rendering: optimizeSpeed; - line-height: 1.5; -} - -/* A elements that don't have a class get default styles */ -a:not([class]) { - text-decoration-skip-ink: auto; -} - -/* Make images easier to work with */ -img, -picture { - max-width: 100%; - display: block; -} - -/* Inherit fonts for inputs and buttons */ -input, -button, -textarea, -select { - font: inherit; -} - -/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */ -@media (prefers-reduced-motion: reduce) { - html:focus-within { - scroll-behavior: auto; - } - - *, - *::before, - *::after { - animation-duration: 0.01ms !important; - animation-iteration-count: 1 !important; - transition-duration: 0.01ms !important; - scroll-behavior: auto !important; - } -} - -@font-face { - font-family: "Lato"; - src: url('fonts/Lato-Regular.ttf') format('truetype'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: "Lato"; - src: url('fonts/Lato-Bold.ttf') format('truetype'); - font-weight: bold; - font-style: normal; -} - -body, html { - font-family: 'Lato', sans-serif; - font-size: 14px; - color: rgb(29, 28, 29); -} - -a { - color: rgb(18, 100, 163); -} - -audio, video { - max-width: 400px; -} - -.messages-list { - padding-bottom: 20px; -} - -.messages-list .avatar { - height: 36px; - width: 36px; - border-radius: 7px; - margin-right: 10px; - background: #c1c1c1; -} - -.message-gutter { - display: flex; - margin: 10px; - scroll-margin-top: 120px; -} - -.message-gutter:target { - background-color: #fafafa; - border: 2px solid #39113E; - padding: 10px; - border-radius: 5px; -} - -.message-gutter div:first-of-type { - flex-shrink: 0; -} - -.message-gutter > .message-gutter { - /** i.e. replies in thread. Just here to be easily findable */ -} - -.sender { - font-weight: 800; - margin-right: 10px; -} - -.timestamp { - font-weight: 200; - font-size: 13px; - color: rgb(97, 96, 97); -} - -.header { - position: sticky; - background: #fff; - color: #616061; - top: 0; - left: 0; - padding: 10px; - min-height: 70px; - border-bottom: 1px solid #E2E2E2; - box-sizing: border-box; -} - -.header h1 { - font-size: 16px; - color: #1D1C1D; - display: inline-block; -} - -.header a { - color: #616061; -} - -.header a:active, .header a.current { - color: #000; -} - -.header .created { - float: right; -} - -.jumper { - display: inline-block; -} - -.jumper a { - margin: 2px; -} - -.text { - overflow-wrap: break-word; -} - -.file { - max-height: 270px; - margin-right: 10px; - margin-top: 10px; - border-radius: 4px; - border: 1px solid #80808045; - outline: none; -} - -.reaction { - background-color: #eaeaea; - display: inline-block; - border-radius: 10px; - font-size: .7em; - padding-left: 6px; - padding-right: 6px; - padding-bottom: 4px; - margin-right: 5px; - padding-top: 4px; -} - -.reaction img { - height: 16px; - width: 16px; - margin-right: 3px; - vertical-align: middle; - display: inline-block; -} - -.reaction span { - position: relative; - top: 1px; -} - -#index { - display: flex; - height: calc(100vh - 4px); -} - -#channels { - background: #39113E; - width: 250px; - color: #CDC3CE; - padding-top: 10px; - overflow: scroll; - padding-bottom: 20px; -} - -#channels ul { - margin: 0; - padding: 0; - list-style: none; -} - -#channels p { - padding-left: 20px; -} - -#channels .section { - font-weight: 800; - color: #fff; - margin-top: 10px; -} - -#channels .section:first-of-type { - margin-top: 0; -} - -#channels a { - padding: 5px; - display: block; - color: #CDC3CE; - text-decoration: none; - padding-left: 20px; - display: flex; - max-height: 28px; - white-space: pre; - text-overflow: ellipsis; - overflow: hidden; -} - -#channels a .avatar { - height: 20px; - width: 20px; - border-radius: 3px; - margin-right: 10px; - object-fit: contain; -} - -#channels a:hover { - background: #301034; - color: #edeced; -} - -#messages { - flex-grow: 1; -} - -#messages iframe { - height: 100%; - width: calc(100vw - 250px); - border: none; -} - -#search { - margin: 10px; - text-align: center; -} - -#search ul { - list-style: none; - display: flex; - flex-direction: column; - align-items: center; -} - -#search li { - padding: 5px; - border-bottom: 1px solid #E2E2E2; - background: hsl(0deg 0% 98%); - border-radius: 5px; - width: 600px; - text-align: left; - margin-bottom: 5px; -} - -#search a { - text-decoration: none; - color: unset; -} \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index 8c6897b..0000000 --- a/index.html +++ /dev/null @@ -1,10 +0,0 @@ -Slack

Public Channels

Private Channels

    DMs

      Group DMs

        Bots

          Archived Public Channels

            Archived Private Channels

              DMs (Deleted Users)

                \ No newline at end of file diff --git a/search.html b/search.html deleted file mode 100644 index 506aea0..0000000 --- a/search.html +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - - Message Search - - - - - - - - - - - - - -