We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e58f5b commit c6b31ccCopy full SHA for c6b31cc
airbyte_cdk/manifest_migrations/README.md
@@ -41,7 +41,7 @@ This directory contains the logic and registry for manifest migrations in the Ai
41
## Example Migration Skeleton
42
43
```python
44
-from airbyte_cdk.sources.declarative.migrations.manifest.manifest_migration import TYPE_TAG, ManifestMigration, ManifestType
+from airbyte_cdk.manifest_migrations.manifest_migration import TYPE_TAG, ManifestMigration, ManifestType
45
46
class V_1_2_3_Example(ManifestMigration):
47
component_type = "ExampleComponent"
0 commit comments