-
Notifications
You must be signed in to change notification settings - Fork 456
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
[GCP] Add firestore data_stream #2704
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please ensure elastic-package check
does not error. I added some minor changes but overall looks good to me and we can merge this as soon as CI is green
packages/gcp/data_stream/firestore/_dev/test/system/test-default-config.yml
Outdated
Show resolved
Hide resolved
/test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you need any help from me, let me know, but please resolve first all conflicts :)
0dad745
to
cdbcea0
Compare
default = "detached" | ||
} | ||
|
||
variable "project_id" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been changed and should be:
variable "project_id" { | |
variable "gcp_project_id" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed this change was not included in 081c2ce, is that done on purpose?
8cf80ec
to
fe54af3
Compare
081c2ce
to
21e114f
Compare
/test |
2 similar comments
/test |
/test |
This reverts commit ceea735.
What does this PR do?
Adds firestore datastream.
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots