Skip to content
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

[destination-azure-blob-storage] Writes to Blob Store Work First Time Only #49814

Open
1 task done
amr-abouelleil-ic opened this issue Dec 16, 2024 · 2 comments
Open
1 task done
Labels
area/connectors Connector related issues community connectors/destination/azure-blob-storage team/destinations Destinations team's backlog type/bug Something isn't working

Comments

@amr-abouelleil-ic
Copy link

Connector Name

destination-azure-blob-storage

Connector Version

0.2.2

What step the error happened?

During the sync

Relevant information

Problem

Currently, writes to blob store destinations seem to only work the first time.

Steps to Reproduce

  1. Add multiple files to an FTP source location
  2. Set up a source connector to for this source location
  3. Set up a destination connector to an Azure Blob Storage container
  4. Set up source-destination connection
  5. Run a sync, confirm data is in blob store
  6. Run a second sync, it fails with a 'blobNotFound' error.

Relevant log output

│ orchestrator 2024-12-09 18:28:39 replication-orchestrator > failures: [ {                                                                                                                                                        │
│ orchestrator   "failureOrigin" : "destination",                                                                                                                                                                                  │
│ orchestrator   "failureType" : "system_error",                                                                                                                                                                                   │
│ orchestrator   "internalMessage" : "com.azure.storage.blob.models.BlobStorageException: Status code 404, \"<?xml version=\"1.0\" encoding=\"utf-8\"?><Error><Code>BlobNotFound</Code><Message>The specified blob does not exist. │
│ orchestrator   "externalMessage" : "Something went wrong in the connector. See the logs for more details.",                                                                                                                      │
│ orchestrator   "metadata" : {                                                                                                                                                                                                    │
│ orchestrator     "attemptNumber" : 0,                                                                                                                                                                                            │
│ orchestrator     "jobId" : 66,                                                                                                                                                                                                   │
│ orchestrator     "from_trace_message" : true,                                                                                                                                                                                    │
│ orchestrator     "connector_command" : "write"
│ orchestrator   },

Contribute

  • Yes, I want to contribute
@marcosmarxm
Copy link
Member

@amr-abouelleil-ic, feel free to ping me if you need any assistance in contributing to fix the issue.

@amr-abouelleil-ic
Copy link
Author

@amr-abouelleil-ic, feel free to ping me if you need any assistance in contributing to fix the issue.

Thanks, it does seem like this is a known issue. Is this not intended to be fixed by the creators of this connector?

These seem related:
#14662

https://discuss.airbyte.io/t/error-syncing-after-the-first-time-with-azure-blob-storage-destination/8276

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues community connectors/destination/azure-blob-storage team/destinations Destinations team's backlog type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants