Skip to content

Commit

Permalink
Include exports when creating offline collector (#3428)
Browse files Browse the repository at this point in the history
Fixes #3413
  • Loading branch information
matthieugras committed Apr 19, 2024
1 parent b4f3708 commit 1cdd69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifacts/definitions/Server/Utils/CreateCollector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ sources:
-- Add custom definition if needed. Built in definitions are not added
LET definitions <= SELECT * FROM chain(
a = { SELECT name, description, tools, parameters, sources
a = { SELECT name, description, tools, export, parameters, sources
FROM artifact_definitions(deps=TRUE, names=artifacts)
WHERE NOT compiled_in AND
log(message="Adding artifact_definition for " + name) },
Expand Down

0 comments on commit 1cdd69e

Please sign in to comment.