CData Python Connector for Workday

Build 25.0.9440

変更履歴

General Changes

DateBuild
Number
Change
Type
Description
10/06/20259410GeneralAdded
  • ミリ秒とナノ秒に対応する".S" と",S" を使用したdatetime フォーマットのパースに対応しました。
09/26/20259400WorkdayAdded
  • ConnectionType 接続プロパティが"SOAP" に設定されている場合に、レスポンスグループを手動でオン/オフできるサポートが追加されました。各テーブルの該当するレスポンスグループは、接尾辞"_RespGroup" を持つ新しいboolean カラムで表されます。任意のレスポンスグループカラムに"WHERE X_RespGroup = true" フィルタを適用するとレスポンスグループが含まれ、"WHERE X_RespGroup - false" を適用するとレスポンスグループが除外されます。
09/12/20259386GeneralAdded
  • sys_tables テーブルにIsInsertable、IsUpdateable、IsDeleteable カラムが追加されました。
09/10/20259384GeneralChanged
  • 静的に定義されたビューのすべてのカラムが読み取り専用としてレポ―トされるようになりました。
09/03/20259377GeneralChanged
  • 射影部分でIN 条件にNULL 値が使用される際の動作が修正されました。0 ではなくNULL が返されるようになりました。例えば、"NULL IN (1,2)" は"NULL" を返します。
09/01/20259375GeneralAdded
  • CAST 関数で無限値を使用するサポートが追加されました。この関数は"inf" および"-inf" をDOUBLE、FLOAT、またはREAL にキャストできます。
08/22/20259365WorkdayAdded
  • ConnectionType=Reports でのAuthScheme=Basic(ユーザー名/パスワード認証)のサポートが追加されました。
08/21/20259364GeneralChanged
  • 動作変更:
    • 非テーブルクエリにおける文字列値比較の不整合が修正されました。
    • 例えば、"SELECT 'A' = 'a'" は以前はfalse を返していましたが、現在はtrue を返します。
08/13/20259356GeneralChanged
  • ヒープ使用量を削減するため、ページプロバイダーでメモリに保持される最大ページ数が15から5に変更されました。
07/07/20259319PythonRemoved
  • Windows 向けPython の32ビット版が削除されました。
07/02/20259314PythonRemoved
  • Python 3.9のサポートが削除されました。
06/30/20259312WorkdayAdded
  • RichText データ型のフィールドがカラムとして公開されるようになりました。この変更により、データモデルに約300の新しいテキストカラムが追加されました。
06/25/20259307GeneralRemoved
  • ConnectionType プロパティから"ADLS Gen 1" の値が削除されました。
06/25/20259307PythonAdded
  • Python 3.13のサポートがWindows、Linux、Mac 版に追加されました。

Removed
  • Python 3.8のサポートは、サポート終了に伴い削除されました。
06/20/20259302GeneralAdded
  • 以下の関数が作成されました:
    • TEXT_ENCODE:文字列を異なる文字セットにエンコードします(UTF8 → UTF7)。結果としてバイナリ配列を返します。
    • TEXT_DECODE:バイナリ配列を受け取り、文字セットが指定された場合に文字列にデコードして戻します。
    • BASE64_ENCODE:バイナリ配列を受け取り、base64 文字列(varchar)としてエンコードします。
    • BASE64_DECODE:base64 エンコードされた文字列を受け取り、バイナリ配列にデコードします。
06/18/20259300GeneralChanged
  • 例外処理の内部コードがリファクタリングされました。特定のエラー条件で返される例外メッセージの表現や書式が変更されている場合があります。
06/03/20259285WorkdayChanged
  • ConnectionType=REST のデータモデルに複数のスキーマが含まれるように変更されました。各スキーマはAPI サービスに対応し、該当サービスのデータにアクセスするテーブルを含みます。テーブル名に変更はありません。
    • 例:
       SELECT * FROM Currencies
      の代わりに
       SELECT * FROM CoreAccounting.Currencies
      を使用します。
    • スキーマは以下の通りです:AbsenceManagement、AccountsPayable、BusinessProcess、Common、Compensation、Connect、ContractCompliance、CoreAccounting、CustomerAccounts、CustomObjectDefinition、Expense、lobalPayroll、HelpArticle、HelpCase、Holiday、OAuthClient、Payroll、PerformanceEnablement、Person、Privacy、Procurement、Projects、Recruiting、Request、Revenue、Staffing、StudentAcademicFoundation、StudentCurriculum、StudentEngagement、StudentFinance、SystemMetrics、TalentManagement、TimeTracking、およびWql。
