Specifies whether to ignore FedSQL objects in a library query.
| Valid in: | LIBNAME statement that connects to an external data source |
|---|---|
| Category: | Data Access |
| Default: | NO |
| Data source: | Google BigQuery |
| Notes: | Support for this option was added in SAS 9.4M9. Support for this option was added to SAS 9.4M8 in December 2025. |
| This option applies only when submitting FedSQL and DS2 programs in PROC FEDSQL and PROC DS2. | |
| See: | IGNORE_FEDSQL_OBJECTS= data set option |
Table of Contents
specifies whether to ignore FedSQL objects, such as FedSQL views, DS2 packages, or DS2 threads.
If you enable the IGNORE_FEDSQL_OBJECTS= option, then a library query ignores FedSQL objects such as FedSQL views, DS2 packages, or DS2 threads. These objects are typically created by calling PROC FEDSQL or PROC DS2. When you specify that FedSQL objects should be ignored, you often improve the performance of library queries or requests to view data.