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
We have a large post-build script that works fairly well and fast for the easy cases. For complex cases, we need a Python framework that goes through each event, and tags them on a per-event filter basis.
Some things that are inherently hard due to the JSON schema we use can become easier in the Python world. Examples would be anything that involves filtering using offers, or geo - much simpler to do in Python.
The text was updated successfully, but these errors were encountered:
We have a large post-build script that works fairly well and fast for the easy cases. For complex cases, we need a Python framework that goes through each event, and tags them on a per-event filter basis.
Some things that are inherently hard due to the JSON schema we use can become easier in the Python world. Examples would be anything that involves filtering using
offers
, orgeo
- much simpler to do in Python.The text was updated successfully, but these errors were encountered: