Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output of the "dev" asset compilation for breeze available in file #28579

Merged

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented Dec 24, 2022

When you start airflow in dev-mode, the output of asset compilation (which run continuously) is now available in a file that you can run tail -f on to see the output.


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

When you start airflow in `dev-mode`, the output of asset compilation
(which run continuously) is now available in a file that you can
run `tail -f` on to see the output.
@potiuk
Copy link
Member Author

potiuk commented Dec 24, 2022

Another small improvement after #28575. You get the output file information when you run dev asset compilation (either manually or with --dev-mode of start-airflow:

Screenshot 2022-12-24 at 16 03 31

And you can see the output of yarn dev via tail -f for example:

Screenshot 2022-12-24 at 16 04 04

Copy link
Member

@pierrejeambrun pierrejeambrun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love this thanks Jarek :)

I am not able to test this locally right now, but code looks good.

@potiuk potiuk merged commit 790b9d1 into apache:main Dec 24, 2022
@potiuk potiuk deleted the dev-mode-asset-compilation-output-in-file branch December 24, 2022 21:26
ephraimbuddy pushed a commit that referenced this pull request Jan 12, 2023
…28579)

When you start airflow in `dev-mode`, the output of asset compilation
(which run continuously) is now available in a file that you can
run `tail -f` on to see the output.

(cherry picked from commit 790b9d1)
@ephraimbuddy ephraimbuddy added the changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) label Jan 13, 2023
@ephraimbuddy ephraimbuddy added this to the Airflow 2.5.1 milestone Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:dev-tools changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants