Christian Adell
Christian Adell
I have a fix, going to contribute it
Yes, I missed making it dependent on #37
Consider Mappings implementation in [servicenow-ssot](https://github.com/nautobot/nautobot-plugin-ssot-servicenow/blob/d7cca21edee6cb78e145356a32f7c66f024f0092/nautobot_ssot_servicenow/data/mappings.yaml) as an idea to incorporate custom checks: `table_query`
You can trigger Jobs via API: https://nautobot.readthedocs.io/en/stable/additional-features/jobs/#via-the-api is it good enough?
So, if don't understand it wrong, the problem is that you can't add "data" or custom authorization to the request. Actually, "data" is optional, we could create a Job that...
this issue is for "before" loading. The issue #37 would be for the second
@glennmatthews , as the SSoT plugins grow in coverage, this is more and more needed. For instance, following the ipfabric example, if the user is only interested on Sites and...
More info: https://github.com/nautobot/nautobot-plugin-ssot/issues/37
Pypi installation make conflicts in version dependancies Jinja2 and PyAML forcing nautobot downgrade
Hi @jasonjuenger, we are working on consolidating different SSoT integrations into the SSoT framework to simplify maintainability. We will check this is addressed there.
Diffsync support the functionality with the new Redis backend, but it has to be called from the plugin. The idea is to apply data pipeline approach here (I have a...