05/28/20259279WorkdayChanged
  • デフォルトSOAP API バージョン(WSDLVersion)がv42.2 からv44.1 に更新されました。古いバージョンは、プロパティを手動でv42.2 に戻すことで引き続きアクセス可能です。 バージョン44.1 と42.2 の主な相違点は以下の通りです: 多数のテーブルが単一エントリコレクションに変換されました。使用中のテーブルがバージョン44.1 で削除された場合は、SingleEntryTables を更新し、影響を受けるテーブルを追加してください。 以下のスキーマを使用している場合、Workday のSOAP サービス変更履歴で非推奨SOAP 操作の情報を確認することを推奨します。使用中の操作が新バージョンで利用可能であることの確認が必要です。また、デフォルトで無効なAPI サービスの有効化により柔軟性が向上します。
    • Payroll
    • Revenue_Management
    • Inventory
    • Compensation
    • Scheduling
    • Student_Finance
05/27/20259278GeneralRemoved
  • ProxyAuthscheme から"Proprietary" 列挙オプションが削除されました。
05/12/20259263PythonChanged
  • 組み込みのJRE jre-17.0.15+6 (Linux x64 / MacOS x64) およびjre-17.0.15+6 (MacOS aarch64) に更新されました。
02/15/20259177GeneralAdded
  • 符号なし整数型(unsigned integer type)を、その符号なしの値を保持するのに十分な精度を持つ最も近い符号付きデータ型に変換するサポートが追加されました。これは、JDBC が符号なしデータ型をサポートしていないため、JDBC に対してのみ行われます。
11/27/20249097GeneralAdded
  • LogModule の出力にThreadId が追加されました。Logfile の行には、実行中のアクションに関連するThread ID が含まれるようになりました。
11/01/20249071WorkdayRemoved
  • AuditLogs テーブルのサポートが削除されました。このテーブルはWorkday によって廃止され、サポート対象外となりました。
  • Application Attributes API に関連するすべてのテーブルおよびプロシージャが削除されました。
09/10/20249019WorkdayChanged
  • WSDLVersion 接続プロパティのSOAP API バージョンのデフォルトがv42.2に更新されました。
  • API バージョン20240907 に対応するため、REST API スキーマが更新されました。

Added
  • REST スキーマに複数のテーブルとビューが追加されました。
08/29/20249007WorkdayRemoved
  • AuthScheme=Auto 設定のサポートが削除されました。デフォルトのAuthScheme は現在OAuth に設定されています。SOAP を使用する場合、従来の動作を維持するためにAuthScheme=Basic を設定します。その他のサービスについては変更の必要はありません。
08/05/20248983WorkdayAdded
  • 新規ストアドプロシージャ、CreateWQLSchema が追加され、Workday の特定のWQL を実行するテーブルをドライバーに作成できるようになりました。この新しいストアドプロシージャをWorkday Convert Report to WQL タスクで使用すると、レポートと同じデータを、Reports サービスよりも優れたパフォーマンスで取得できます。
07/23/20248970WorkdayAdded
  • 新しいAs_Of_Effective_Date_RespFilter プロンプトカラムを使用する、SOAP API での有効日設定のサポートが追加されました。
06/28/20248945WorkdayAdded
  • 接続プロパティIncludeRESTTenantFields が追加され、ドライバーがテナント固有のスキーマをフェッチして共有スキーマにマージできるようになりました。これにより、Workday のテナントに固有の追加フィールドが公開されます。API の制限により、共有スキーマとのテナント固有のスキーマのマージは、トップレベルのテーブルとその子テーブルに対してのみサポートされることに注意してください。スキーマにアクセスするために所有者ID を必要とするテーブルではサポートされていません。
06/14/20248931WorkdayAdded
  • Added support for complex multi-value prompt values in the SOAP API. See "Aggregate Prompts" in the Data Model page for an example of a new prompt and how to use it.
06/05/20248922PythonAdded
  • Python 3.12のサポートが追加されました。
05/20/20248906WorkdayChanged
  • Workday previously reported time values as text when using the WQL service. Now the driver parses them internally and reports them as actual time values.

Added
  • Added support in the WQL service for time functions like HOUR().
05/15/20248901WorkdayChanged
  • The driver now defaults to using Workday API v42.1 for the SOAP service. To use a previous version of the API, set the WSDLVersion property to the desired version. For Workday's list of API updates or deprecations, see https://community.workday.com/current/wsrelnotes.
05/09/20248895GeneralChanged
  • 以前はROUND 関数は負の値を受け取りませんでした。その機能は復元されました。
05/02/20248888WorkdayAdded
  • Updated REST API schemas to the 20240427 version of the API.
03/27/20248852WorkdayDeprecated
  • The APIURL connection property for SOAP.

