-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove Zoho outbound Job flows, reading jobs not supported on Hr…
…Flow Warehouse
- Loading branch information
Showing
3 changed files
with
4 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
from hrflow_connectors.v2.connectors.bullhorn import Bullhorn | ||
from hrflow_connectors.v2.connectors.zohorecruit import ZohoRecruit | ||
from hrflow_connectors.v2.core.connector import ( # noqa: F401 | ||
hrflow_connectors_manifest as hrflow_connectors_manifest, | ||
) | ||
from hrflow_connectors.v2.core.documentation import ( # noqa: F401 | ||
hrflow_connectors_docs as hrflow_connectors_docs, | ||
) | ||
|
||
__CONNECTORS__ = [Bullhorn] | ||
__CONNECTORS__ = [Bullhorn, ZohoRecruit] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters