Skip to content

[DS] onboard data-source eventstream destination connection #825

@c4181

Description

@c4181

📝 Description

.

🔬 Details / References

🚧 Potential Terraform Configuration / Desired Solution

data "fabric_eventstream_destination_connection" "example" {
  workspace_id = "<id>"
  eventstream_id = "<id>"
  destination_id = "<id>"
}

📎 Additional context

No response

☑️ Acceptance Criteria

No response

✅ Definition of Done

  • Data Transfer Objects (DTOs)
  • Data-Source Implementation
  • Data-Source Added to Provider
  • Unit Tests for Happy path
  • Unit Tests for Error path
  • Acceptance Tests
  • Example in the ./examples folder
  • Schema documentation in code
  • Updated auto-generated provider docs with task docs

🔰 Code of Conduct

  • I agree to follow this project's Code of Conduct.

Metadata

Metadata

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions