Skip to content

Commit

Permalink
fix operator name
Browse files Browse the repository at this point in the history
  • Loading branch information
rcjmurillo committed Oct 20, 2023
1 parent 9d7aea8 commit d1bdd16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arroyo-connectors/src/filesystem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ impl Connector for FileSystemConnector {
) -> anyhow::Result<crate::Connection> {
let (description, operator, connection_type) = match table.type_ {
TableType::Source { .. } => (
"FileSystem<Plain>".to_string(),
"connectors::filesystem",
"FileSystem<S3>".to_string(),
"connectors::filesystem::source::FileSystemSourceFunc",
ConnectionType::Source,
),
TableType::Sink {
Expand Down

0 comments on commit d1bdd16

Please sign in to comment.