-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delay data sources initialization, wire ingestion to init (#5091)
* Rego: Init Datasources Late This commit initializes the data sources functions later in the rego evaluator lifecycle, creating them after registering the built-in library. Signed-off-by: Adolfo García Veytia (Puerco) <[email protected]> * Wire ingestion results to DS init Thist commit wires the ingestion results to the data source function initialization to make it available in the DS func call. Signed-off-by: Adolfo García Veytia (Puerco) <[email protected]> --------- Signed-off-by: Adolfo García Veytia (Puerco) <[email protected]>
- Loading branch information
Showing
2 changed files
with
35 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters