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

Support @spectaql directive to ingest metadata #439

Merged
merged 5 commits into from
Jul 28, 2022

Conversation

newhouse
Copy link
Collaborator

@newhouse newhouse commented Jul 27, 2022

Support ingestion of metadata via Directives in SDL.

Need to update the README/docs...

Closes #51

@newhouse newhouse force-pushed the newhouse/51/metadata-from-directives branch from e49eab5 to d4efa83 Compare July 27, 2022 19:33
@newhouse newhouse force-pushed the newhouse/51/metadata-from-directives branch from d4efa83 to 52d0adc Compare July 27, 2022 19:36
@newhouse newhouse marked this pull request as ready for review July 27, 2022 21:25
@newhouse newhouse requested review from aalmazan and benogle July 27, 2022 21:25
# Boolean indicating whether to enable and process the @spectaql directive
#
# Default: true
enable: true
Copy link
Contributor

Choose a reason for hiding this comment

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

If it's enabled by default, all good if it's not there? Like this wont break existing installs out there, will it?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah it's pretty flexible...

newhouse and others added 2 commits July 27, 2022 22:28
* remove type for sure

* tidying up and fixing

* tidying up and fixing

* updated docs
@newhouse newhouse merged commit 2345f76 into main Jul 28, 2022
@newhouse newhouse deleted the newhouse/51/metadata-from-directives branch July 28, 2022 02:36
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.

Directive-driven documentation and metadata?
3 participants