Replacements
  • If the APIURL points to the base of the SOAP API (https://impl.workday.com/ccx/service/mytenant), set the Tenant and BaseURL to access all SOAP services.
  • Otherwise, if the APIURL points to a specific SOAP service (https://impl.workday.com/ccx/service/mytenant/Human_Resources), set the Tenant, BaseURL, and Service to restrict what services are available on the connection.
03/15/20248840GeneralAdded
  • Java のString.compare() 機能をSQL クエリに提供するSTRING_COMPARE という新しいSQL 関数が作成されました。2つの文字列の比較値を表す数値を返します。
02/27/20248823WorkdayAdded
  • Added support for the SingleEntryTables property. This property can be used to change how the driver handles collection tables in the SOAP API. Please refer to the documentation of the property for more information and examples.
02/16/20248812WorkdayAdded
  • Added support for general REST stored procedures. Before the only stored procedures were BeginXXXChange and SubmitXXXChange for managing bulk changes. Now every REST endpoint that accepts POST and is not associated with an existing table is available as its own stored procedure.
01/03/20248768WorkdayAdded
  • Added support for SupportNativeDataType. Java-based editions can enable this property with ConnectionType=WQL to see native WQL type names in column metadata.
11/29/20238733GeneralChanged
  • The ROUND function doesn't accept the negative precision values anymore.

Changed
  • The returning types of the FDMonth, FDQuarter, FDWeek, LDMonth, LDQuarter, LDWeek functions are changed from Timestamp to Date.
  • The return type of the ABS function will be consistent with the parameter value type.
11/28/20238732GeneralAdded
  • Added the HMACSHA256 formatter to allow for secrets to be decoded if it is in base64 format
11/28/20238732WorkdayAdded
  • Updated REST API schemas to the 20231111 version of the API, with the following updates for specific components.
    • Person API: Move from v3 to v4
    • Staffing API: Move from v5 to v6
10/04/20238677WorkdayAdded
  • Added support for REST change processes: Organization Assignment Changes, Job Changes, Work Contact Information Changes, and Home Contact Information Changes. Each of these change processes has Begin/Submit stored procedures as well as associated tables for changing the process's inputs.
  • Added support for navigating hierarchical categories within REST values tables. These tables now expose a collection token which can be used to read the subcategories of the current category.
09/13/20238656WorkdayAdded
  • Added the WQLDataSourceFilters property. This allows overriding the driver's choice of data source filter for WQL views.
08/29/20238641PythonAdded
  • Added support for SQLAlchemy 2.0.
08/22/20238634WorkdayChanged
  • Updated REST API schemas to the 20230819 version of the API, with the following updates for specific components.
    • Person API: Move from v2 to v3
    • Staffing API: Move from v4 to v5
  • Updated the DataSourcesFields API to support multiple optional and required parameters. Earlier definitions of this table reported flattened optional and require parameters fields, while in current versions they are aggregates.
07/27/20238608WorkdayAdded
  • Added the SplitSingleValuePrompts property for all connection types. This allows the driver to split queries that provide multiple values for single value prompts. Each combination of split prompt values is executed separately and combined within the driver.
07/10/20238591WorkdayAdded
  • Added the IncludeIDInDescriptor property for WQL. When enabled, the driver will report descriptor columns as containing the description and the ID, instead of just the ID.

Changed
  • WQL descriptors are reported as combined ID and description values, as per the IncludeIDInDescriptor property.
07/07/20238588WorkdayAdded
  • Added support for reporting more child tables when the parent table is an inner collection, like StudentGradingSchemes_Student_Grade_Data.
  • Added the IncludeChildTableAggregates property to control whether child tables appear only as child tables, or as child tables and aggregates on their parent table. By default aggregates are exposed in addition to child tables.
07/05/20238586WorkdayAdded
  • Added the BaseURL property. This has the same function as the Host property.

Deprecated
  • The Host property. Existing connections using it will still work, but new connections should use the BaseURL property instead.
06/29/20238580WorkdayAdded
  • Added support for the REST API.

Removed
  • The UseWQL connection property.

Replacements
  • The ConnectionType connection property replaces the UseWQL property. Each service (WQL, Reports, REST, SOAP) has its own ConnectionType and only one can be used per connection. This means that WQL and RaaS can no longer be used together as separate schemas on the same connection.
06/20/20238571GeneralAdded
  • Added the new sys_lastresultinfo system table.
05/19/20238539PythonAdded
  • Added support for Python 3.11 on Windows, Linux and Mac.
05/16/20238536PythonRemoved
  • Removed support for Python 3.7 on Windows and Linux
05/12/20238532WorkdayAdded
  • Added support for simple SOAP filter criteria. These are given using _Prompt columns as in WQL and RaaS.
05/09/20238529WorkdayAdded
  • Added support for AzureAD authentication.
04/25/20238515GeneralRemoved
  • Removed support for the SELECT INTO CSV statement. The core code doesn't support it anymore.
02/07/20238438WorkdayAdded
  • Added support for OAuth JWT authentication, and enhanced the documentation around the process of creating ISUs and configuring their authentication. The driver supports both OAuthJWT for ISUs using a normal API Client as well as OAuth with an API Client for Integrations.
  • Added support for OAuth authentication (both authorization code and JWT) to SOAP. SOAP now supports every authentication method that WQL/RaaS do as well as Basic authentication. Basic authentication remains the default for SOAP.
12/14/20228383GeneralChanged
  • Added the Default column to the sys_procedureparameters table.
12/05/20228374WorkdayAdded
  • Added support for ExpandMultiValues. When enabled, multi-instance ID values are expanded into multiple rows so that individual IDs can be read without parsing JSON or XML aggregates. This also applies to single-instance ID values when using Reports as a Service without ExpandIDTypes.
11/15/20228354PythonChanged
  • Updated embedded JRE to jre8u345-b01(Linux x64 / MacOS x64) and jre-17.0.5+8(MacOS aarch64).
09/30/20228308GeneralChanged
  • Added the IsPath column to the sys_procedureparameters table.
08/31/20228278WorkdayAdded
  • Added support for ExpandIDTypes. When enabled, ID values in reports are reported as multiple columns (one per ID type) instead of one XML aggregate column.
08/03/20228250WorkdayAdded
  • Improved performance around WQL metadata fetching. The driver can fetch table and field listings in parallel which is significantly faster for larger data sources like workers.
  • Added support for WQL prompts and data source filters. Prompt support works the same way as reports. Data source filters currently have limited support, they are only used when required and the driver will automatically pick one to use.
05/18/20228173PythonAdded
  • Added support for Python 3.10 on Windows, Linux, and Mac
  • Added support for Python 3.9 on Mac
  • Added support for Mac M1

Removed
  • Removed support for Python 3.6 on Windows and Linux
05/17/20228172WorkdayAdded
  • Added support for accessing Reports as a Service (RaaS). RaaS reports can be queried by setting the UseWQL connection property to true (default), and providing the driver with a report that lists out all RaaS-accessible reports via the CustomReportURL connection property. The driver has support for setting prompt values as well as flattening complex report values.
05/03/20228158WorkdayAdded
  • Added support for the WQL API. The WQL API is newer than the SOAP API from Workday, and has far better support for metadata, limiting service results, filtering, and server side operations such as aggregation and grouping.

Changed
  • Changed the default API from SOAP to WQL. This can be configured via the UseWQL connection property.
09/21/20217934WorkdayChanged
  • Changed the default primary key column for the Learning.LearningLessons table. Removed the Learning_Lesson_Reference_WID column as it does not appear to actually come back.
09/10/20217923WorkdayChanged
  • Changed the default primary key column for the Learning.LearningPrograms and LearningPrograms child tables. Removed the Learning_Program_Reference_WID column as it does not appear to actually come back.
09/02/20217915GeneralAdded
  • Added support for the STRING_SPLIT table-valued function in the CROSS APPLY clause.
08/27/20217909WorkdayChanged
  • Changed the default primary key column for the Learning.LearningDigitalCourses and LearningDigitalCourses child tables. Removed the Learning_Digital_Course_Reference_WID column as it does not appear to actually come back.
08/07/20217889GeneralChanged
  • Added the KeySeq column to the sys_foreignkeys table.
08/06/20217888GeneralChanged
  • Added the new sys_primarykeys system table.
07/23/20217874GeneralChanged
  • Updated the Literal Function Names for relative date/datetime functions. Previously, relative date/datetime functions resolved to a different value when used in the projection as opposed to the predicate. For example: SELECT LAST_MONTH() AS lm, Col FROM Table WHERE Col > LAST_MONTH(). Formerly, the two LAST_MONTH() methods would resolve to different datetimes. Now, they will match.
  • As a replacement for the previous behavior, the relative date/datetime functions in the criteria may have an 'L' appended to them. For example: WHERE col > L_LAST_MONTH(). This will continue to resolve to the same values that were previously calculated in the criteria. Note that the "L_" prefix will only work in the predicate - it not available for the projection.
05/26/20217816WorkdayChanged
  • The default WSDLVersion has been updated to v36.1.
04/23/20217783GeneralChanged
  • Updated how display sizes are determined for varchar primary key and foreign key columns so they will match the reported length of the column.
04/16/20217776GeneralChanged
  • Reduced the length to 255 for varchar primary key and foreign key columns.

Changed
  • Updated index naming convention to avoid duplicates.
04/16/20217776GeneralChanged
  • Updated implicit and metadata caching to improve performance and support for multiple connections. Old metadata caches are not compatible - you need to generate new metadata caches if you are currently using CacheMetadata.
03/02/20217731WorkdayChanged
  • Made a significant performance improvement. Retrieval for multiple pages of data is now ~4-5x faster.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9440