SFDO-Tooling / CumulusCI

Python framework for building portable automation for Salesforce projects
http://cumulusci.readthedocs.io
BSD 3-Clause "New" or "Revised" License
363 stars 242 forks source link

Filter on retriveable removed #3720

Open mjawadtp opened 11 months ago

mjawadtp commented 11 months ago

Work item: https://gus.lightning.force.com/lightning/r/ADM_Work__c/a07EE00001T8dQ8YAJ/view This work item involves removing the filter retrieveable so that Metecho fetches dataset properly including the entities that are marked not retrieveable. Changing the Metecho codebase did not help as the filtering actually happens in CumulusCI, and the filters are added in org_schema.py. Deleting line 390 does result in non-retrieveable but queryable and creteable objects being loaded when dataset is fetched.