Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

[BUG] Property name error when trying to retrieve all columns from a data extension #126

Open
zhaisw opened this issue Sep 6, 2020 · 0 comments
Labels

Comments

@zhaisw
Copy link

zhaisw commented Sep 6, 2020

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'.

Code snippet

myDEColumn.search_filter = {'Property' : 'DataExtension.CustomerKey','SimpleOperator' : 'equals','Value' : NameOfDE}
@zhaisw zhaisw added the bug label Sep 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant