Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set @datanames in teal if unspecified #1329

Merged
merged 3 commits into from
Aug 28, 2024

Conversation

gogonzo
Copy link
Contributor

@gogonzo gogonzo commented Aug 28, 2024

This simplifies a code in teal a little bit.
Instead of using .teal_data_datanames function which checks if data@datanames is specified and either get data@datanames or ls(data@env),
here we set data@datanames if unspecified and always refer to data@datanames

What it changes is that in teal_transform_module when evaluated, data passed to its server, will always have datanames specified.

@gogonzo gogonzo added the core label Aug 28, 2024
@gogonzo gogonzo merged commit 6d7ed32 into 1298_transform_datanames@main Aug 28, 2024
1 check passed
@gogonzo gogonzo deleted the 1298_set_data_datanames@main branch August 28, 2024 11:20
@github-actions github-actions bot locked and limited conversation to collaborators Aug 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant