프로덕션 모드는 Looker의 프로덕션 버전입니다. 프로덕션 모드에서 Looker 인스턴스를 사용하는 모든 사용자가 동일한 상태의 프로젝트에 액세스합니다. 프로덕션 모드에서는 프로젝트 파일이 읽기 전용입니다.
자체 분석을 위해 Looker에서 데이터를 탐색하거나 다른 사용자를 위해 저장된 콘텐츠(Looks 및 대시보드)를 만들 때 프로덕션 모드를 사용합니다.
개발 모드
개발 모드를 사용하면 LookML 파일을 변경할 수 있고 해당 변경사항이 인스턴스의 콘텐츠에 미치는 영향을 미리 볼 수 있습니다. 개발 모드에서 LookML 파일을 변경해도 프로덕션 환경에 푸시될 때까지는 프로덕션 환경에 영향을 주지 않습니다. (Git에 익숙한 경우 개발 모드에서 별도의 브랜치를 사용합니다.)
개발 모드에서는 Looker의 Explore 영역에서 프로젝트 파일의 변경사항이 미치는 영향을 확인할 수 있습니다. 결과에 만족하면 변경사항을 저장하고 프로덕션에 병합하면 됩니다. 그러면 모든 사용자에게 표시됩니다.
성능을 높이기 위해 개발 모드에서 LookML 프로젝트를 처음 열면 Looker IDE에 개발자 사본 만들기 버튼과 함께 프로젝트의 프로덕션 모드 버전이 표시됩니다. 프로젝트에 대해 개발자 사본 만들기 버튼을 클릭하면 Looker IDE가 개인 Git 브랜치를 만들고 개발 모드에서 LookML 프로젝트를 로드합니다.
개발 모드 전환
다음 방법 중 하나를 사용하여 개발 모드를 사용 설정하거나 중지할 수 있습니다.
단축키, Control-Shift-D(Mac) 또는 Ctrl+Shift+D(Windows)를 사용합니다.
Looker 기본 메뉴 아이콘 menu을 클릭하고 메뉴 하단의 개발 모드 전환 버튼을 클릭합니다.
개발 모드에서는 다음과 같은 변경사항을 확인할 수 있습니다.
Looker의 LookML 및 Explore 섹션이 모델의 개발 버전으로 채워집니다.
화면 상단에 '개발 모드입니다.'라는 텍스트와 함께 개발 모드 배너가 있습니다.
개발 모드를 종료하려면 다음 방법을 사용합니다.
단축키, Ctrl-Shift-D(Windows) 또는 Control+Shift+D(Mac)를 사용합니다.
배너에서 개발 모드 종료를 선택합니다.
Looker 기본 메뉴 아이콘 menu을 클릭한 다음 메뉴 하단의 개발자 모드 전환 버튼을 클릭합니다.
버전 제어
Looker IDE는 버전 제어를 위해 Git와 통합되어 있습니다. 덕분에 개발 모드에서 LookML 파일의 비공개 사본을 수정할 수 있습니다. Looker는 변경사항을 커밋하고 가져오며 내보내는 Git 워크플로를 자동으로 관리합니다. Git 명령어에 액세스하려면 Looker IDE의 Git 작업 패널 또는 Git 버튼을 사용합니다.
Looker를 사용한 Git 버전 제어 설정에 대한 자세한 내용은 Git 연결 설정 및 테스트 문서 페이지를 참조하세요. Looker IDE에서 버전 제어 옵션을 사용하는 방법에 대한 자세한 내용은 버전 제어 및 배포 사용 문서 페이지를 참조하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[],[],null,["# Development Mode and Production Mode\n\nYour Looker data model exists in two states: Production Mode and Development Mode.\n\nProduction Mode\n---------------\n\nProduction Mode is the production version of Looker. Everyone using a Looker instance in Production Mode accesses their projects in the same state. Project files are read-only in Production Mode.\n\nUse Production Mode when you are exploring data in Looker for your own analyses or to create saved content (Looks and dashboards) for other users.\n\nDevelopment Mode\n----------------\n\nDevelopment Mode lets you make changes to LookML files and preview how they will affect content on your instance. The changes you make to LookML files in Development Mode don't affect the production environment, until they are pushed to the production environment. (If you are familiar with Git, Development Mode uses a separate branch.)\n\nIn Development Mode, you can see the effects of your changes to project files in the Explore area of Looker. Once you're happy with your changes, you can save and merge them into production, where they then will be viewable by everyone.\n\nTo increase performance, the first time you open a LookML project in Development Mode, the Looker IDE displays the [Production Mode](#production_mode) version of the project, along with the **Create Developer Copy** button. Once you click the **Create Developer Copy** button for the project, the Looker IDE creates your personal Git branch and loads the LookML project in Development Mode for you.\n\nSwitching in and out of Development Mode\n----------------------------------------\n\nYou can switch Development Mode on and off by either of these methods:\n\n- Use the keyboard shortcut Control-Shift-D (Mac) or Ctrl+Shift+D (Windows).\n- Click the Looker **Main menu** icon menu and click the **Development Mode** toggle at the bottom of the menu.\n\nWhile in Development Mode, you will notice the following changes:\n\n- The LookML and Explore sections of Looker are populated by your development version of the model.\n- There is a **Development Mode** banner at the top of the screen with the text \"You are in **Development Mode**.\"\n\nTo exit Development Mode, you can use any of these methods:\n\n- Use the keyboard shortcut Ctrl-Shift-D (Windows) or Control+Shift+D (Mac).\n- Select **Exit Development Mode** in the banner.\n- Click the Looker **Main menu** icon menu, and then click the **Development Mode** toggle at the bottom of the menu.\n\nVersion control\n---------------\n\nThe Looker IDE is integrated with Git for version control. This lets you edit a private copy of the LookML files in Development Mode. Looker automatically manages the Git workflows for committing, pulling, and pushing changes. To access Git commands, you can use the Looker IDE's **Git Actions** panel or the Git button.\n\nFor details on setting up Git version control with Looker, see the [Setting up and testing a Git connection](/looker/docs/setting-up-git-connection) documentation page. For details on using version control options in the Looker IDE, see the [Using version control and deploying](/looker/docs/version-control-and-deploying-changes) documentation page."]]