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
The data map should return all of the data for my Organization. Currently, it only returns fides keys that exist in the manifest directory passed to the command.
Steps to Reproduce
Start the cli containernox -s cli
Apply both directories: fidesctl apply && fidesctl apply demo_resources/ (note that both of these use the default_organization)
Export a data map from .fides/: fidesctl export datamap
Export the demo_resources data map: fidesctl export datamap demo_resources/
View the differences :(
Expected behavior
Both datasets are part of the same organization (default_organization)
The export datamap functionality should be altered to either take an organization_fides_key or use the default (default_organization) and return all data points as modeled from the server.
Screenshots
n/a
Environment
Version: 1.6.0
OS: Darwin
Python Version: 3.9.12
Docker Version: 4.8.1
Additional context
Effects from this behavior are highlighted in #651
The text was updated successfully, but these errors were encountered:
Bug Description
The data map should return all of the data for my Organization. Currently, it only returns fides keys that exist in the manifest directory passed to the command.
Steps to Reproduce
nox -s cli
fidesctl apply && fidesctl apply demo_resources/
(note that both of these use thedefault_organization
)fidesctl export datamap
fidesctl export datamap demo_resources/
Expected behavior
Both datasets are part of the same organization (
default_organization
)The export datamap functionality should be altered to either take an
organization_fides_key
or use the default (default_organization
) and return all data points as modeled from the server.Screenshots
n/a
Environment
Additional context
Effects from this behavior are highlighted in #651
The text was updated successfully, but these errors were encountered: