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

Adding run_started_at to query comment #27

Merged
merged 3 commits into from
May 14, 2024

Conversation

bisset-a
Copy link
Contributor

@bisset-a bisset-a commented May 6, 2024

Adding run_started_at to the query comment

@bisset-a bisset-a had a problem deploying to Approve Integration Tests May 6, 2024 01:10 — with GitHub Actions Failure
@bisset-a bisset-a had a problem deploying to Approve Integration Tests May 6, 2024 03:15 — with GitHub Actions Failure
@bisset-a bisset-a marked this pull request as ready for review May 6, 2024 03:26
@@ -23,6 +23,7 @@
node_resource_type=node.resource_type,
node_meta=node.config.meta,
node_tags=node.tags,
run_started_at=run_started_at.strftime("%Y-%m-%d %H:%M:%S"),
Copy link
Member

@NiallRees NiallRees May 7, 2024

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hey @NiallRees!! I've just updated and tested:
image

@NiallRees
Copy link
Member

Thanks for contributing this @bisset-a 🙌

@bisset-a bisset-a had a problem deploying to Approve Integration Tests May 8, 2024 03:37 — with GitHub Actions Failure
@bisset-a
Copy link
Contributor Author

bisset-a commented May 8, 2024

Thanks for contributing this @bisset-a 🙌

No problems @NiallRees , thanks for providing the macros 😄 they'll be very useful for us!

@@ -23,6 +23,7 @@
node_resource_type=node.resource_type,
node_meta=node.config.meta,
node_tags=node.tags,
run_started_at=run_started_at.astimezone(modules.pytz.utc).isoformat(),
full_refresh=flags.FULL_REFRESH,
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this go up higher with the invocation_id and other non-node specific details?

@NiallRees NiallRees merged commit ffb98fe into get-select:main May 14, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants