Skip to content

Commit

Permalink
Merge pull request #1043 from roboflow/ms-sql-server
Browse files Browse the repository at this point in the history
Added the Enterprise MS SQL Server Block
  • Loading branch information
grzegorz-roboflow authored Feb 21, 2025
2 parents 319eb4f + 9483f29 commit a4eb556
Show file tree
Hide file tree
Showing 4 changed files with 425 additions and 1 deletion.
4 changes: 4 additions & 0 deletions inference/enterprise/workflows/enterprise_blocks/loader.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
from typing import List, Type

from inference.core.workflows.prototypes.block import WorkflowBlock
from inference.enterprise.workflows.enterprise_blocks.sinks.microsoft_sql_server.v1 import (
MicrosoftSQLServerSinkBlockV1,
)
from inference.enterprise.workflows.enterprise_blocks.sinks.mqtt_writer.v1 import (
MQTTWriterSinkBlockV1,
)
Expand All @@ -21,4 +24,5 @@ def load_enterprise_blocks() -> List[Type[WorkflowBlock]]:
MQTTWriterSinkBlockV1,
PLCBlockV1,
ModbusTCPBlockV1,
MicrosoftSQLServerSinkBlockV1,
]
Empty file.
Loading

0 comments on commit a4eb556

Please sign in to comment.