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

feat: New Output Plugin Microsoft Fabric #5

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

asaharn
Copy link
Owner

@asaharn asaharn commented Oct 16, 2024

Summary

Checklist

  • No AI generated code was used in this PR

Related issues

resolves #

plugins/outputs/microsoft_fabric/microsoft_fabric.go Outdated Show resolved Hide resolved
plugins/outputs/microsoft_fabric/microsoft_fabric.go Outdated Show resolved Hide resolved
plugins/outputs/microsoft_fabric/microsoft_fabric.go Outdated Show resolved Hide resolved
ConnectionString: "",
Log: testutil.Logger{},
}
err := mf.Init()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests for ConnectionString for SB and EventHouse too

return &MicrosoftFabric{
ADXConf: &ADX.AzureDataExplorer{
Timeout: config.Duration(20 * time.Second),
CreateTables: true,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have to have a mechanism where we can say this is from Fabric (To split the traffic) based on AppId to see usage for this connector as well. We probably have to make a fix in the connector for Kusto first to accept AppName as a parameter and then pass it in from here as well ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants