Rômulo Farias
Rômulo Farias
@orestisfl didn't you also create a ticket for this?
- [ ] Include `deploy/deployment-manager/` scripts as well
It will be covered by https://github.com/elastic/cloudbeat/pull/1568
I see failing tests, but mostly because I added the multi value header to the petstore-extended. How would you test this feature? Do I keep it there in the yaml?...
Updated the MR with tests. It all works, even the other libs with multiple headers.
QA Verified: Once I delete an integration from inside the policy page (`app/fleet/policies/${policy_id}`)  I observe the following behaviour ✅ The package policy is deleted  ✅ The agent policy...
PSP Code has been removed on https://github.com/elastic/cloudbeat/pull/2356, If we decide to not implement the PSP's we still need to remove all the commented infra/test code left behind
What do you mean with `dependencies can be removed to enable parallel execution`?
Yes, I just didn't paste the project name here. The command I run is ``` npx @firebaseextensions/fs-bq-schema-views \ --non-interactive \ --project=project \ --big-query-project=project \ --dataset=clinicas_firebase_export \ --table-name-prefix=clinicas \ --schema-files=./clinicas.json ```
Found the issue, if the project name is wrong we get this message (that is confusing). Once I fixed the project name it worked!