Publish stream status messages in CDK (#24994)
* Publish stream status messages in CDK
* Automated Commit - Formatting Changes
* Convert to StreamDescriptor
* Automated Commit - Formatting Changes
* Bump to latest protocol model
* Automated Commit - Formatting Changes
* Bump protocol version
* Add tests for stream status message creation
* Formatting
* Formatting
* Fix failing test
* Actually emit state message
* Automated Commit - Formatting Changes
* Bump airbyte-protocol
* PR feedback
* Fix parameter input
* Correctly yield status message
* PR feedback
* Formatting
* Fix failing tests
* Automated Commit - Formatting Changes
* Revert accidental change
* Automated Change
* Replace STOPPED with COMPLETE/INCOMPLETE
* Update source-facebook-marketing changelog
* Revert "Update source-facebook-marketing changelog"
This reverts commit 709edb800c.
---------
Co-authored-by: jdpgrailsdev <jdpgrailsdev@users.noreply.github.com>
This commit is contained in:
@@ -46,7 +46,7 @@ setup(
|
||||
packages=find_packages(exclude=("unit_tests",)),
|
||||
package_data={"airbyte_cdk": ["py.typed", "sources/declarative/declarative_component_schema.yaml"]},
|
||||
install_requires=[
|
||||
"airbyte-protocol-models==1.0.0",
|
||||
"airbyte-protocol-models==0.3.6",
|
||||
"backoff",
|
||||
"dpath~=2.0.1",
|
||||
"isodate~=0.6.1",
|
||||
|
||||
Reference in New Issue
Block a user