field_groups_query: Query for details of a database field group

View source: R/database_fields.R

field_groups_queryR Documentation

Query for details of a database field group

Description

Query for details of a database field group

Usage

field_groups_query(
  field_group_id,
  data_source_id,
  efoqa_connection = connect_to_efoqa()
)

Arguments

field_group_id

Target EMS Schema ID for the group of interest

data_source_id

EMS schema ID for target entity / database

efoqa_connection

Optional EMS connection to override default

Value

List of details for the field group of interest.

Examples

## Not run: 
odw_fields <- get_all_field_details_below_group_as_df(
  field_group_id = "[-hub-][field-group][[[odw-logical][entity-type][odw-flights]][[--][internal-field-group][root]]]",
  data_source_id = "[odw-logical][entity-type][odw-flights]" )

## End(Not run)

ge-flight-analytics/refoqa documentation built on Oct. 15, 2024, 7:15 a.m.