In the _is_local_manifest_command function, the path to the manifest.yaml is hardcoded as "/airbyte/integration_code/source_declarative_manifest/manifest.yaml". It would be beneficial to derive this path dynamically or make it configurable to improve portability, especially if the directory structure changes in the future.
Reference:
Requested by: Aaron ("AJ") Steers (@aaronsteers)
In the
_is_local_manifest_commandfunction, the path to themanifest.yamlis hardcoded as"/airbyte/integration_code/source_declarative_manifest/manifest.yaml". It would be beneficial to derive this path dynamically or make it configurable to improve portability, especially if the directory structure changes in the future.Reference:
Requested by: Aaron ("AJ") Steers (@aaronsteers)