I am trying to list all the objects present in a dataset in BigQuery.
I tried using bq ls projectID:dataset_name
command in Google SDK shell. However this returned only the list of tables present in the dataset. I am interested in listing all the stored procedures present in the same dataset.