You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
Describe the bug
In sample_dataextension.py, line 74, the property name used to filter a data extension is CustomerKey, which is the CustomerKey for a Data Extension Field. It should be the CustomerKey of a Data Extension.
To Reproduce
Run the sample code in sample_dataextension.py.
Expected behavior
The property name in line 74 should be changed to 'DataExtension.CustomerKey'.
Describe the bug
In
sample_dataextension.py
, line 74, the property name used to filter a data extension isCustomerKey
, which is theCustomerKey
for a Data Extension Field. It should be theCustomerKey
of a Data Extension.To Reproduce
Run the sample code in
sample_dataextension.py
.Expected behavior
The property name in line 74 should be changed to
'DataExtension.CustomerKey'
.Code snippet
The text was updated successfully, but these errors were encountered: