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

Add remote data object and standardize templates #2564

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Conversation

blythed
Copy link
Collaborator

@blythed blythed commented Oct 27, 2024

Description

Related Issues

Checklist

  • Is this code covered by new or existing unit tests or integration tests?
  • Did you run make unit_testing and make integration-testing successfully?
  • Do new classes, functions, methods and parameters all have docstrings?
  • Were existing docstrings updated, if necessary?
  • Was external documentation updated, if necessary?

Additional Notes or Comments

@blythed blythed force-pushed the build_templates branch 2 times, most recently from 610102c to d7c68e8 Compare October 28, 2024 08:44
@blythed blythed marked this pull request as ready for review October 28, 2024 08:44
@blythed blythed force-pushed the build_templates branch 25 times, most recently from 77d5678 to a2d8ee2 Compare October 28, 2024 13:40
@blythed blythed requested review from jieguangzhou and removed request for jieguangzhou October 28, 2024 13:48
@@ -46,18 +46,22 @@ def __post_init__(self, db, artifacts, substitutions):
)
if self.template_variables is None:
self.template_variables = self.template.variables
if 'output_prefix' not in self.template_variables:
Copy link
Collaborator

Choose a reason for hiding this comment

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

We need to remove output_prefix if it exists, right?

@blythed blythed force-pushed the build_templates branch 2 times, most recently from 29860b5 to 8e57280 Compare October 28, 2024 14:38
@blythed blythed merged commit f0fa0f0 into main Oct 28, 2024
11 checks passed
@blythed blythed deleted the build_templates branch October 28, 2024 14:48
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.

2 participants